DriftGuard Security Scanner+

PassAudited by ClawScan on May 5, 2026.

Overview

DriftGuard appears to be a purpose-aligned local scanner, but it can read user-selected folders and write local reports or baselines that may contain project details.

This skill is reasonable to install if you want a local drift scanner. Use it on specific repos or skill folders, keep generated reports/baselines private, and treat its findings as review aids rather than a guarantee of safety.

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

If pointed at a large or sensitive folder, the scanner may read and summarize local files that were not intended for review.

Why it was flagged

The skill exposes a local Node CLI that scans a user-supplied filesystem path. This is central to the scanner's purpose, but the user controls the scope and should avoid unintentionally scanning broad private directories.

Skill content
node {baseDir}/scripts/cli.js scan <path>
Recommendation

Run it only against the repo, skill, or tool folder you intend to review, and inspect output before using it for CI or trust decisions.

What this means

Generated reports may contain file paths, findings, hashes, metadata, or snippets from local project files.

Why it was flagged

Reports or review tickets can include quoted lines from scanned files. This is useful and explicitly treated as untrusted evidence, but it may persist private project details if reports are shared or committed.

Skill content
Evidence line (quoted, untrusted data): ${quoteUntrustedEvidence(finding.line)}
Recommendation

Store reports and baselines in a private location, do not publish them without review, and continue treating quoted target content as untrusted.