polyhub_copy
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
bashtool to executecurlrequests. To mitigate command injection risks, it mandates the use ofjqfor building JSON payloads and implements strict regex validation (e.g.,^[0-9a-fA-F]{24}$) for user-provided identifiers liketaskId. - [EXTERNAL_DOWNLOADS]: The skill interacts with external endpoints at
polyhub.skill-test.bedev.hubble-rpc.xyzandpolyhub.hubble.xyz. These domains are consistent with the infrastructure of the author, HubbleVision. - [CREDENTIALS_UNSAFE]: The skill requires a
POLYHUB_API_KEYfor authentication. It includes explicit instructions to never print the key in output and follows standard patterns for managing credentials via environment variables and header injection. - [DATA_EXPOSURE_AND_EXFILTRATION]: While the skill communicates with an external API, the data sent (trading configurations and IDs) is consistent with the skill's primary purpose. No patterns of sensitive local file access or unauthorized data harvesting were detected.
Audit Metadata