ai-audit-logging
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides architectural templates that ingest untrusted data from LLM inputs and outputs into a logging pipeline.
- Ingestion points: The
withAuditLoggingmiddleware inSKILL.mdreadsparams.messagesandresponse.contentdirectly from the AI transaction. - Boundary markers: The code does not implement specific delimiters or warnings to treat ingested content as untrusted text within the log objects.
- Capability inventory: The skill includes implementation logic for persistent storage via
@prisma/clientand custom storage classes. - Sanitization: While the logger uses
sha256hashing to protect privacy, theinputSummary,outputSummary, andmetadatafields are stored as plain text, creating a surface for injection if logs are viewed in unsanitized dashboards.
Audit Metadata