dev-coding-backend
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): Includes routine developer commands for database migrations (
npx prisma migrate), database inspection (psql), and API testing (curl). These commands are intended for local development and debugging.- [CREDENTIALS_UNSAFE] (SAFE): The skill correctly uses environment variables (e.g.,$TOKEN,$DIRECTUS_URL) for authentication and configuration, avoiding hardcoded secrets.- [DATA_EXFILTRATION] (SAFE): Network operations are performed against local endpoints or URLs defined via environment variables, with no evidence of sending sensitive data to unauthorized third parties.- [EXTERNAL_DOWNLOADS] (SAFE): Utilizes standard package runners likenpxfor established tools like Prisma, which is common practice in backend development environments.
Audit Metadata