caprover
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The installation instructions include a Docker command that mounts the host Docker socket (
/var/run/docker.sock). While this provides high privileges, it is a standard and documented requirement for container orchestration platforms like CapRover to function. - [EXTERNAL_DOWNLOADS]: The skill utilizes the official CapRover CLI via NPM (
npm install -g caprover), which is the legitimate distribution method for the documented tool. - [SAFE]: The provided TypeScript API client (
scripts/caprover-api.ts) follows security best practices by using an environment variable (process.env.CAPROVER_TOKEN) for authentication rather than hardcoding sensitive credentials.
Audit Metadata