amazon-keyword-traffic-analysis
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows security best practices for credential management. The provided script
zoodata.pyretrieves theZOODATA_API_KEYfrom environment variables or standard local configuration files (~/.zoodata/config.json) rather than requiring hardcoded secrets. - [SAFE]: Extensive safety protocols, referred to as 'Evidence Gates' and 'Authorization Gates,' are integrated into the instructions. These gates prevent the AI from making unauthorized or overconfident business recommendations (such as budget changes) without appropriate seller-side conversion data.
- [SAFE]: The Python script
zoodata.pyperforms strict parameter validation using regular expressions (e.g., DATE_RE) and argparse, reducing the risk of command injection through malformed user input. - [SAFE]: No obfuscation or hidden content was detected. All external network communication is directed to the vendor's official API domain (api.zoodata.ai).
Audit Metadata