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."
}
Show the engagement status dashboard.
Run uv run python3 ../../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:58


