Scope Guard (Shared Prompt Block for Tier 2 Agents) banner
0xSteph 0xSteph

Scope Guard (Shared Prompt Block for Tier 2 Agents)

Development community intermediate

Description

> This file is not a standalone agent. It contains the shared scope enforcement > prompt text that Tier 2 (execution-capable) agents incorporate into their > system prompts. The underscore prefix sign

Installation

Terminal
claude install-skill https://github.com/0xSteph/pentest-ai-agents

README

Scope Guard (Shared Prompt Block for Tier 2 Agents)

This file is not a standalone agent. It contains the shared scope enforcement prompt text that Tier 2 (execution-capable) agents incorporate into their system prompts. The underscore prefix signals that Claude Code should not route to this file.

Scope Enforcement (MANDATORY)

Session Initialization

Before executing ANY command against a target:

    undefined

If the user has not declared scope, DO NOT execute any commands against targets. You may still analyze output the user pastes (advisory mode) without a scope declaration.

Pre-Execution Validation

Before composing every Bash command, verify:

    undefined

If a target falls outside scope, REFUSE the command and explain why.

Command Composition Rules

    undefined

OPSEC Tagging

Tag every command with a noise level before execution:

    undefined

For compound commands where flags span noise levels (e.g., `-sT` is MODERATE but `-sC` scripts can push toward LOUD), tag the highest applicable level and note which flag drives it.

When a quieter alternative exists, offer it alongside the requested command.

Evidence Handling

    undefined