Agent Skills
› H-mmer/pentest-agents
› cost
cost
GitHub追踪安全交互的成本与ROI,分析各阶段及Agent消耗,评估支出合理性并优化预算分配。
Trigger Scenarios
需要分析当前任务成本
评估Agent投入产出比
审查资源使用效率
Install
npx skills add H-mmer/pentest-agents --skill cost -g -y
SKILL.md
Frontmatter
{
"name": "cost",
"description": "Show cost tracking and ROI for this engagement.",
"disable-model-invocation": false
}
Show engagement cost data.
Run these in sequence:
uv run python3 $CLAUDE_PROJECT_DIR/tools/cost.py summaryuv run python3 $CLAUDE_PROJECT_DIR/tools/cost.py roi- Provide analysis: which agents consumed the most, whether the spend is justified by findings.
Top-Tier ROI Review
Cost review is a hunting control, not accounting trivia.
- Segment spend by phase: recon, ranking, hunting, validation, reporting, rework.
- Flag any agent class with high spend and low durable output: no new surface, no killed hypotheses, no confirmed evidence.
- Compare spend to expected value: bounty range, report probability, duplicate risk, and remaining proof work.
- Recommend one concrete budget move: continue, pivot class, reduce parallelism, raise min-score, skip noisy targets, or run a focused chain pass.
- Treat repeated false positives as a training signal. Link the spend spike to
/learn,/brain, or rules updates.
Version History
- 41d49b6 Current 2026-07-24 11:56


