memory-troubleshoot
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXFILTRATION]: The skill includes checks for environment variables such as
OPENAI_API_KEYandANTHROPIC_API_KEYusing the shell pattern${VAR:+set}. This is a secure practice that verifies if a key is configured without printing the actual credential value to the console or logs. - [COMMAND_EXECUTION]: The skill suggests standard diagnostic commands (
lsof,tail,grep,which) and tool-specific commands (memory-daemon,memory-ingest). These are restricted to the troubleshooting context and the skill explicitly instructs the agent to obtain user confirmation before executing any commands that modify the system state. - [SAFE]: The skill demonstrates a well-defined diagnostic scope. It accesses tool-specific logs (
daemon.log) and configuration files (hooks.yaml) located in standard application directories, which is necessary for its stated purpose and does not involve accessing sensitive system credentials or private user data.
Audit Metadata