DFMDemoV2 security-review
Skill: security-review
install
source · Clone the upstream repo
git clone https://github.com/davidrrowley/DFMDemoV2
manifest:
agents/skills/security-review/skill.mdsource content
Skill: security-review
## Intent Perform a lightweight security review on a change, focusing on threat surfaces and mitigations. ## Inputs - architecture context
-
change description/diff
Outputs
- risks
-
mitigations
-
checks to run
Process
- Identify assets and trust boundaries.
-
Identify threats.
-
Check controls.
-
Define validations.
-
Escalate if needed.
Quality bar
Risks are credible and mitigations are practical and testable.
Escalation triggers
Sensitive data, auth changes, new external integrations.