.agents/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 malkKhalid/cloud-restaurants-3d 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.development
Scrape reviews, ratings, and brand mentions from multiple platforms using Apify Actors.
development
Understand audience demographics, preferences, behavior patterns, and engagement quality across Facebook, Instagram, YouTube, and TikTok.
development
Actorization converts existing software into reusable serverless applications compatible with the Apify platform. Actors are programs packaged as Docker images that accept well-defined JSON input, perform an action, and optionally produce structured JSON output.
tools
Important: Before you begin, fill in the generatedBy property in the meta section of .actor/actor.json. Replace it with the tool and model you're currently using, such as "Claude Code with Claude Sonnet 4.5". This helps Apify monitor and improve AGENTS.md for specific AI tools and models.