polymarket-analysis
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: Indirect Prompt Injection vulnerability surface.
- Ingestion points: Market names, questions, and titles are fetched from the Polymarket API in
monitor-polymarket-market.pyandfetch-polymarket-user-profile.py. - Boundary markers: Untrusted data is retrieved and displayed without delimiters or specific instructions for the agent to ignore embedded commands.
- Capability inventory: The skill documentation describes managing persistent tasks via the
clawdbotCLI and performing file system writes tostate/*.json. - Sanitization: External API content is not sanitized or escaped before presentation to the agent.
- [COMMAND_EXECUTION]: Persistence via Scheduled Tasks.
- Documentation in
references/market-monitoring-setup.mdexplains how to configure recurring monitoring jobs using theclawdbotCLI. This persistence is a core component of the skill's monitoring functionality.
Audit Metadata