deco-cms-route-config
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill configures routes that ingest and render content directly from a CMS.
- Ingestion points: The
Route.useLoaderData()hook in$.tsxandindex.tsxretrieves data via theloadCmsPagefunction. - Boundary markers: The skill does not implement specific delimiters or 'ignore' instructions for the data fetched from the CMS.
- Capability inventory: The skill uses the ingested data to drive UI rendering but does not expose OS-level shell capabilities.
- Sanitization: Standard
JSON.stringifyis applied to JSON-LD objects. - [DYNAMIC_EXECUTION]: The skill includes patterns for dynamic loading and injection.
- Evidence: The
Seo.tsxcomponent snippet usesdangerouslySetInnerHTMLto insert JSON-LD scripts:dangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLD) }}. - Evidence: The
decoInvokeRouteConfiganddecoRenderRouteConfigfactories define endpoints for remote action execution and section rendering within the framework.
Audit Metadata