systematic-debugging
Warn
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill contains instructions that explicitly override standard agent behavior regarding user interaction. The "Investigation Flow" section directs the agent to "Do NOT break flow by asking clarifying questions," "don't ask for permission," and "Derive information from logs, databases, or file state — don't ask the user to be your instrumentation layer." These instructions encourage the agent to perform actions without user oversight or confirmation.
- [DATA_EXFILTRATION]: The skill instructs the agent to access and read potentially sensitive data from private application directories. It provides paths and commands for reading SQLite databases within macOS sandbox containers (
~/Library/Containers/<bundle-id>/Data/Documents/), which store user-private data for system applications. It also suggests usinglog showandlog streamto extract detailed system telemetry and logs. - [COMMAND_EXECUTION]: The skill provides instructions for sensitive and destructive system commands. Specifically, it guides the agent to use
tccutil resetto modify system permissions andrm -rfto delete application containers (~/Library/Containers/<bundle-id>/). These operations can lead to significant data loss or changes in the system's security posture if executed without careful review.
Audit Metadata