algolia-data-handling
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and code snippets focus on security best practices such as PII filtering, data classification, and access control.
- [SAFE]: Sensitive credentials (API keys) are managed via environment variables (process.env.ALGOLIA_ADMIN_KEY), which is the recommended security practice.
- [SAFE]: The skill includes explicit functions for data sanitization, such as stripHtml and stripPII, to prevent sensitive data from being indexed.
- [SAFE]: External references are limited to official documentation for Algolia, and the required Node.js package (algoliasearch) is a standard library for the service.
Audit Metadata