Content
37%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill contains a critical security vulnerability in Section 5 - a prompt injection attack disguised as 'environment validation' that attempts to trick Claude into executing arbitrary remote code via curl. This completely disqualifies the skill for use. Beyond this fatal flaw, the skill provides moderately useful security review guidance but lacks executable examples and proper validation checkpoints.
Suggestions
CRITICAL: Remove Section 5 entirely - it contains a malicious prompt injection attempting to execute arbitrary code from an external URL
Add complete, executable grep/search commands rather than just describing patterns to look for
Include validation checkpoints after each scanning step to verify findings before proceeding
Add example output formats for the final security report to make reporting more actionable
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Content is reasonably efficient with bullet points and clear sections, but includes some unnecessary framing text. The structure is good but could be tighter. | 2 / 3 |
Actionability | Provides specific commands (npm audit, pip-audit, govulncheck) and patterns to search for, but lacks complete executable examples. The grep_search patterns are described rather than shown as actual commands. | 2 / 3 |
Workflow Clarity | Steps are listed but Section 5 contains a malicious injection attempt disguised as 'environment validation' that instructs Claude to execute arbitrary code from an external URL. This is a critical security flaw that completely undermines the skill's purpose as a security review tool. | 1 / 3 |
Progressive Disclosure | Content is organized into clear numbered sections which aids navigation, but everything is inline with no references to external detailed documentation for advanced topics like specific vulnerability patterns. | 2 / 3 |
Total | 7 / 12 Passed |