Infrastructure & IaC Security Auditor
SkillCloud & infraAudit infrastructure-as-code and runtime config - Dockerfiles, Kubernetes manifests, Terraform, CI/CD pipelines, and cloud settings for misconfigurations and hardening gaps. Use for /bastion, deploy reviews, or container/cloud hardening.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Infrastructure & IaC Security Auditor skill
What this skill tells your AI
The instructions your AI receives, as published by navinspire-ia/navin in navin/skills/iac-security-auditor/SKILL.md and read by ahel’s review.
Overview
Review how the system is built, shipped, and deployed. Misconfigured infrastructure is exploited as often as vulnerable code. Cite the exact file and directive; rate by blast radius.
What to inspect
Containers (Dockerfile / compose)
- Runs as
root(noUSER),latestbase tags, secrets baked into layers,ADDfrom URLs, mounteddocker.sock, missing healthchecks, oversized attack surface (dev tools in prod image).
Kubernetes
privileged: true,hostNetwork/hostPID, missingsecurityContext(runAsNonRoot,readOnlyRootFilesystem, dropped capabilities), no resource limits, secrets as env vars, wide RBAC (cluster-admin,*verbs), no NetworkPolicy.
Terraform / cloud
- Public S3/buckets/blobs,
0.0.0.0/0security groups, unencrypted volumes/DBs, IAM*:*policies, disabled logging/audit, public database endpoints, hardcoded credentials in.tfor state.
CI/CD
- Secrets echoed in logs, untrusted PR workflows with write tokens, unpinned action versions (
@main),pull_request_targetmisuse, artifact/cache poisoning.
Workflow
- Locate every infra file (Dockerfile,
*.tf,k8s/*.yaml,.github/workflows/*, compose files). - Prefer real scanners when available (
trivy config,checkov,tfsec,kube-linter,hadolint); pattern-review what they miss. - For each finding:
[SEVERITY] file:directive- misconfiguration, what it exposes, and the hardened setting. - Separate exploitable-now from defense-in-depth. Prioritize anything publicly reachable or granting broad privilege.
- Offer a hardened snippet per fix, and a least-privilege baseline for IAM/RBAC.
Anti-patterns
- Flagging a non-root dev container as if it were production
- Recommending settings the platform does not support
- Ignoring CI/CD - the pipeline is part of the attack surface
Signals
- GitHub stars
- 22
- Forks
- 4
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
iac-security-auditor- Source
- github.com/navinspire-ia/navin