‹ 首页

hunt-run

@backbay-labs · 收录于 1 周前

Execute a hunt phase with parallel telemetry work, query logging, receipt generation, and optional wave targeting

适合你,如果需要在安全事件中快速并行执行多项遥测查询

/ 下载安装
hunt-run.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add backbay-labs/thrunt-god/hunt-run
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- backbay-labs/thrunt-god/hunt-run
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify backbay-labs/thrunt-god/hunt-run
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
34GitHub stars
~728上下文体积 · 单文件
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · 1e21b3d

<objective> Execute a hunt phase.

Documented flags are available behaviors, not implied active behaviors. Treat --wave N, --gaps-only, and --interactive as active only when the literal token appears in $ARGUMENTS. If none of these tokens appear, run the standard full-phase execution flow.

The execution boundary is the shared THRUNT runtime contract:

  • each material hunt action is shaped as a QuerySpec
  • connectors return one normalized result envelope
  • query logs and receipts are emitted from runtime metadata, not connector-specific ad hoc blobs
  • connector-backed execution can be inspected locally with thrunt-tools runtime list-connectors, thrunt-tools runtime doctor, thrunt-tools runtime smoke, thrunt-tools pack render-targets, and thrunt-tools runtime execute

--wave N executes only a single wave and must not mark the whole phase complete until no incomplete plans remain.

Creates or updates:

  • .planning/QUERIES/*.md
  • .planning/RECEIPTS/*.md
  • Phase SUMMARY.md
  • .planning/STATE.md
  • .planning/HYPOTHESES.md when new pivots emerge
  • .planning/HUNTMAP.md when phase status changes

After this command: Run /hunt-validate-findings <phase>. </objective>

<context> Available optional flags (documentation only):

  • --wave N — run only Wave N
  • --gaps-only — run only gap-closure plans
  • --interactive — stop after each wave for operator review

Active flags must be derived from $ARGUMENTS. Do not infer that a flag is active just because it is documented in this prompt. --interactive is active only if the literal --interactive token is present in $ARGUMENTS. If none of these tokens appear, run the standard full-phase execution flow. </context>

<execution_context> @.github/thrunt-god/workflows/hunt-run.md @.github/thrunt-god/templates/query-log.md @.github/thrunt-god/templates/receipt.md @.github/thrunt-god/templates/summary-standard.md </execution_context>

<process> Execute the hunt run workflow from @.github/thrunt-god/workflows/hunt-run.md. Every non-trivial claim must cite receipts. Parallelize by telemetry domain when it helps. When query execution occurs, treat /hunt-run as a QuerySpec producer and normalized-result consumer. If the requested phase has not been planned yet, stop and instruct the operator to run /hunt-plan <phase> first instead of improvising execution. Keep query-log related_receipts and receipt related_queries links exact and bidirectional for artifacts created in the run. Before closing out, update HYPOTHESES.md, STATE.md, and HUNTMAP.md so hypothesis confidence and phase completion match the receipts actually collected. When updating HUNTMAP.md, sync all affected surfaces: phase checkbox, per-plan checklist entries, and the progress table row for the executed phase. When onboarding or debugging a real connector, use thrunt-tools runtime doctor [<connector-id>] before running hunts, and use thrunt-tools runtime smoke [<connector-id>] for a live read-only certification query. When a phase is explicitly pack-backed, prefer thrunt-tools runtime execute --pack <id> or inspect the generated specs with thrunt-tools pack render-targets <id> before running. </process>

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。