grafton-view-dev
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The framework described in the skill handles the ingestion and processing of external JSON schemas and data, which constitutes an attack surface for indirect prompt injection.\n
- Ingestion points: The skill documents several entry points for external data, including
createLazyViewwhich fetches schemas from remote URLs (documented inreferences/schema.md),Runtime.$apiwhich retrieves data from external services to populate stores (documented inreferences/stores.md), andDynamicViewwhich renders schemas provided through component props (documented inreferences/components.md).\n - Boundary markers: The documentation does not mention the use of delimiters or explicit instructions to the agent to ignore potentially malicious content embedded within the fetched schemas or data.\n
- Capability inventory: The skill allows for network operations via
HttpClient(Runtime.$api), local data persistence via thepersistconfiguration in stores, and dynamic UI rendering and interaction throughcreateViewand binding expressions.\n - Sanitization: There is no evidence in the provided documentation of sanitization, validation schemas, or escaping mechanisms applied to external content before it is processed or rendered by the agent.
Audit Metadata