Content
43%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.
The content is a dense brain-dump of the AI/LLM attack surface that is token-efficient but lacks structure, executable guidance, and a clear workflow with validation checkpoints. It reads as reference notes rather than an actionable skill body.
Suggestions
Break the single code block into section headers (e.g., 提示注入, Agent工具滥用, 模型文件) and move detailed vectors into a separate reference file with a one-level link from SKILL.md.
Add a short sequenced workflow with an explicit validate-before-reporting checkpoint (e.g., 1. discover endpoints, 2. probe vectors, 3. verify side effects via OOB, 4. record Fact only on verified impact).
Include at least one concrete, copy-paste-ready probe example (e.g., a sample prompt-injection payload or a torch.load unsafe-pickle snippet) to lift actionability.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and token-efficient with no padding or basic-concept explanations, but the run-on pipe-separated lines inside a single code block trade clarity for brevity. | 4 / 5 |
Actionability | It names concrete vectors and gives hints like '抓流量找/chat /agent /tool' and '实际触发工具副作用(OOB回连/读到文件)才写Fact', but provides no executable code or commands — mostly descriptive enumeration. | 3 / 5 |
Workflow Clarity | There is no sequenced workflow or numbered steps, and the only validation hint ('验证:实际触发工具副作用') is buried mid-paragraph; per the destructive/attack-operation cap this cannot exceed a rough-sequence level. | 2 / 5 |
Progressive Disclosure | The entire body is one monolithic code block with no section headers, no file references, and no navigation; no bundle files exist to provide deeper structure. | 1 / 5 |
Total | 10 / 20 Passed |