BD attack-chain
Authorized multi-stage attack-path planning and orchestration spanning reconnaissance, initial access, privilege escalation, lateral movement, and reporting. Entry point for full engagements and cross-phase operations.
Authorized multi-stage attack-path planning and orchestration spanning reconnaissance, initial access, privilege escalation, lateral movement, and reporting.
As a process D 46/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
The same skill appears in 2 more places: agentic-awesome-skills, agentic-awesome-skills
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".
If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.
Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.
How to improve
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 20
✓ No critical or high findings
Medium and low: 20
-
medium Exfiltration
exfil-read-secret-filesreferences/phases.md:281Reads credential / secret files (documentation of a security skill)cat /etc/shadow
security skill -
medium Dangerous commands
cmd-persistencereferences/phases.md:396Persistence mechanism (cron / launchd / scheduled task / autorun registry) (documentation of a security skill)(crontab -l; echo "*/5 * * * * /tmp/.hidden/beacon") | crontab -
security skill -
low Risky intent
intent-offensive-securityreferences/attack-playbooks.md:34Offensive-security / dual-use content (legitimate for authorised testing; review intended use)5. 等待上线(C2 beacon)
-
low Risky intent
intent-offensive-securityreferences/attack-playbooks.md:79Offensive-security / dual-use content (legitimate for authorised testing; review intended use)## Playbook 5: Bug Bounty / SRC 快速打点
-
low Risky intent
intent-offensive-securityreferences/lifecycle-checklist.md:3Offensive-security / dual-use content (legitimate for authorised testing; review intended use)> 对照社区 pentest skill 包(如 Orizon claude-code-pentest 六阶段)与本包 `attack-chain` + `ops` 整合。
-
low Risky intent
intent-offensive-securityreferences/lifecycle-checklist.md:4Offensive-security / dual-use content (legitimate for authorised testing; review intended use)> 来源启发:公开 Claude pentest lifecycle skills(2026-07 检索);**命令与授权以本包 scope 为准**。
-
low Risky intent
intent-offensive-securityreferences/lifecycle-checklist.md:18Offensive-security / dual-use content (legitimate for authorised testing; review intended use)| 1 Recon | cie | pentest-tools | assets 列表 + timeline |
-
low Risky intent
intent-offensive-securityreferences/lifecycle-checklist.md:19Offensive-security / dual-use content (legitimate for authorised testing; review intended use)| 2 Enum/Vuln | cpe | pentest-tools / api-security | 候选 F-* 草稿 |
-
low Risky intent
intent-offensive-securityreferences/lifecycle-checklist.md:20Offensive-security / dual-use content (legitimate for authorised testing; review intended use)| 3 Validate | cpe | pentest-tools | E-* + validated Finding |
-
low Risky intent
intent-offensive-securityreferences/phases.md:193Offensive-security / dual-use content (legitimate for authorised testing; review intended use)## 三、权限提升阶段(Privilege Escalation)
-
low Risky intent
intent-offensive-securityreferences/phases.md:271Offensive-security / dual-use content (legitimate for authorised testing; review intended use)## 四、横向移动阶段(Lateral Movement)
-
low Secrets in code
secret-high-entropy-tokenreferences/phases.md:380High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)Query = "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA 'Win3…tem'"
detector -
low Dangerous commands
cmd-cron-mentionreferences/phases.md:396Mentions editing / listing crontab (documentation of a security skill)(crontab -l; echo "*/5 * * * * /tmp/.hidden/beacon") | crontab -
security skill -
low Dangerous commands
cmd-background-processreferences/phases.md:414Starts a background / autostarted process (documentation of a security skill)systemctl enable update.service
security skill -
low Risky intent
intent-offensive-securityreferences/phases.md:485Offensive-security / dual-use content (legitimate for authorised testing; review intended use)# 确保 C2 beacon 已退出
-
low Risky intent
intent-offensive-securitySKILL.md:3Offensive-security / dual-use content (legitimate for authorised testing; review intended use) (quoted — discussed, not commanded)description: "Authorized multi-stage attack-path planning and orchestration spanning reconnaissance, initial access, privilege escalation, lateral movement, and reporting. Entry point for full engagem
quoted -
low Risky intent
intent-offensive-securitySKILL.md:46Offensive-security / dual-use content (legitimate for authorised testing; review intended use) (documentation table row)| "Bug Bounty 持续监控" | 需要自动化多阶段流程 |
table -
low Risky intent
intent-offensive-securitySKILL.md:53Offensive-security / dual-use content (legitimate for authorised testing; review intended use) (quoted — discussed, not commanded)- 只做端口扫描 → 直接去 `pentest-tools/`
quoted -
low Risky intent
intent-offensive-securitySKILL.md:54Offensive-security / dual-use content (legitimate for authorised testing; review intended use) (quoted — discussed, not commanded)- 只做 SQL 注入 → 直接去 `pentest-tools/`
quoted -
low Risky intent
intent-offensive-securitySKILL.md:72Offensive-security / dual-use content (legitimate for authorised testing; review intended use)├── pentest-tools/ → 工具调用、漏洞利用
Files scanned: 5. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- note
frontmatter-keyunknown frontmatter key "risk" - note
frontmatter-keyunknown frontmatter key "source" - note
frontmatter-keyunknown frontmatter key "source_repo" - note
frontmatter-keyunknown frontmatter key "source_type" - note
frontmatter-keyunknown frontmatter key "date_added" - note
frontmatter-keyunknown frontmatter key "license_source"
Process rating: all ten parameters 46/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 60Tools and files. Uses tools (bash) that frontmatter does not declare
- 100Steps. 22 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1083 tokens
- 100Running it twice. No mutating operations
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +2Single-language instructions
- +3Description length 218: enough signal without eating the budget
- +4Structure: 21 headings
- +3Step-by-step instructions: 22 items
- +4Has examples (2 code blocks)
- +4Reference files are cited in the instructions (1 of 4)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 86.