nav-sop
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOWPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (LOW): The script incorporates external input from command-line arguments directly into a markdown template. Since the script only outputs text to the console and does not execute code, write files, or access the network, the risk is minimal.
- Ingestion points: The title, category, problem, solution, and when arguments in functions/sop_formatter.py.
- Boundary markers: None present; inputs are directly placed into the markdown structure.
- Capability inventory: Display only; the script has no subprocess calls, file-write operations, or network access.
- Sanitization: None; the script does not escape markdown characters or validate input content.
Audit Metadata