db-reviewer
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill facilitates the ingestion and analysis of untrusted external content, creating a vulnerability surface for indirect prompt injection.
- Ingestion points: The skill instructs the agent to read SQL migration files under
supabase/migrations/, schema dumps such asschema.sql, and project-specific configuration files likeCLAUDE.mdandAGENTS.mdto establish conventions. - Boundary markers: The instructions lack explicit delimiters or "ignore embedded instructions" warnings to prevent the agent from being influenced by natural language commands hidden within the code or documentation being reviewed.
- Capability inventory: The skill's capabilities are limited to file system read access and generating a text-based review report. It does not perform network requests, file writes, or command execution based on the ingested data.
- Sanitization: No sanitization, escaping, or schema validation is mentioned for the external content before it is processed by the agent.
- [SAFE]: The skill incorporates security hardening guidelines, such as requiring
SET search_pathforSECURITY DEFINERfunctions to prevent injection attacks and ensuring Row Level Security (RLS) is enabled and correctly configured for all new public-facing tables.
Audit Metadata