Release Feature Watcher

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The skill appears to do what it says—watch technical releases and notify when ready—but users should explicitly approve any scheduled or self-removing watcher.

This skill is reasonable for monitoring technical releases. Before installing or using it, confirm that any watcher has a specific condition, trusted source, check interval, expiry date, and cleanup plan, especially if it will be added to cron or another scheduler.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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

A watcher may keep running in the background until the condition is met or it expires.

Why it was flagged

The skill is designed to create ongoing automated watchers and clean them up later. That persistence is purpose-aligned, but it affects user control if a scheduled job is created without clear approval.

Skill content
A watcher is an automated readiness check... remove itself after success when appropriate.
Recommendation

Only create scheduled watchers after the user confirms the source, condition, frequency, expiry, and cleanup rule.

What this means

Running the helper contacts GitHub to check PR and release status.

Why it was flagged

The helper script performs GitHub API calls using values from a config file. This is expected for a release watcher and does not show hidden endpoints or credential use.

Skill content
req = urllib.request.Request(f"https://api.github.com{path}", headers=headers)
Recommendation

Use trusted watcher configs and verify the repository and PR number before scheduling repeated checks.

What this means

Users have less external provenance information to verify the publisher or source repository.

Why it was flagged

The registry metadata provides limited provenance for a skill that includes a runnable helper script, although the included script is small and static scan results were clean.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the bundled script before use and prefer installing from a trusted publisher or source when available.