Security
Modular, scalable, automated development intelligence.
npx -y skills add DongDuong2001/pudo-code-system --skill securityAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Threat modeling, compliance, and secure by design architecture
SKILL.md
0.8 KB, 155 tokens by cl100k_base, as published. Nobody here has run it
Security Planning Skill
This skill is focused on ensuring systems are resilient against attacks and inherently protect user data.
When to use this skill
- When performing Threat Modeling (STRIDE) for new features.
- When planning Authentication, Authorization, and Session Management.
- When adhering to compliance requirements (GDPR, HIPAA, SOC2).
Guidelines
- Principle of Least Privilege: Services and users should only have the bare minimum access permissions they need.
- Defense in Depth: Do not rely on a single defensive mechanism. Validate inputs at the client, the API edge, and the database boundary.
- Secret Management: Never hardcode secrets. Plan to use KMS, HashiCorp Vault, or environment-injected managed identities.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.