algolia-crawler
Pass
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXFILTRATION]: The skill guides the user in crawling web pages and sending the extracted data to Algolia's infrastructure. This is the documented and intended purpose of the Algolia Crawler service.
- [CREDENTIALS_UNSAFE]: The skill provides instructions for managing Crawler API keys and Algolia Write keys using environment variables or local configuration files. This is a standard and secure practice for CLI tool authentication, avoiding hardcoded secrets.
- [EXTERNAL_DOWNLOADS]: The instructions recommend installing the official Algolia CLI from the vendor's Homebrew repository, which is a well-known and trusted source.
- [COMMAND_EXECUTION]: The workflow utilizes standard Algolia CLI commands and common utility tools like
jqto manage configurations and indexing processes. All commands are relevant to the skill's primary function. - [SAFE]: The skill follows security best practices for the tools it describes. No malicious patterns such as prompt injection, obfuscation, or persistence mechanisms were found.
Audit Metadata