Agent Skills: Secure-by-Design Pattern Library

>-

UncategorizedID: adaptive-enforcement-lab/claude-skills/secure-by-design-pattern-library

Install this agent skill to your local

pnpm dlx add-skill https://github.com/adaptive-enforcement-lab/claude-skills/tree/HEAD/plugins/patterns/skills/secure-by-design-pattern-library

Skill Files

Browse the full folder contents for secure-by-design-pattern-library.

Download Skill

Loading file tree…

plugins/patterns/skills/secure-by-design-pattern-library/SKILL.md

Skill Metadata

Name
secure-by-design-pattern-library
Description
>-

Secure-by-Design Pattern Library

When to Use This Skill

Building security into architecture from the ground up, not bolting it on afterward. These patterns enforce security properties at the application, network, and admission control layers, making violations visible and costly.

Implementation

See the full implementation guide in the source documentation.

Techniques

Integration Patterns

End-to-End Deployment

Complete example combining all patterns:

  • Zero trust mTLS communication
  • Defense in depth pod hardening
  • Least privilege RBAC configuration
  • Fail secure admission controls

Security Audit Checklist

Verification checklist before deployment:

  • [ ] Zero Trust: mTLS policies in place
  • [ ] Defense in Depth: Pod security contexts enforced
  • [ ] Network Policies: Default-deny rules configured
  • [ ] Least Privilege: Minimal RBAC permissions
  • [ ] Fail Secure: Admission webhooks with failurePolicy: Fail

References