nextjs-expert
Warn
Audited by Snyk on Feb 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill's examples explicitly fetch and render external blog data (e.g., fetch('https://api.example.com/posts'), fetchPost(slug) and generateStaticParams) and even inject post.content via dangerouslySetInnerHTML, which clearly ingests and displays untrusted/user-generated third‑party content from public APIs.
Audit Metadata