troubleshoot-local-dev

Pass

Audited by Gen Agent Trust Hub on Feb 20, 2026

Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
  • [COMMAND_EXECUTION] (LOW): The skill utilizes several local shell commands to diagnose and fix development issues. These include docker compose, task (a task runner), lsof, kill, and go build tools. These are standard for the stated purpose but require local execution permissions.
  • [CREDENTIALS_UNSAFE] (LOW): The skill specifically instructs the agent to read the .env file using cat .env | grep POSTGRES to verify configuration. This action exposes sensitive database credentials, including POSTGRES_PASSWORD, to the agent's memory/context.
  • [EXTERNAL_DOWNLOADS] (SAFE): Commands such as go mod tidy are included, which may download dependencies from official Go registries. This is standard behavior for Go development environments.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 20, 2026, 02:45 PM