Agent Skills
› H-mmer/pentest-agents
› status
status
GitHub展示包含程序信息、范围、大脑状态、发现及成本估算的参与仪表板。根据当前状态智能推荐下一步操作,如同步、初始化或扫描,并始终提供三个按价值排序的具体行动建议以驱动决策。
Trigger Scenarios
用户希望查看当前安全评估的整体状态
用户需要基于仪表板数据决定下一步操作
Install
npx skills add H-mmer/pentest-agents --skill status -g -y
SKILL.md
Frontmatter
{
"name": "status",
"description": "Show engagement dashboard with program info, scope, brain state, findings, agent activity, and cost estimate.",
"disable-model-invocation": false
}
Show the engagement status dashboard.
Run uv run python3 $CLAUDE_PROJECT_DIR/tools/statusline.py to display the full dashboard.
After displaying, offer relevant next actions based on the state:
- If no scope: suggest
/sync - If no brain: suggest
/brain init - If no findings: suggest
/quickscanor/fullscan - If findings but no reports: suggest
/report - If exhausted vectors are high: suggest focusing on untested areas
Top-Tier Dashboard Bar
Status should drive the next decision.
Always surface:
- highest-value untested target
- strongest confirmed finding not yet reported
- chain-pending feeders
- stale recon or scope data
- blockers requiring user action
- cost burn versus validated output
- evidence gaps before submission
End with exactly three recommended next actions ordered by expected value. Avoid generic "continue hunting" unless the target and vuln class are named.
Version History
- 41d49b6 Current 2026-07-24 11:57


