ecommerce-amazon-category-lookup
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses environment variables (
NEXSCOPE_API_KEY) for authentication, avoiding hardcoded secrets or passing credentials via command-line arguments. - [SAFE]: Network operations are performed via
urllib.requestto a configurable proxy service (NEXSCOPE_PROXY_BASE). The implementation uses standard JSON payloads and follows vendor-specific header requirements. - [SAFE]: Local file system operations (caching and session logs) are constrained to a project-specific
nexscope/directory. The script dynamically determines a writable root directory across common workspace locations. - [SAFE]: The Python implementation does not use dangerous functions like
eval()orexec(), and handles user-provided JSON parameters through standard serialization libraries.
Audit Metadata