pentestops-dashboard
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The installation process involves cloning a source code repository from GitHub (
github.com/0xBugatti/PentestOPS.git). - [COMMAND_EXECUTION]: Installation utilizes standard system and package management tools including
git,npm, anddockerto set up the frontend, backend, and database components. - [SAFE]: The skill follows secure configuration practices by instructing the user to generate unique JWT secrets locally using
opensslinstead of providing hardcoded credentials. - [SAFE]: The backend implementation examples include security features such as JWT-based authentication and rate-limiting middleware to prevent brute-force attacks.
Audit Metadata