woltz-rich-domain
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a comprehensive set of documentation and code examples for a TypeScript library ecosystem. No malicious logic, obfuscation, or automated execution patterns were found.- [INDIRECT_PROMPT_INJECTION]: The skill documentation includes patterns for ingesting untrusted data from API query parameters, but provides robust defensive mechanisms.
- Ingestion points: Query parameters are ingested via
Criteria.fromQueryParamsinreferences/criteria-zod.md,references/criteria.md, andreferences/export.md. - Boundary markers: Present. The library implements strict Zod schema validation (
CriteriaQuerySchema) to define and validate expected input fields and operators. - Capability inventory: The ecosystem facilitates database read/write operations through Prisma and TypeORM adapters, and file system writes via streaming export utilities.
- Sanitization: Present. The system enforces type-safety and field-whitelisting through its Criteria API and Zod schemas, effectively sanitizing input before it reaches persistence or execution layers.
Audit Metadata