dog-intelligence
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill makes network requests to
https://www.dogdata.xyz/apito retrieve blockchain and market intelligence. This is the primary and stated purpose of the skill. - [CREDENTIALS_UNSAFE]: The skill uses an optional
DOGDATA_API_KEYretrieved from environment variables for authenticated API requests. This is a standard and safe practice for secret management in development tools. - [COMMAND_EXECUTION]: The CLI is implemented using the standard
commanderpackage. It only executes internal TypeScript functions for data fetching and does not spawn shell commands or arbitrary processes. - [DATA_EXFILTRATION]: No evidence of sensitive data collection (such as SSH keys or credentials) or unauthorized transmission to external servers was found. All operations are read-only fetches of public data.
Audit Metadata