supabase-reset-test-gen-types
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOWCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill executes a sequence of local shell commands:
supabase db reset --yes && supabase test db && npm run gen-types. - The commands are static and align perfectly with the skill's description.
- The use of the
--yesflag is standard for automation to bypass interactive prompts during destructive operations (database resets). - No untrusted external input is interpolated into the command string, mitigating the risk of command injection.
Audit Metadata