troubleshoot
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to perform various shell-based diagnostic tasks. This includes using 'pm2' for process management, 'sqlite3' for database inspection, and networking utilities like 'curl', 'lsof', and 'netstat' to verify local service availability and port configuration.
- [EXTERNAL_DOWNLOADS]: The skill defines automated fix routines that involve running 'npm install' within the plugin's installation directory (~/.claude/plugins/marketplaces/thedotmack/). This is used to restore or update required Node.js dependencies from the official npm registry.
- [REMOTE_CODE_EXECUTION]: The troubleshooting workflows involve launching the plugin's worker service via PM2 ('node_modules/.bin/pm2 start ecosystem.config.cjs') and executing a diagnostic bash script manually saved to a temporary directory to compile a system status report.
Audit Metadata