Clawdbot Filesystem 1.0.2

PassAudited by ClawScan on May 10, 2026.

Overview

This is a filesystem utility skill with purpose-aligned file listing, searching, and copying features, but users should verify the missing executable/source before relying on it.

This appears to be a benign filesystem helper, but it can read and copy local files. Keep operations scoped to intended folders, use dry-run before copying, and verify the upstream executable because the reviewed artifacts do not include the declared filesystem binary.

Findings (3)

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

The agent may be able to read file contents and copy files in user-selected directories.

Why it was flagged

The skill declares read-write filesystem authority, which is expected for listing, searching, and copying files, but it can affect local user data if invoked on broad paths.

Skill content
"permissions": { "filesystem": "read-write", "network": "none", "system": "none" }
Recommendation

Use explicit, narrow paths; prefer dry-run for copy operations; avoid pointing it at sensitive directories unless needed.

What this means

The skill may not work as packaged, or users may need to obtain executable code from the upstream repository that was not included in this review.

Why it was flagged

The package declares a runnable filesystem binary, but the supplied file manifest does not include a matching filesystem file, so the executable behavior and claimed safety controls were not reviewable in the provided artifacts.

Skill content
"bin": { "filesystem": "./filesystem" }
Recommendation

Before installing globally or running it, inspect the upstream repository and verify the actual filesystem executable matches the documented behavior.

What this means

Users may have less certainty about exactly which release or source they are installing.

Why it was flagged

The registry source is unknown and the registry/package versions differ, which is a provenance and packaging consistency issue rather than evidence of malicious behavior.

Skill content
Source: unknown; Registry metadata Version: 1.0.0; package.json Version: 1.0.2
Recommendation

Confirm the package version and repository origin before trusting the skill in sensitive directories.