CtrlK
BlogDocsLog inGet started
Tessl Logo

ssr-hydration-scraping

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

Quality

83%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Low

Low-risk findings.

1 low severity finding. Worth noting, but not necessarily harmful.

Low

W011: Third-party content exposure detected (indirect prompt injection risk).

What this means

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.

Why it was flagged

该技能的 REQUIRED 工作流只是在从“提供的 HTML 字符串”(运行时变量)中用正则提取站点内联 `<script>` 的 SSR JSON(如 `__NEXT_DATA__` / `window.__NUXT__` / `__INITIAL_STATE__`)后由 `json.loads` 解析;如果这个 HTML 来自运行时抓取/外部页面内容,则会把“外部站点/非用户作者”的自由文本(内联 JSON)喂入 LLM(间接 prompt 注入风险)。

Report incorrect finding
Repository
Project-N-E-K-O/N.E.K.O
Audited
Security analysis
Snyk

Is this your skill?

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.