doppler-debug
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous templates for executing shell commands via
npm run. These commands are used to interface with the Doppler CLI for triage, performance benchmarking, and parity checks between Node.js and browser environments.- [PROMPT_INJECTION]: The skill utilizes placeholders likeMODEL_IDin shell command templates. This represents a surface for indirect prompt injection or command injection if the agent populates these placeholders using untrusted data without proper sanitization. - Ingestion points:
MODEL_IDvariable withinnpm run debug,npm run verify:model, andnpm run benchcommand strings. - Boundary markers: The templates use single quotes for the JSON configuration argument, which provides some containment but does not prevent escape sequences or malicious flag injection if the placeholder itself is compromised.
- Capability inventory: Execution of subprocesses and local shell commands through the
npminterface. - Sanitization: The instructions provide no guidance or logic for validating, escaping, or sanitizing the content interpolated into the
MODEL_IDfield.
Audit Metadata