cloudformation-best-practices
Review CloudFormation Templates Safely
CloudFormation templates can become fragile, hard to review, and risky to update. This skill guides template structure, validation, drift checks, and production deployment patterns.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "cloudformation-best-practices" from https://skillstore.io/skills/sickn33-cloudformation-best-practices.md and its manifest at https://skillstore.io/api/skills/sickn33-cloudformation-best-practices/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "cloudformation-best-practices". A VPC template uses hardcoded environment names and lacks outputs.
Expected outcome:
- Move environment names into parameters with allowed values.
- Add outputs for stable cross-stack references.
- Use substitution for environment-specific names.
Using "cloudformation-best-practices". A production database template has no retention policies.
Expected outcome:
- Add retention protection for stateful resources.
- Review update replacement behavior before deployment.
- Document recovery expectations for production data.
Using "cloudformation-best-practices". A stack update failed and entered rollback recovery.
Expected outcome:
- Identify the failing resource before retrying deployment.
- Use rollback recovery only after understanding the root cause.
- Fix the template so the skipped resource can be reconciled.
Security Audit
SafeStatic findings are false positives caused by Markdown inline-code and fenced-code formatting in SKILL.md. The hardcoded CIDR is a private VPC example, and no prompt injection or malicious intent was found.
Risk Factors
โ๏ธ External commands (13)
๐ Network access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-cloudformation-best-practices/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-cloudformation-best-practices?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-cloudformation-best-practices?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-cloudformation-best-practices/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-cloudformation-best-practices.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). cloudformation-best-practices security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-cloudformation-best-practices/audits/4BibTeX citation
@techreport{sickn33-sickn33-cloudformation-best-practices-2026,
author = {sickn33},
title = {cloudformation-best-practices security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/sickn33-cloudformation-best-practices/audits/4},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "cloudformation-best-practices security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/sickn33-cloudformation-best-practices/audits/4"
identifiers:
- type: other
value: "skillstore:sickn33-cloudformation-best-practices:audit:4"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Template Review
Assess a CloudFormation template for readability, parameters, conditions, outputs, and stateful resource protection.
Production Readiness
Prepare stack templates for repeatable deployments across development, staging, and production environments.
Stack Troubleshooting
Analyze update failures, rollback states, and drift symptoms before planning corrective actions.
Try These Prompts
Review this CloudFormation YAML for readability, parameters, conditions, outputs, and stateful resource protection. Summarize risks before suggesting changes.
Suggest changes that make this CloudFormation template reusable across dev, staging, and prod. Focus on parameters, mappings, conditions, and naming.
Design a nested CloudFormation stack structure for this infrastructure. Separate ownership boundaries, exports, dependencies, and deployment order.
Analyze this CloudFormation rollback failure. Identify likely root causes, resources to inspect, recovery commands to consider, and follow-up template fixes.
Best Practices
- Parameterize environment-specific values and keep static lookups in mappings.
- Use outputs and exports for stable cross-stack references.
- Protect stateful resources with retention and replacement policies.
Avoid
- Hardcoding account IDs, ARNs, or environment names in templates.
- Combining unrelated resources into one monolithic stack.
- Deploying templates without linting, validation, or change review.
Frequently Asked Questions
Does this skill deploy CloudFormation stacks?
Can it review existing templates?
Does it support Terraform or CDK?
Can Claude, Codex, or Claude Code use this skill?
Does it include security review?
What template format works best?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/cloudformation-best-practicesRef
01171b582d636c013315c5e0d969c64f8d9cdff2
Maintenance freshness
7/18/2026
Usage
6 downloads ยท 83 views
File structure
๐ SKILL.md