debug-plugins
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Diagnostic Command Execution: The skill utilizes basic shell utilities such as
ls,echo, andunzip -lto inspect the local filesystem and environment. These commands are restricted to diagnostic purposes and are used to verify the presence and configuration of plugins. - Indirect Prompt Injection Awareness: A significant portion of the skill's instructions is dedicated to security best practices for handling untrusted data. It explicitly directs the agent to treat log files and plugin contents as inert data, advising against executing any instructions or scripts discovered during the debugging process.
- System File Access: The skill reads diagnostic files located in
/tmp/and/mnt/. These paths are standard locations for temporary application logs and mount points in containerized environments and do not involve access to sensitive user credentials or system secrets.
Audit Metadata