ton-xstocks
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use
curlto fetch asset information from an external API (api.xstocks.fi). These instructions interpolate user-provided symbols into the shell command, creating a potential risk for command injection if the agent does not properly sanitize the input before execution.- [EXTERNAL_DOWNLOADS]: The skill fetches critical asset metadata and contract addresses from an external domain (api.xstocks.fi). This creates a dependency on a third-party source for identifying the correct jetton masters used in financial transactions.- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection via the external API response. If the API is compromised, it could provide a fraudulent jetton address that leads the agent to execute a transaction to an attacker-controlled wallet. The skill implements some mitigation by requiring the agent to verify token info and emulate the transaction before requesting user approval. Ingestion points: The JSON response fromhttps://api.xstocks.fi/api/v2/public/assets/{symbol}. Boundary markers: None. Capability inventory: Use ofsend_raw_transactionto move funds. Sanitization: Verification viaget_jetton_infoandemulate_transaction.
Audit Metadata