Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: adaptive-enforcement-lab-claude-skills-secure3description: Secure4---56# Secure78## When to Use This Skill910This section covers the **tools and practices** for discovering and remediating security issues in code, dependencies, containers, and supply chains.111213## Implementation14151. **Start with GitHub Apps**: Replace PATs with secure, auditable authentication162. **Add vulnerability scanning**: Catch known CVEs before they deploy173. **Generate SBOMs**: Document your supply chain for compliance184. **Run Scorecard**: Measure and improve security posture195. **Layer on enforcement**: Make findings actionable with Enforce patterns202122## Comparison2324Understanding the distinction:2526- **Secure** (this section): Find and fix security issues27 - Vulnerability scanners that *identify* CVEs28 - SBOM generators that *document* dependencies29 - Security tools that *discover* weaknesses30 - GitHub Apps that *provide* secure authentication3132- **Enforce** ([see Enforce](../enforce/index.md)): Make security mandatory through automation33 - Branch protection that *requires* reviews34 - Pre-commit hooks that *block* violations35 - Status checks that *prevent* merges36 - Policy-as-code that *enforces* runtime compliance3738**Litmus test**: Can this be bypassed?3940- If **no** → It's a Secure tool (finding/fixing)41- If **yes** → It belongs in Enforce (making mandatory)424344## Examples4546See [examples.md](examples.md) for code examples.474849## Related Patterns5051- Enforce52- Build53- Patterns5455## References5657- [Source Documentation](https://adaptive-enforcement-lab.com/secure/index.md/)58- [AEL Secure](https://adaptive-enforcement-lab.com/secure/)5960---61> Converted and distributed by [TomeVault](https://tomevault.io/claim/adaptive-enforcement-lab) — claim your Tome and manage your conversions.62<!-- tomevault:4.0:skill_md:2026-04-15 -->
Run npx skillmds@latest add tomevault-io/adaptive-enforcement-lab-claude-skills-secure in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Secure It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.