Agent skill · Security

aegisops-ai

Autonomous DevSecOps & FinOps Guardrails. Orchestrates Gemini 3 Flash to audit Linux Kernel patches, Terraform cost drifts, and K8s compliance.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill aegisops-ai --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Declared author: Champbreed
Path: skills/aegisops-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /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

What's inside
Steps it walks through
  1. Goal
  2. When to Use
  3. When Not to Use
  4. 🤖 Generative AI Integration
  5. 🧭 Core Modules
  6. 1. 🐧 Kernel Patch Reviewer (patchanalyzer.py)
  7. 2. 💰 FinOps & Cloud Auditor (costauditor.py)
  8. 3. ☸️ K8s Policy Hardener (k8spolicygenerator.py)
  9. 🛠️ Setup & Environment
  10. 1. Clone the Repository
  11. 2. Setup
  12. 3. API Configuration
  13. 🏁 Operational Dashboard
  14. Pattern: Over-Privileged Container
Commands it runs
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
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going