Blog Content Processor

PassAudited by ClawScan on May 11, 2026.

Overview

The skill is a simple, purpose-aligned blog/video/GIF processing description with no code present, though its package metadata is incomplete and references npm dependencies.

This appears benign based on the provided artifacts. Treat it as documentation only unless you can review the missing implementation; if you install related npm dependencies, verify their provenance and versions first.

Findings (1)

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

If a user manually treats this as an npm package, they may install dependency versions that were not fully represented in the reviewed artifacts.

Why it was flagged

The package metadata references a missing main file and uses version ranges for npm dependencies. The dependencies are purpose-aligned for RSS parsing and video/GIF processing, but users should be aware that the reviewed artifacts do not include runnable code or a lockfile.

Skill content
"main": "index.js", "dependencies": { "rss-parser": "^3.12.0", "ffmpeg-static": "^5.1.0" }
Recommendation

Before installing or running it as a package, verify the actual implementation files, dependency lockfile, and source provenance.