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


