From sup-standards
Use when reviewing code for security, auditing a diff or pull request for vulnerabilities, hardening a change before merge, or when the user asks "is this secure" or about injection, secrets, authz, or unsafe deserialization. Applies a framework-agnostic security checklist and reports issues by severity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sup-standards:secure-coding-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Apply this checklist when reviewing code for security. It is intentionally framework-agnostic — map each item onto the language and libraries in front of you. Report findings grouped by severity (Critical / High / Medium / Low) with a file:line reference and a concrete fix.
Apply this checklist when reviewing code for security. It is intentionally framework-agnostic — map each item onto the language and libraries in front of you. Report findings grouped by severity (Critical / High / Medium / Low) with a file:line reference and a concrete fix.
../).unserialize/Java object streams). Prefer schema-bound formats (JSON with strict parsing).For each finding:
[SEVERITY] <short title> — <file>:<line>
Why it matters: ...
Fix: ...
If nothing is found, say so explicitly and note what was checked.
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub mholtzhausen/claude-market-mhsup --plugin sup-standards