Skip to content
Development
Skill

/security

Threat modeling, compliance, and secure by design architecture

From plugin
pudo-code-system
534 skills1 agent
Install
$ npx -y skills add DongDuong2001/pudo-code-system --skill security --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/security

Context preview

The summary Claude sees to decide when to auto-load this skill.

Threat modeling, compliance, and secure by design architecture

SKILL.md

security.SKILL.md
name: security-plan
description: Threat modeling, compliance, and secure by design architecture

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.
Ships withpudo-code-system

Modular, scalable, automated development intelligence.

Get the whole plugin
Stats
5
Stars
0
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
1mo ago
Last commit
4mo ago
Created

Repo: DongDuong2001/pudo-code-system

Other skills on pudo-code-system.