run-app
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute standard development commands via the shell, including:
- Dependency managers:
npm install,pip install -r requirements.txt. - Environment management:
python -m venv venv,source venv/bin/activate,cp .env.example .env. - Process management:
netstat,lsof,taskkill,kill -9. - Container tools:
docker,docker-compose. - Database tools:
pg_isready,mysqladmin,mongosh. - These are routine operations for a skill designed to automate application startup and troubleshooting.
Audit Metadata