prediction-markets-research
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements secure credential management by instructing users to store API keys in an environment variable (
CRAWLORA_API_KEY) rather than hardcoding them or passing them as query parameters. - [EXTERNAL_DOWNLOADS]: The skill facilitates data retrieval from the vendor's official API (
api.crawlora.net). This is the intended primary function of the skill and does not involve downloading executable scripts or untrusted code. - [COMMAND_EXECUTION]: The provided helper script (
scripts/crawlora.sh) is a minimal and transparent bash wrapper aroundcurl. It uses safe practices such asset -euo pipefailand--data-urlencodeto prevent common shell injection vulnerabilities when handling arguments.
Audit Metadata