subscription-schemas
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOWCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION] (LOW): The scripts
migrate-schema.sh,create-payment-tables.sh,setup-rls-policies.sh, andvalidate-schema.shexecute system commands includingcurl,psql, andjqto manage database schema and configuration. - [EXTERNAL_DOWNLOADS] (LOW): The scripts depend on external utilities (
psql,jq) and interact with the Supabase API at the providedSUPABASE_URL. - [CREDENTIALS_UNSAFE] (INFO): The scripts require
SUPABASE_SERVICE_ROLE_KEYvia environment variables. This key has full administrative access to the database. Usage is standard for migration tasks but requires careful handling of the environment.
Audit Metadata