new

GitHub

用于创建新的安全评估工作区,支持Web、API、移动端及智能合约等类型。通过脚手架脚本生成标准化目录结构、范围配置及安全策略文件,并引导用户初始化大脑及运行同步与分析流程,确保工作区具备证据级狩猎能力。

providers/cursor/.cursor/skills/cmd-new/SKILL.md H-mmer/pentest-agents

Trigger Scenarios

用户需要开始新的安全测试项目 用户输入 /new 命令

Install

npx skills add H-mmer/pentest-agents --skill new -g -y
More Options

Non-standard path

npx skills add https://github.com/H-mmer/pentest-agents/tree/main/providers/cursor/.cursor/skills/cmd-new -g -y

Use without installing

npx skills use H-mmer/pentest-agents@new

指定 Agent (Claude Code)

npx skills add H-mmer/pentest-agents --skill new -a claude-code -g -y

安装 repo 全部 skill

npx skills add H-mmer/pentest-agents --all -g -y

预览 repo 内 skill

npx skills add H-mmer/pentest-agents --list

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: [--type