io.github.Digital-Defiance/mcp-filesystem
NPM · @AI-CAPABILITIES-SUITE/MCP-FILESYSTEM · SCANNED AUG 3
Advanced filesystem operations with strict security boundaries for AI agents
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security70
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known high-severity CVE affects uuid 8.3.2, a direct dependency. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (119 of 123), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 233 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability34
- AI-judged instruction clarity (poor).Fail
- Tool/resource definitions use about 437 tokens (~36/item across 12 items; 12 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @ai-capabilities-suite/mcp-filesystem
claude mcp add digital-defiance-mcp-filesystem -- npx -y @ai-capabilities-suite/mcp-filesystem
codex mcp add digital-defiance-mcp-filesystem -- npx -y @ai-capabilities-suite/mcp-filesystem
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"digital-defiance-mcp-filesystem": {
"type": "local",
"command": [
"npx",
"-y",
"@ai-capabilities-suite/mcp-filesystem"
],
"enabled": true
}
}
} openclaw mcp add digital-defiance-mcp-filesystem --command npx --arg -y --arg @ai-capabilities-suite/mcp-filesystem
mcp_servers:
digital-defiance-mcp-filesystem:
command: "npx"
args: ["-y", "@ai-capabilities-suite/mcp-filesystem"] {
"mcpServers": {
"digital-defiance-mcp-filesystem": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-filesystem"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +28
- CVE-2026-41907 affects this package: high ▼ security
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Security disclosure: fail → unverified ▼ functional
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- License: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- Licence: MIT functional
- 1 Aug 26 −1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −17
- Malware scan: pass → unverified ▼ security
- Schema quality: unverified → poor ▲ functional
- 27 Jul 26 42
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@ai-capabilities-suite/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-w5hq-g745-h8pq | CVE-2026-41907 | high | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N | yes |
Dependencies 119 packages
119 packages in the resolved dependency tree · 119 deprecated · 40 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
fs_analyze_disk_usage ~38
Analyze disk usage
| Name | Type | Req | Description |
|---|---|---|---|
| depth | string | — | — |
| groupByType | string | — | — |
| path | string | yes | — |
No output schema declared.
No examples provided.
fs_batch_operations ~30
Execute multiple filesystem operations atomically
| Name | Type | Req | Description |
|---|---|---|---|
| atomic | string | — | — |
| operations | string | yes | — |
No output schema declared.
No examples provided.
fs_build_index ~31
Build file index for fast searching
| Name | Type | Req | Description |
|---|---|---|---|
| includeContent | string | — | — |
| path | string | yes | — |
No output schema declared.
No examples provided.
fs_compute_checksum ~28
Compute file checksums
| Name | Type | Req | Description |
|---|---|---|---|
| algorithm | string | — | — |
| path | string | yes | — |
No output schema declared.
No examples provided.
fs_copy_directory ~42
Copy directories recursively
| Name | Type | Req | Description |
|---|---|---|---|
| destination | string | yes | — |
| exclusions | string | — | — |
| preserveMetadata | string | — | — |
| source | string | yes | — |
No output schema declared.
No examples provided.
fs_create_symlink ~30
Create symbolic links
| Name | Type | Req | Description |
|---|---|---|---|
| linkPath | string | yes | — |
| targetPath | string | yes | — |
No output schema declared.
No examples provided.
fs_get_watch_events ~30
Get accumulated watch events
| Name | Type | Req | Description |
|---|---|---|---|
| clear | string | — | — |
| sessionId | string | yes | — |
No output schema declared.
No examples provided.
fs_search_files ~75
Search for files by name, content, or metadata
| Name | Type | Req | Description |
|---|---|---|---|
| fileTypes | string | — | — |
| maxSize | string | — | — |
| minSize | string | — | — |
| modifiedAfter | string | — | — |
| query | string | yes | — |
| searchType | string | — | — |
| useIndex | string | — | — |
No output schema declared.
No examples provided.
fs_stop_watch ~22
Stop watching a directory
| Name | Type | Req | Description |
|---|---|---|---|
| sessionId | string | yes | — |
No output schema declared.
No examples provided.
fs_sync_directory ~40
Sync directories (copy only newer or missing files)
| Name | Type | Req | Description |
|---|---|---|---|
| destination | string | yes | — |
| exclusions | string | — | — |
| source | string | yes | — |
No output schema declared.
No examples provided.
fs_verify_checksum ~35
Verify file checksums
| Name | Type | Req | Description |
|---|---|---|---|
| algorithm | string | — | — |
| checksum | string | yes | — |
| path | string | yes | — |
No output schema declared.
No examples provided.
fs_watch_directory ~36
Watch directory for filesystem changes
| Name | Type | Req | Description |
|---|---|---|---|
| filters | string | — | — |
| path | string | yes | — |
| recursive | string | — | — |
No output schema declared.
No examples provided.