strapi
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a comprehensive technical reference for Strapi v5. All provided configuration examples for database setup (PostgreSQL, MySQL, SQLite) and authentication follow industry standard security practices. No hardcoded credentials were found; all examples correctly utilize environment variable placeholders (e.g.,
env('DATABASE_PASSWORD')). - [SAFE]: The included Python script
scripts/check-updates.pyis a utility for skill maintainers to verify version freshness against the official npm registry. It performs standard network operations to a well-known service (registry.npmjs.org) and does not exhibit any signs of command injection, data exfiltration, or persistence. All file operations are scoped to the skill directory for integrity checks.
Audit Metadata