json-render-core
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFE
Full Analysis
- [Prompt Construction Ingestion]: The
buildUserPromptutility inSKILL.mdis designed to accept user-provided strings and application state to create structured prompts for LLMs. This is a primary feature for refining UI specifications. - [Boundary and Sanitization]: While explicit boundary markers are not shown in the documentation snippets, the library provides structured methods like
validateSpecandautoFixSpecto ensure the generated output conforms to the defined schema. - [Logic Resolution Framework]: The library implements a domain-specific language for properties such as
$stateand$condwhich resolve logic at runtime. This system allows for dynamic UI behavior based on state changes. - [Vendor-Owned Dependencies]: All package references, including
@json-render/core, are internal to the author's ecosystem, representing the core framework's own capabilities.
Audit Metadata