polymarket
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides detailed documentation and implementation patterns for Polymarket integration, following best practices for API usage and credential management. No malicious behaviors, obfuscation, or injection attempts were detected across the provided files.
- [EXTERNAL_DOWNLOADS]: The skill references official Polymarket libraries and dependencies such as @polymarket/clob-client, py-clob-client, and viem. These are standard, well-known packages required for the integration and are treated as safe sources.
- [COMMAND_EXECUTION]: No suspicious or unauthorized command execution patterns were found. Code snippets demonstrate legitimate usage of platform SDKs and standard curl commands for interacting with official API endpoints.
- [DATA_EXFILTRATION]: Network operations are directed exclusively to official Polymarket infrastructure (e.g., clob.polymarket.com, gamma-api.polymarket.com) and well-known service providers like Goldsky for subgraph data. There are no attempts to send sensitive data to unauthorized third-party domains.
- [CREDENTIALS_UNSAFE]: The skill demonstrates secure handling of sensitive information by instructing users to use environment variables (e.g., process.env.PRIVATE_KEY) for private keys and API credentials, rather than providing hardcoded secrets.
Audit Metadata