skills/aegisops-ai/SKILL.md
Autonomous DevSecOps & FinOps Guardrails. Orchestrates Gemini 3 Flash to audit Linux Kernel patches, Terraform cost drifts, and K8s compliance.
npx skillsauth add abhiabhi0/ai-agents-skills aegisops-aiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
To automate high-stakes security and financial audits by:
terraform plan outputs to prevent bill spikes.terraform apply or kubectl apply./analyze-project instead.AegisOps-AI leverages the Google GenAI SDK to implement a "Reasoning Path" for autonomous security and financial audits:
securityContext configurations.patch_analyzer.py)analysis_results.jsoncost_auditor.py)terraform plan output to identify cost anomalies—such as accidental upgrades from t3.micro to high-performance GPU instances.infrastructure_audit_report.jsonk8s_policy_generator.py)hardened_deployment.yamlgit 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
Create a .env file in the root directory to securely
store your credentials:
echo "GEMINI_API_KEY='your_api_key_here'" > .env
To execute the full suite of agents in sequence and generate all security reports:
python3 main.py
allowPrivilegeEscalation: true or root user execution.GEMINI_API_KEY in production.tools
Azure Key Vault Keys SDK for .NET. Client library for managing cryptographic keys in Azure Key Vault and Managed HSM. Use for key creation, rotation, encryption, decryption, signing, and verification.
development
Build search applications with vector, hybrid, and semantic search capabilities.
development
Azure AI Search SDK for Python. Use for vector search, hybrid search, semantic ranking, indexing, and skillsets.
development
Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search.