gdex-trading
Fail
Audited by Gen Agent Trust Hub on Jun 7, 2026
Risk Level: HIGHCREDENTIALS_UNSAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: Hardcoded shared API keys are present in the configuration and root documentation.
- Evidence:
9b4e1c73-6a2f-4d88-b5c9-3e7a2f1d6c54and2c8f0a91-5d34-4e7b-9a62-f1c3d8e4b705insrc/config/apiKeys.tsandSKILL.md. - [COMMAND_EXECUTION]: The skill exposes Model Context Protocol (MCP) tools that accept raw private keys as parameters to execute direct on-chain transactions, creating a significant security risk for the user's secrets.
- Evidence: The
execute_cross_perpandexecute_isolated_perptools inmcp-server/src/tools/directExec.tsrequestprivateKeyinput from the agent. - [PROMPT_INJECTION]: The skill facilitates an indirect prompt injection surface by fetching and processing untrusted text data from a social comment system without sanitization or boundary markers.
- Ingestion points: The
getCommentsfunction insrc/actions/social.tsretrieves user-generated messages. - Boundary markers: Absent; data is returned as raw strings.
- Capability inventory: The skill has extensive write permissions, including
buyTokenandtransferNativeinsrc/actions/spotTrade.tsandsrc/actions/transfers.ts. - Sanitization: No client-side sanitization is performed on comment data before it enters the agent context.
Recommendations
- AI detected serious security threats
Audit Metadata