directives
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- Standard UI Utility Directives: The skill defines a set of declarative tools for common UI tasks such as formatting dates/currency, performing arithmetic, and manipulating strings. These operations are performed within a controlled environment defined by the json-render framework.
- Schema Validation Integration: The documentation demonstrates the use of Zod for schema validation when defining custom directives. This is a security best practice that helps prevent the processing of malformed or unexpected data structures.
- Data Rendering Surface: The skill is designed to process and render data, which involves ingesting values from a state object or user-provided specifications. While this is an ingestion surface, the provided logic is limited to standard formatting and transformation tasks without exposing sensitive system capabilities.
- Trusted Ecosystem: The skill references packages within the @json-render ecosystem, which appear to be the intended dependencies for this functionality. The use of standard package registries for these dependencies aligns with typical development workflows.
Audit Metadata