pasta-scope
Installation
SKILL.md
PASTA Stage 2: Define Technical Scope
Map the technical boundaries of the system -- architecture, protocols, entry points, and attack surface. Build data flow diagrams (DFDs) showing how data moves through the system and where trust boundaries exist.
Supported Flags
Read ../../shared/schemas/flags.md for the full flag specification. Key behaviors:
| Flag | Stage 2 Behavior |
|---|---|
--scope |
Default changed. Scans routes, API specs, Dockerfiles, IaC, and network configs. |
--depth quick |
Entry points from route definitions and API specs only. |
--depth standard |
Full entry point scan + dependency catalog + protocol identification. |
--depth deep |
Standard + infrastructure analysis (Docker, K8s, Terraform) + network boundary mapping. |
--depth expert |
Deep + complete DFD with trust levels annotated on every data flow. |
--severity |
Not applicable at this stage. |
Related skills