frappe-agent-debugger
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate documentation and instructions for troubleshooting the Frappe framework using standard ecosystem tools like the
benchCLI,mariadbconsole, anddebugpy. - [COMMAND_EXECUTION]: Instructs the agent on using standard CLI commands for system health checks (
bench doctor), site management (bench migrate), and process diagnostics (kill -SIGUSR1 <PID>) within the local environment. - [EXTERNAL_DOWNLOADS]: Mentions the installation of the
debugpyPython package viabench pip installfor setting up the VS Code Debug Adapter Protocol (DAP), which is a standard developer workflow. - [SAFE]: Actively promotes security best practices by explicitly instructing the use of parameterized SQL queries (
frappe.db.sql) to prevent SQL injection vulnerabilities and provides warnings regarding the removal of debugging tools from production environments.
Audit Metadata