spa-host
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes Docker and Docker Compose commands to manage local infrastructure.
- Evidence: Calls
docker network inspect,docker compose up -d, anddocker compose downwithinspa-host.sh. - Context: These are the primary functions of the tool, used to orchestrate legitimate container deployments on the user's host.
- [EXTERNAL_DOWNLOADS]: The skill uses
curlto verify the availability of the newly hosted site. - Evidence:
curl -sS -o /dev/null -w '%{http_code}' ... "https://$DOMAIN"inspa-host.sh. - Context: This is a health check to confirm the SSL certificate has been issued and the site is reachable.
Audit Metadata