addon-postgres-document-pipeline-schema
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill establishes an ingestion surface for indirect prompt injection by defining tables (
document_pages,document_chunks) meant to store raw, untrusted markdown data from external documents. - Ingestion points: Data enters the system via the
raw_markdownandtextcolumns in thedocument_pagesanddocument_chunkstables as described inSKILL.md. - Boundary markers: The schema does not define specific delimiters or instructions to treat ingested content as untrusted data.
- Capability inventory: The system architecture includes capabilities for preprocessing, automated validations, and agent-driven analysis.
- Sanitization: No sanitization or validation logic is defined for the content stored in the markdown artifacts.
Audit Metadata