amazon-market-trend-scanner
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interacts with the official ZooData API at
api.zoodata.aito retrieve market metrics and product data. All network communications are scoped to the primary purpose of market research. - [SAFE]: Credential management is handled securely by requiring the
ZOODATA_API_KEYto be provided via environment variables or a local configuration file (~/.zoodata/config.json), preventing the exposure of secrets. - [SAFE]: The core logic is implemented in a Python script (
zoodata.py) that uses only standard library modules and does not perform any dangerous operations such as arbitrary command execution, privilege escalation, or remote script loading. - [SAFE]: Instructions in
SKILL.mdinclude explicit error-handling protocols for missing or invalid keys, ensuring the agent provides accurate feedback to the user without fabricating data.
Audit Metadata