agent-deck
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- COMMAND_EXECUTION (MEDIUM): The skill's primary function involves configuring and launching Model Context Protocol (MCP) servers defined in
~/.agent-deck/config.toml. These servers are executed as shell commands (e.g.,npx,docker,python), providing a vector for arbitrary command execution if the configuration is compromised. - EXTERNAL_DOWNLOADS (MEDIUM): Documentation and configuration examples (e.g., in
config-reference.md) encourage the use ofnpx -yto download and execute packages from the npm registry at runtime. These include servers likeexa-mcp-serverand@modelcontextprotocol/server-github, which are not verified by the skill. - PROMPT_INJECTION (LOW): The
scripts/launch-subagent.shscript creates an attack surface for indirect prompt injection by accepting aPROMPTargument and passing it directly to a sub-agent session. - Ingestion points:
PROMPTargument inscripts/launch-subagent.shandagent-deck session sendcommand. - Boundary markers: Absent; the prompt is interpolated directly into the session.
- Capability inventory: Sub-agents typically have broad tool-use capabilities, including filesystem access and network requests via MCP servers.
- Sanitization: None detected for the prompt content.
Audit Metadata