nansen-polymarket-insider-scan
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns such as prompt injection, data exfiltration, or obfuscation were detected during the analysis.
- [COMMAND_EXECUTION]: The skill utilizes bash commands for blockchain analysis. Risk is mitigated by the
allowed-toolsconfiguration, which limits the agent to executing commands starting with thenansenbinary. - [EXTERNAL_DOWNLOADS]: The skill installs the
nansen-clipackage via Node.js. This is a well-known utility required for the skill's core functionality. - [CREDENTIALS_UNSAFE]: The skill correctly manages authentication by requesting the
NANSEN_API_KEYvia environment variables rather than using hardcoded secrets. - [PROMPT_INJECTION]: An indirect prompt injection surface exists where user input (
<market name>) and external tool outputs are processed. However, the potential impact is constrained by the shell execution sandbox and the lack of sensitive capabilities accessible to the resulting commands.
Audit Metadata