Missing User Warnings
Medium
- Confidence
- 94% confidence
- Finding
- The README explicitly instructs users to execute AI-generated SQL scripts in their Supabase SQL editor without telling them to review the statements first or warning that generated SQL can modify production data incorrectly. In this skill’s context, the output is intended to touch multiple relational tables and derive inserts from uploaded CSV content, so a malformed prompt, parser error, or adversarial CSV could lead to unintended data corruption, duplicate relationships, or broad writes being run by a user who assumes the output is safe.
