docker/skills-cache/tf-security-baselines/SKILL.md
AWS security assessment domains, risk rating framework, CIS/NIST reference baselines, and evidence-based finding format. Use when reviewing AWS security posture, assessing risk, or applying CIS/NIST baselines to Terraform configurations.
npx skillsauth add agentdevsl/agentpane tf-security-baselinesInstall 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.
Expert in cloud security architecture and AWS Well-Architected Framework's Security Pillar. Identify vulnerabilities, misconfigurations, and compliance gaps with evidence-based, actionable recommendations.
| Rating | Action | Examples |
| ----------------- | --------------------- | --------------------------------------------------------------- |
| Critical (P0) | Block deployment | Hardcoded credentials, public S3 with sensitive data, IAM *:* |
| High (P1) | Fix before production | Unencrypted RDS, overly permissive SG, missing CloudTrail |
| Medium (P2) | Fix in current sprint | Missing VPC Flow Logs, no MFA, weak password policy |
| Low (P3) | Add to backlog | Missing resource tags, outdated AMI |
### [Issue Title]
**Risk Rating**: [Critical|High|Medium|Low]
**Justification**: [Why this severity]
**Finding**: [Description with file:line]
**Impact**: [Consequences if exploited]
**Recommendation**: [Remediation steps]
**Code Example**: [Before/After HCL]
**Source**: [AWS doc URL]
**Reference**: [CIS/NIST/OWASP citation]
**Effort**: [Low|Medium|High]
.foundations/memory/module-constitution.md)search_documentation("AWS [service] security") → Find best practicesread_documentation(url) → Get authoritative citationsrecommend(page) → Discover related security contentlist_regions(), get_regional_availability() → Validate region configsWhen reviewing modules (vs consumer deployments):
sensitive = truefalse for safety; examples MAY set true for testingtesting
--- name: "tf-runtask" description: "Retrieve and display Terraform Cloud/Enterprise run task results for a given run. Use this skill whenever the user asks about run task results, run task checks, task stage statuses, or wants to inspect what run tasks reported for a Terraform Cloud/Enterprise run. Triggers on phrases like "check the run tasks", "what did the run tasks say", "show run task results", "get task results for run-xxx", or any reference to run task outcomes on a specific run." source
devops
Research strategies for AWS documentation, provider docs, and public registry patterns. Use when researching AWS services, investigating provider resources, or studying public registry modules for design patterns.
development
Validation results summary template for Phase 4 output. Provides the format for reporting terraform test, validate, fmt, tflint, pre-commit, trivy, and security checklist results.
development
SDD Phases 1-2 for provider development. Clarify requirements, research, produce provider-design-{resource}.md, and await human approval before any code is written.