calculadora-cdi
Pass
Audited by Gen Agent Trust Hub on Sep 23, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted user input that is used to construct a shell command invocation. \n- Ingestion points:
SKILL.mdinstructs the agent to collect values for investment amount, period, and CDI percentage from user messages. \n- Boundary markers: Absent. There are no delimiters or instructions to treat the data as literal strings or to prevent shell metacharacter injection. \n- Capability inventory: The skill usesscripts/cdi.pyvia a shell command execution capability. \n- Sanitization: Absent. The instructions do not specify validation or sanitization of user input before it is interpolated into the command line template. \n- [EXTERNAL_DOWNLOADS]: The script performs network requests to fetch current interest rates. \n- Evidence:scripts/cdi.pymakes requests to the official Banco Central do Brasil API and the financial portalmelhorcambio.comto fetch the CDI rate. \n- [COMMAND_EXECUTION]: The skill relies on executing a local script with variable arguments. \n- Evidence:SKILL.mdcontains a template for executingpython scripts/cdi.pywith arguments derived from user input.
Audit Metadata