aegisops-ai
Autonomous DevSecOps & FinOps Guardrails. Orchestrates Gemini 3 Flash to audit Linux Kernel patches, Terraform cost drifts, and K8s compliance.
npx skills add sickn33/agentic-awesome-skills --skill aegisops-ai --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /aegisops-ai — Autonomous Governance Orchestrator AegisOps-AI is a professional-grade "Living Pipeline" that integrates advanced AI reasoning directly into the SDLC. It acts as an intelligent gatekeeper for systems-level security, cloud infrastructure costs, and Kubernetes compliance. ## Goal To automate high-stakes security and financial audits by: 1. Identifying logic-based vulnerabilities (UAF, Stale State) in Linux Kernel patches. 2. Detecting massive "Silent Disaster" cost drifts in Terraform plans. 3. Translating natural language security intent into hardened K8s manifests. ## When to Use - **Kernel Patch Review:** Auditing raw C-based Git diffs for memory safety. - **Pre-Apply IaC Audit:** Analyzing `terraform plan` outputs to prevent bill spikes. - **Cluster Hardening:** Generating "Least Privilege" securityContexts for deployments. - **CI/CD Quality Gating:** Blocking non-compliant merges via GitHub Actions. ## When Not to Use - **Web App Logic:** Do not use for standard web vulnerabilities (XSS, SQLi); use dedicated SAST scanners. - **Non-C Memory Analysis:** The patch analyzer is optimized for C-logic; avoid using it for high-level languages like Python or JS. - **Dire
- Goal
- When to Use
- When Not to Use
- 🤖 Generative AI Integration
- 🧭 Core Modules
- 1. 🐧 Kernel Patch Reviewer (patchanalyzer.py)
- 2. 💰 FinOps & Cloud Auditor (costauditor.py)
- 3. ☸️ K8s Policy Hardener (k8spolicygenerator.py)
- 🛠️ Setup & Environment
- 1. Clone the Repository
- 2. Setup
- 3. API Configuration
- 🏁 Operational Dashboard
- Pattern: Over-Privileged Container
git clone https://github.com/Champbreed/AegisOps-AI.git cd AegisOps-AI python3 -m venv venv source venv/bin/activate pip install google-genai python-dotenv printf 'GEMINI_API_KEY=%s\n' "$GEMINI_API_KEY" > .env python3 main.py
What does the aegisops-ai skill do?
Autonomous DevSecOps & FinOps Guardrails. Orchestrates Gemini 3 Flash to audit Linux Kernel patches, Terraform cost drifts, and K8s compliance.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill aegisops-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.