start-temps-cluster
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a technical guide for local development and testing of a specific multi-node infrastructure project.
- [COMMAND_EXECUTION]: The instructions provide command-line recipes for interacting with a local Docker environment using
docker,curl, andpsql. These are standard operations for development workflows. - [EXTERNAL_DOWNLOADS]: The skill references a geolocation database from MaxMind, which is a well-known and reputable service.
- [PRIVILEGE_ESCALATION]: The documentation notes that worker nodes run in 'privileged' Docker-in-Docker (DinD) containers. While privileged mode grants broad permissions to a container, this is a standard and necessary requirement for simulating multi-node Docker environments on a single host.
- [SAFE]: Static analysis heuristics flagged a potential reverse shell pattern due to a mention of
/dev/tcp/127.0.0.1/8080. Evaluation confirms this is a false positive, as the text describes a legitimate network health check mechanism used by the setup scripts to verify that the local service is listening.
Audit Metadata