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, andgobuild 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
.envfile usingcat .env | grep POSTGRESto verify configuration. This action exposes sensitive database credentials, includingPOSTGRES_PASSWORD, to the agent's memory/context. - [EXTERNAL_DOWNLOADS] (SAFE): Commands such as
go mod tidyare included, which may download dependencies from official Go registries. This is standard behavior for Go development environments.
Audit Metadata