What problem does it solve?
Security reviewers need a consistent way to classify activities, enforce authorization context, and systematically check code for common vulnerabilities. This skill provides a structured checklist and classification framework to prevent forbidden or ambiguous security assistance.
Core Features & Use Cases
- Activity Classification: Quickly determine if a request is permitted, forbidden, or requires context.
- Security Checklist: Covers input validation, authentication, payment processing, webhook validation, data protection, system boundaries, and dependency hygiene.
- Boundary Analysis Framework: Guides systematic review of trust boundaries in code changes.
- Customization: Reads
user-config.md for project‑specific compliance and threat models.
Use Case: When a developer submits a pull request that modifies authentication logic, invoke this skill to classify the activity, run the checklist, and generate a structured findings report.
Quick Start
Ask the skill to perform a security review of the latest code changes, providing any required authorization context.