S.H.I.T底刊摘要

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a straightforward website scraper, though it depends on external npm/Playwright downloads and the documentation overstates AI/JSON features not implemented in the included code.

Before installing, be aware that this skill downloads npm dependencies and a Playwright browser, and confirm that the current implementation meets your needs because the included code does not yet perform the advertised AI analysis or JSON publication-date export.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing the skill's dependencies can add executable browser tooling and npm packages to the user's environment.

Why it was flagged

The setup downloads third-party npm packages and a Playwright-managed Chromium browser. This is expected for a Playwright scraper, but it is still external dependency installation that users should review.

Skill content
npm install playwright jsdom
npx playwright install chromium
Recommendation

Install in a controlled project environment, prefer reviewed lockfiles or pinned versions where possible, and use trusted package registries.

What this means

Users may expect automated AI analysis or structured JSON output, but the included code currently only scrapes and prints article titles/DOIs.

Why it was flagged

The implementation labels LLM analysis and public-account publishing as future work, while the skill description advertises automatic AI analysis and JSON-style outputs. This is a capability/documentation mismatch, not hidden malicious behavior.

Skill content
// 此处后续可集成 LLM 分析与公众号发布
Recommendation

Verify the actual output before relying on the skill in a workflow, and update the documentation or implementation so advertised capabilities match the code.