panda-analytics
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard Unix utilities such as
grep,cut, andcurlto read configuration values and perform API requests to the analytics backend. - [DATA_EXFILTRATION]: Accesses the
~/.pandasfile to read and write theapi_keyandapi_url. This is the designated configuration storage for the tool and is managed with appropriate file permissions (chmod 600). Credentials are sent to the official API endpoint for authentication as intended. - [EXTERNAL_DOWNLOADS]: Interacts with
nosypandas.com(or a user-defined URL) to fetch analytics data in JSON format.
Audit Metadata