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]",
"disable-model-invocation": false
}
Create a new engagement workspace: $ARGUMENTS
Parse arguments as:
Run: uv run python3 $CLAUDE_PROJECT_DIR/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:57


