algolia-search-optimizations
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it ingests untrusted HTML content from external websites.
- Ingestion points: Content is fetched from a user-defined URL in
SKILL.mdusingcurl. - Boundary markers: Not present; the data is processed directly by parsing scripts.
- Capability inventory: The skill uses
curlandpython3for data retrieval and analysis but does not perform dangerous operations with the ingested data. - Sanitization: Data is processed using standard libraries (
re,json); no explicit instruction filtering is implemented. - [COMMAND_EXECUTION]: The skill includes several examples of shell commands to facilitate the audit process.
- Evidence: Uses
curlto interact with Algolia APIs andpython3 -cfor local data processing inSKILL.mdandreferences/analytics-api.md. - Context: These commands are used for legitimate diagnostics and data extraction related to search optimization.
- [EXTERNAL_DOWNLOADS]: The skill connects to external services to retrieve index data and analytics.
- Evidence: Network requests are directed to
*.algolia.netandanalytics.algolia.com. - Note: These are official endpoints for the Algolia service and are expected for the skill's functionality.
Audit Metadata