Common-Fetcher

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: common-fetcher Version: 1.0.0 The OpenClaw skill 'common-fetcher' is described as a unified data collection framework supporting RSS, web scraping, and API integration, with AI processing capabilities. The `SKILL.md` outlines standard installation via npm, requires `node` and `npm` binaries, and describes features like network access for data fetching and file system access for output. There are no indicators of intentional malicious behavior such as credential theft, unauthorized data exfiltration, persistence mechanisms, obfuscation, or prompt injection attempts against the agent. The described functionalities are consistent with a legitimate data collection tool.

Findings (0)

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

You would be relying on an npm package without an obvious project source in the reviewed artifacts.

Why it was flagged

The registry metadata does not provide an upstream source or homepage, so the declared npm package has limited provenance information in the supplied artifacts.

Skill content
Source: unknown
Homepage: none
Recommendation

Verify the npm package publisher, package contents, and version before installing, especially in sensitive environments.

What this means

The skill may contact many configured websites or APIs and create local output files.

Why it was flagged

The skill is designed to make external RSS/web/API requests and write report files, including from a custom source configuration. This is expected for the stated purpose but should remain user-controlled.

Skill content
多源支持: RSS、网页抓取、API 集成 ... common-fetcher --config custom-sources.json --output daily.md
Recommendation

Use trusted source configuration files, confirm output paths, and ensure collection complies with site/API rules.

What this means

Summaries or classifications could reflect misleading or adversarial content from fetched sources.

Why it was flagged

The skill describes AI processing and caching of fetched content. Retrieved web/API content is untrusted and could influence generated scores, categories, or summaries.

Skill content
AI 处理: 自动评分、分类、摘要生成 ... Cache Manager
Recommendation

Treat fetched content and generated summaries as untrusted information; verify important claims before acting on them.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If you enable the example schedule, the skill can continue fetching data on a recurring basis.

Why it was flagged

The OpenClaw integration example includes a user-configured daily schedule. This is disclosed and optional, but it would make the fetcher run periodically if enabled.

Skill content
"schedule": "0 8 * * *"
Recommendation

Enable schedules only when you want recurring collection, and keep a clear way to disable or change them.