token-optimizer
Warn
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
ToolBridgeimplementation described inSKILL.mdexplicitly maps abashinterface to the system'sexeccommand, allowing for arbitrary shell execution. - Evidence:
bash: async (cmd) => exec(cmd)in theToolBridgeclass definition withinSKILL.md. - [PROMPT_INJECTION]: The skill architecture creates a significant surface for indirect prompt injection by combining data ingestion tools with high-privilege execution tools.
- Ingestion points: The
toolRegistryincludeswebfetchandwebsearchfor retrieving external data. - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are present in the provided summarization or tool-call logic.
- Capability inventory: The skill facilitates
bash(shell access),write(file creation), andedit(file modification). - Sanitization: There is no evidence of sanitization or validation of data retrieved from external URLs before it is processed by the agent or passed to other tools.
Audit Metadata