book-research
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/crawlora.shscript executescurlto interact with the Crawlora API. The script uses shell arrays and the--data-urlencodeflag to safely handle query parameters, preventing basic command injection via URL arguments. - [CREDENTIALS_UNSAFE]: The skill uses an environment variable
CRAWLORA_API_KEYfor authentication. The documentation correctly instructs users to set this variable and warns against hardcoding secrets, following standard security best practices. - [EXTERNAL_DOWNLOADS]: The skill makes network requests to
api.crawlora.net. These are directed to the vendor's official API for the stated purpose of the skill and do not involve downloading executable code or scripts.
Audit Metadata