Best practices for extracting data from modern React/Vue SSR pages (like Next.js or Nuxt.js) by targeting hydration state blocks (__NEXT_DATA__, __NUXT__) using regex and `jmespath`, avoiding brittle DOM selector scraping.
69
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
该技能的 REQUIRED 工作流只是在从“提供的 HTML 字符串”(运行时变量)中用正则提取站点内联 `<script>` 的 SSR JSON(如 `__NEXT_DATA__` / `window.__NUXT__` / `__INITIAL_STATE__`)后由 `json.loads` 解析;如果这个 HTML 来自运行时抓取/外部页面内容,则会把“外部站点/非用户作者”的自由文本(内联 JSON)喂入 LLM(间接 prompt 注入风险)。
c6f1797
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.