nike-research
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a helper script
scripts/crawlora.shthat usescurlto interact with the vendor's API. The script implements safe argument handling usingset -euo pipefailand--data-urlencodeto prevent common shell injection vulnerabilities when processing user-provided search terms. - [EXTERNAL_DOWNLOADS]: The skill makes network requests to
api.crawlora.netto fetch Nike product data. As this is the vendor's primary API endpoint and corresponds to the skill's stated purpose, it is considered safe and functional. - [CREDENTIALS_UNSAFE]: The skill correctly instructs users to manage their
CRAWLORA_API_KEYusing environment variables. It explicitly warns against hardcoding secrets in the documentation, which aligns with security best practices for credential management.
Audit Metadata