skills/delorenj/skills/spa-host/Gen Agent Trust Hub

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, and docker compose down within spa-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 curl to verify the availability of the newly hosted site.
  • Evidence: curl -sS -o /dev/null -w '%{http_code}' ... "https://$DOMAIN" in spa-host.sh.
  • Context: This is a health check to confirm the SSL certificate has been issued and the site is reachable.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 4, 2026, 06:55 AM
Security Audit — agent-trust-hub — spa-host