crawlora
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/crawlora.shusescurlto interact with the Crawlora API. It properly handles arguments and uses--data-urlencodefor GET parameters to prevent command injection or malformed URL issues. - [EXTERNAL_DOWNLOADS]: The skill makes network requests to
api.crawlora.net, which is the official API domain for the vendorcrawlora-org. These requests are necessary for the skill's primary purpose of fetching structured web data. - [CREDENTIALS_UNSAFE]: The skill demonstrates safe credential management by instructing users to export their API key to the
CRAWLORA_API_KEYenvironment variable rather than hardcoding it in scripts or prompts. It explicitly warns against hardcoding keys or committing them to version control. - [DATA_EXFILTRATION]: While the skill performs network operations, it only sends user-defined search queries and parameters to the vendor's API. There is no evidence of accessing sensitive local files or exfiltrating user environment data.
- [PROMPT_INJECTION]: The instructions in
SKILL.mdare descriptive and functional, focusing on how to use the tool. There are no patterns suggesting attempts to override agent safety filters or bypass instructions.
Audit Metadata