new
GitHub用于创建新的安全评估工作区,支持指定平台、项目及模板类型。自动执行脚手架脚本并验证关键配置文件与目录结构,确保具备证据级狩猎能力。提示用户初始化脑模块及后续同步分析流程,并根据项目类型警告特殊环境配置需求。
Trigger Scenarios
Install
npx skills add H-mmer/pentest-agents --skill new -g -y
SKILL.md
Frontmatter
{
"name": "new",
"description": "Create a new engagement workspace. Usage: \/new <platform> <program> [--type web-app|api|mobile|smart-contract]"
}
Create a new engagement workspace: $ARGUMENTS
Parse arguments as:
Run: uv run python3 ../../tools/scaffold.py $ARGUMENTS
After creation, tell the user to: cd into the workspace, start claude, and run /sync.
Top-Tier Workspace Bar
A new workspace is not ready until it can support evidence-grade hunting.
After scaffold, verify or create:
scope.yamlplaceholder with platform, program, in-scope and out-of-scope sectionspolicy.mdplaceholder for required headers, rate limits, account rules, and prohibited actionsrecon/,findings/,evidence/,poc/,reports/drafts/, andscans/- brain initialized or clear instruction to run
/brain init - next commands in order:
/sync,/pipeline,/analyze, then/huntor/autopilot
Warn if the program type needs special setup: mobile test device, API tokens, sandbox tenant, OAuth app, webhook receiver, cloud account, or smart-contract fork.
Version History
- 41d49b6 Current 2026-07-24 11:58


