next-app
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFENO_CODEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill contains architectural instructions for Next.js App Router and Live Preview. No malicious behavior, exfiltration patterns, or obfuscation were found.
- [NO_CODE]: The skill consists only of instructional markdown and does not include any executable scripts or binary files.
- [PROMPT_INJECTION]: The skill identifies a surface for indirect prompt injection as it processes data from an external CMS.
- Ingestion points: Data is ingested from Contentstack via
getPageand theContentstackLivePreview.onEntryChangeevent listener. - Boundary markers: No specific boundary markers or instructions to ignore embedded instructions are defined.
- Capability inventory: The agent renders UI components and handles preview state based on the ingested external data.
- Sanitization: The instructions explicitly mandate the use of
isomorphic-dompurifyto sanitize HTML content before rendering withdangerouslySetInnerHTML, effectively mitigating injection risks.
Audit Metadata