Skip to content
View Libertocrat's full-sized avatar

Highlights

  • Pro

Block or report Libertocrat

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
libertocrat/README.md

Libertocrat Lambda Eagle Mark

Libertocrat

Freedom is engineered.

Security-first systems for AI, automation, and digital sovereignty.

DevSecOps AI Systems Controlled Automation Docker-first API-first HashiCorp Vault Observability

Libertocrat.com Email STAR repo TryHackMe


Engineering Thesis

Modern software is no longer just code running behind a UI.

AI models, agents, workflows, APIs, files, secrets, databases, and infrastructure are becoming tightly connected. The important question is not only what these systems can generate, but what they are allowed to reach, invoke, modify, expose, or automate.

My work focuses on security-first systems where automation remains useful without becoming unbounded: clear trust boundaries, controlled execution, documented architecture, resilient deployment, and practical DevSecOps discipline.


Focus Areas

Area Focus
Secure AI Infrastructure Systems where AI workflows interact with tools, APIs, files, and execution environments through explicit boundaries.
API-First Systems FastAPI, REST APIs, OpenAPI contracts, managed file flows, webhooks, and backend integration layers.
DevSecOps & Deployment Docker-first services, CI/security scans, runtime hardening, observability, and deployment documentation.
Sovereign Architecture Portable, understandable, self-hostable when useful, and designed to avoid blind platform dependency.
Controlled Automation Automation patterns based on predefined actions, validated inputs, bounded outputs, and safer operational primitives.
Clarity & Documentation READMEs, architecture notes, threat models, security assumptions, diagrams, and handoff-ready technical docs.

Core Stack

Python Docker Linux Bash TypeScript
Next.js Tailwind CSS PostgreSQL Prometheus Vault
Layer Tools & Technologies
Languages Python · TypeScript · JavaScript · Bash · C
Backend & APIs FastAPI · Node.js · Express · REST APIs · OpenAPI · Pydantic · Webhooks · Django · Flask · Postman
Frontend Next.js · React · Tailwind CSS · HTML · CSS
Infrastructure Docker · Docker Compose · Linux · VPS deploy · GitHub Actions · HashiCorp Vault · Prometheus & Grafana
Data & Storage PostgreSQL · SQL · Prisma · Managed file workflows · Qdrant · JSON metadata
Automation & AI OpenAI/GPT integrations · n8n · workflow systems · prompt engineering · agent-adjacent tooling
Security DevSecOps · API security · web application security · SAST/DAST · threat modeling · secure file handling
Documentation Architecture docs · README systems · threat models · security notes · deployment guides

Technical Formation

My background combines software engineering, DevOps, AI development, cybersecurity, API security, Python development, web app pentesting, bash scripting and full-stack development.

Selected training and credentials span:

  • Full-stack software development and cloud-native application foundations
  • DevOps, CI/CD, Linux, Docker, and software delivery practices
  • AI development, generative AI applications, and applied machine learning foundations
  • Cybersecurity, SIEM/IDS, pentesting, risk, threats, and mitigation
  • Python development and scripting for cybersecurity and advanced security
  • DevSecOps, web application pentesting, SAST/DAST and API penetration testing
  • Computer science and Python programming

Selected training and credential sources include:

IBM · Google · Harvard · INFOSEC · APIsec University · DataCamp · TryHackMe · Hack The Box · Jason Haddix


Engineering Principles

These principles guide how I design, evaluate, and document systems.

Principle Meaning
Architecture over vibes AI-assisted development still needs boundaries, interfaces, and system design.
Security over shipping theater Shipping matters, but not at the cost of irresponsible exposure.
Control over black-box automation Automation should increase leverage without surrendering operational control.
Sovereignty over platform captivity Use platforms intentionally. Avoid becoming trapped by them.
Resilience over happy-path engineering Real systems must survive bad inputs, failures, drift, and abuse conditions.
Secure defaults over heroic fixes The safest path should be built into the system, not patched after failure.
Clarity over accidental complexity Complexity is acceptable. Confusion is not. Clarity begins with intention.
Substance over hype cycles The signal is in what survives execution.

Controlled Execution for AI Workflows

AI agents and automation systems increasingly need access to real tools, files, APIs, and execution environments.

The risk is not only what a model says. The risk is what the system allows that output to reach.

STAR - Secure Templated Actions Runtime

Safe actions. No raw shell.

STAR is a FastAPI-based secure automation runtime for workflows, AI agents, and low-code systems that need predefined system-level actions without exposing arbitrary shell execution.

It separates what a client can request from what the system is allowed to execute.

Instead of giving workflows or agents a general-purpose command runner, STAR exposes authenticated, typed, allow-listed actions and managed file operations through an HTTP API.

Key ideas:

  • Predefined action contracts instead of arbitrary shell commands
  • YAML-based Action DSL validated and compiled at startup
  • Immutable runtime action registry
  • No shell-based public execution path
  • Per-action binary allowlists and blocked-binary policy
  • Managed file operations through UUID-based references
  • Request hardening, body limits, timeouts, and rate limiting
  • Output sanitization, path redaction, and bounded stdout/stderr
  • Docker-first runtime, OpenAPI docs, CI, security scans, and threat-model documentation

STAR is not an LLM firewall, an agent orchestrator, or a complete policy engine. It is narrower by design: a constrained execution boundary for systems that need useful automation without broad runtime exposure.

Explore STAR ->  ·  OpenAPI Docs  ·  Releases


Currently Building

  • STAR as a secure action-execution runtime for AI agents, workflows, and automation systems, with MCP integration on the roadmap.
  • Security-first microservice building blocks for AI workflows: execution, file scanning, prompt/output guarding, auth, telemetry, and policy boundaries.
  • Docker-first templates with DevSecOps pipelines, testing, observability, security documentation, and secure defaults built in.
  • libertocrat.com as a technical authority hub for projects, articles, architecture notes, and documentation
  • Public technical writing around AI workflow security, controlled execution, DevSecOps, API infrastructure, and sovereign systems

Connect

For technical collaboration, security-first automation work, or project discussion:

For sensitive information or encrypted communication, use my public key: SECURITY_PGP_KEY.asc

PGP fingerprint:
0093 2D8B E725 68F8 7C60 D138 B00F 1868 1AFD 0A6F


Build systems. Secure architecture. Preserve sovereignty.

Pinned Loading

  1. star star Public

    STAR is a secure automation runtime for workflows and AI agents that need predefined system-level actions without arbitrary shell execution.

    Python 1 1