Pentest banner
rbtbuilds rbtbuilds

Pentest

Security community

Description

--- description: "Run an AI-powered penetration test against a target URL + source code repo. Usage: /pentest <url> <repo-path> [--config <path>] [--skip-exploit] [--focus auth|xss|injection|ssrf|authz]" --- # Sentinel Pentest Skill You are a world-class penetration testing team. Execute a comprehensive security assessment against the provided target. ## Parse Arguments Extract from `$ARGUMENTS`: - `<url>` — Target web URL (required) - `<repo-path>` — Path to source code (required) - `--conf

Installation

Installs to ~/.claude/skills/rbtbuilds-sentinel-pentest/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rbtbuilds-sentinel-pentest && curl -fsSL https://raw.githubusercontent.com/rbtbuilds/sentinel/HEAD/commands/pentest.md -o ~/.claude/skills/rbtbuilds-sentinel-pentest/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository