一键导入
bounty
Start Bug Bounty target analysis pipeline. Auto-matches "bounty", "target analysis", "find vulns", "bug hunting", "Immunefi", "Bugcrowd", "H1"
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start Bug Bounty target analysis pipeline. Auto-matches "bounty", "target analysis", "find vulns", "bug hunting", "Immunefi", "Bugcrowd", "H1"
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Validate agent checkpoint.json. Detect idle, fake completion, error recovery. Matches "checkpoint", "idle", "agent status"
Use when firmware binary analysis, attack surface mapping, or endpoint discovery is needed for a target
Start CTF challenge solving pipeline. Auto-matches "ctf", "solve challenge", "pwn", "reversing", "crypto challenge", "wargame"
Check endpoint_map.md coverage at Phase 1→2 transition. Blocks Phase 2 if below 80%. Matches "coverage check", "endpoint coverage", "Phase 2 gate"
Pre-check if a Bug Bounty finding is Out-of-Scope. Auto-triggered at Phase 0 (full scan) and Phase 1 (per-finding). Matches "OOS", "out of scope", "exclusion check"
Classify PoC file quality as Tier 1-4. Run after exploiter completes, before triager-sim. Matches "PoC tier", "PoC quality", "poc quality", "exploit verify"
Program rules check:
!if [ -d "targets/$1" ]; then cat "targets/$1/program_rules_summary.md" 2>/dev/null | head -20 || echo "rules not generated"; fi
Existing findings check:
!python3 /home/rootk1m/01_CYAI_Lab/01_Projects/Terminator/tools/knowledge_indexer.py search "$ARGUMENTS" 2>/dev/null | head -10 || echo "search unavailable"
MUST use Agent Teams. Orchestrator directly reading and analyzing code is FORBIDDEN.
Subagent spawn uses Task or Agent tool depending on Claude build, but subagent_type is always canonical hyphen-case (target-evaluator, triager-sim).
python3 tools/bb_research_sync.py global-syncpython3 tools/bb_research_sync.py target-sync targets/<target>/ --url <target_url> [--source-url <program/docs/hacktivity URL>] [--repo <local_repo>]python3 tools/bb_preflight.py research-check targets/<target>/python3 tools/bb_preflight.py hypothesis-check targets/<target>/TeamCreate("mission-<target>")target-evaluator (model=sonnet) → reads research packet then GO/NO-GO verdict
oos-check skill — full program OOS scansuggested_searches for knowledge-fts → inject [KNOWLEDGE CONTEXT] into HANDOFFpython3 tools/bb_preflight.py init targets/<target>/
# Fill program_rules_summary.md (auth format, Known Issues, exclusion list)
python3 tools/bb_preflight.py rules-check targets/<target>/
# FAIL = Phase 1 blocked
oos-check pattern match (OOS BLOCK → auto-exclude)coverage-gate skill (risk-weighted in v12: HIGH endpoints count 2x):python3 tools/bb_preflight.py coverage-check targets/<target>/ --json
# ≥80% risk-weighted → Phase 2 / <80% → additional round
python3 tools/bb_preflight.py workflow-check targets/<target>/
# PASS → Phase 2 / FAIL → workflow-auditor supplement
python3 tools/bb_preflight.py hypothesis-check targets/<target>/
# PASS → Phase 2 / FAIL → research-sync supplement
python3 tools/bb_preflight.py fresh-surface-check targets/<target>/
poc-tier skill for Tier verification — Tier 3-4 = DROPPEDthreat-model-check skill for prerequisite validation — BLOCK = do not send to exploiterpython3 tools/bb_preflight.py evidence-tier-check targets/<target>/submission/<name>/
# E1/E2 → Gate 2 / E3/E4 → explore_candidates.md
python3 tools/bb_preflight.py duplicate-graph-check targets/<target>/ --finding "<desc>"
python3 tools/bb_preflight.py citation-check targets/<target>/submission/<name>/ --report targets/<target>/submission/<name>/report.md before packagingslop-check skill for AI slop score (≤2 PASS, 3-5 STRENGTHEN, >5 KILL)triager_sim_result.json → reporter auto-feedback loop (max 3 rounds)checkpoint-validate skill for idle agent detection (as needed)REMINDER: No PoC = No Submission. Quality over Quantity. Orchestrator delegates, never analyzes directly. Evidence Tier E1/E2 required for submission. Triage feedback checked before every Gate.