fullstack-debugger
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The scripts use standard diagnostic tools like
curl,npm,npx, andgitto verify the state of a local development environment and remote endpoints. These operations are transparent and consistent with the skill's stated purpose. - [DATA_EXPOSURE] (SAFE):
scripts/diagnose.shchecks for the presence of environment variables but masks their values when printing.scripts/check-rls.jsrequires standard Supabase credentials (URL and Anon Key) which are handled via environment variables or command-line arguments. - [REMOTE_CODE_EXECUTION] (SAFE): While the scripts run build commands and package managers (
npm run build,npm install), these are standard practices in a JavaScript development workflow and do not involve downloading or executing code from untrusted external sources.
Audit Metadata