polymarket-references
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFE
Full Analysis
- COMMAND_EXECUTION (SAFE): The skill includes
scripts/set_allowances.py, a utility script designed to set ERC20 and ERC1155 token allowances for Polymarket exchange contracts on the Polygon blockchain. Analysis confirms it targets official Polymarket protocol addresses and follows standard security practices for handling private keys (via environment variables). No unauthorized or suspicious transaction logic was found. - EXTERNAL_DOWNLOADS (SAFE): Documentation within the skill references legitimate and established SDKs and libraries (e.g.,
@polymarket/clob-client,py-clob-client,ethers) from trusted registries. These dependencies are essential for the skill's stated purpose and do not pose a security risk in this context. - CREDENTIALS_UNSAFE (SAFE): The skill correctly advises users to use environment variables for sensitive credentials (API keys, private keys) and includes boilerplate code that prevents accidental hardcoding of secrets.
Audit Metadata