midnight-infra-setup
Pass
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: SAFE
Full Analysis
- COMMAND_EXECUTION (SAFE): The script executes local commands like
docker-compose,npm, andkillto manage development services. These operations are restricted to specific, hardcoded ports (9944, 8088, 6300). - EXTERNAL_DOWNLOADS (SAFE): While the script mentions external GitHub repositories in its help message, it does not automatically clone or execute code from them.
- DATA_EXFILTRATION (SAFE): Network activity is limited to health checks on localhost (127.0.0.1). No sensitive data is transmitted externally.
Audit Metadata