Content
76%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A dense, highly actionable security-testing skill with copy-paste payloads and a clear sequenced workflow. Its main weaknesses are missing per-step validation checkpoints for destructive operations and scattered external cross-references that are not part of the bundle.
Suggestions
Add explicit validate-and-verify checkpoints inside each workflow step (e.g., confirm authorization before attacking, verify payload reached the model, record reproducible evidence per step) rather than only a final self-check.
Consolidate or mark the external '../ops/...', '../field-journal/...', and '../tool-index.md' references so readers can distinguish in-bundle material from cross-skill dependencies.
Move the long level-1–5 injection payload catalog into a reference file and keep SKILL.md as an overview with a representative example, improving token efficiency on load.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean — checklists, tables, and copy-paste payloads with no padding explaining what prompt injection is — but the 'ACTION REQUIRED' orchestration preamble and final self-check add length that could be trimmed slightly. | 4 / 5 |
Actionability | Provides copy-paste-ready injection payloads across five difficulty levels ('Ignore all previous instructions...', Base64/Unicode/zero-width strings, multi-round extraction), concrete install commands ('pip install garak', 'pip install pyrit', 'npm install -g promptfoo'), and specific tool-chaining examples covering common cases. | 5 / 5 |
Workflow Clarity | A clear six-step sequence (recon → prompt injection → tool abuse → memory poisoning → output security → prompt extraction) is present with a final self-check, but there are no per-step validation/feedback loops for what are inherently destructive attack operations, capping the score per the destructive-operations guidance. | 3 / 5 |
Progressive Disclosure | The '参考' section cleanly signals one-level-deep references (owasp-llm-top10.md, prompt-injection-methodology.md, agent-security-testing.md, agent-obedience-engineering.md — all real files), but inline cross-skill paths like '../ops/skill-supply-chain.md', '../field-journal/precedent-pentest.md', and '../tool-index.md' are external to the bundle and muddy navigation. | 4 / 5 |
Total | 16 / 20 Passed |