scope

Installation
SKILL.md

Scope Management

Manage the target scope file at .pentest/scope.json. All pentesting commands validate targets against this file via the PreToolUse hook.

Operations

Parse the first argument from $ARGUMENTS to determine the operation. Remaining arguments are the target(s).

show (default)

Display the current scope. This is the default when no operation is specified.

cat .pentest/scope.json 2>/dev/null || echo "No scope file found. Run /scope init to create one."

add

Always confirm with the user first before modifying the scope file.

Installs
1
GitHub Stars
1
First Seen
Mar 7, 2026
scope — patrykquantumnomad/networking-tools