Status

Show engagement dashboard with program info, scope, brain state, findings, agent activity, and cost estimate.

h-mmer Updated

File contents

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 /quickscan or /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.

h-mmer/pentest-agents/tree/main/providers/openclaw/.agents/skills/cmd-status commit 712fdd07a6

Frequently asked questions

npx skillmds@latest add h-mmer/status-4