makefile-dev-workflow
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a Makefile to wrap complex shell operations for starting services, stopping containers, and running tests. It includes utility commands to find and terminate processes bound to specific ports (3000, 8080) using
lsofandkill.- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of development dependencies via standard package managers includingcargofor Rust andpnpm/npmfor Node.js. These operations target official package registries.- [SAFE]: The documentation includes example environment variables and default development credentials for a local Docker-based database. These are standard practices for local development environments and do not represent a leak of production secrets.
Audit Metadata