decision-algorithm
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection attack surface due to its reliance on untrusted external data. * Ingestion points: The skill uses
WebSearchandWebFetchtools inSKILL.mdto retrieve data for analysis. * Boundary markers: There are no instructions defining delimiters or clear separation between retrieved content and agent instructions. * Capability inventory: The skill has access toBash(for tool execution) andWritecapabilities. * Sanitization: The instructions do not include requirements for sanitizing or validating retrieved data before processing. - [COMMAND_EXECUTION]: The skill uses
Bashto invoketools/decision_calculator.py. It directs the agent to interpolate user or web-derived inputs (such as win rates and gain amounts) into shell commands. This creates a potential command injection vector if the agent fails to ensure these inputs are strictly numeric. - [EXTERNAL_DOWNLOADS]: The skill performs network operations to retrieve content from arbitrary external domains using
WebSearchandWebFetchduring its 'Decision-Oriented Research' phase.
Audit Metadata