setup-ai-tutor
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructions for a standard local project setup and does not contain any detected malicious patterns or obfuscation.
- [COMMAND_EXECUTION]: The skill instructs the user to execute shell commands to copy environment templates, install dependencies using
uv, manage a PostgreSQL database viadocker-compose, and run migrations withalembic. - [EXTERNAL_DOWNLOADS]: Dependencies are managed and installed through the
uvpackage manager based on the project's local configuration files. - [CREDENTIALS_UNSAFE]: The skill recommends using
cp .env.example .envfor local configuration management, which is a standard best practice for handling environment-specific secrets locally.
Audit Metadata