← back to dashboard

reference-filesystem

secure-filesystem-server
node C:\Users\Yash Rao\Desktop\mcp-ratchet\.venv-targets\node_modules\@modelcontextprotocol\server-filesystem\dist\index.js C:\Users\Yash Rao\Desktop\mcp-ratchet\.venv-targets\scratch-fs-root
last scanned: 2026-08-26T22:53:39.193229+00:00 tool count: 14 calls audited: 0 sessions: 0 drift events: 0 blocked calls: 0
whole-server hash: 97f91d32e027c76296b8abcf841e40cae1b47b8f557609a06b88279482686367 drift evaluation: not_performed (no_proxy_activity)

Tool inventory

tooldescriptionhash
create_directoryCreate a new directory or ensure a directory exists. Can create multiple nested directories in one operation. If the directory already exists, this operation will succeed silently. Perfect for setting up directory structures for projects or ensuring required paths exist. Only works within allowed directories.df3ef784b94f
directory_treeGet a recursive tree view of files and directories as a JSON structure. Each entry includes 'name', 'type' (file/directory), and 'children' for directories. Files have no children array, while directories always have a children array (which may be empty). The output is formatted with 2-space indentation for readability. Only works within allowed directories.7b8443b3e601
edit_fileMake line-based edits to a text file. Each edit replaces exact line sequences with new content. Returns a git-style diff showing the changes made. Only works within allowed directories.c43638196b29
get_file_infoRetrieve detailed metadata about a file or directory. Returns comprehensive information including size, creation time, last modified time, permissions, and type. This tool is perfect for understanding file characteristics without reading the actual content. Only works within allowed directories.75822cd0e2c4
list_allowed_directoriesReturns the list of directories that this server is allowed to access. Subdirectories within these allowed directories are also accessible. Use this to understand which directories and their nested paths are available before trying to access files.329229cd29e2
list_directoryGet a detailed listing of all files and directories in a specified path. Results clearly distinguish between files and directories with [FILE] and [DIR] prefixes. This tool is essential for understanding directory structure and finding specific files within a directory. Only works within allowed directories.bb74c11aaac2
list_directory_with_sizesGet a detailed listing of all files and directories in a specified path, including sizes. Results clearly distinguish between files and directories with [FILE] and [DIR] prefixes. This tool is useful for understanding directory structure and finding specific files within a directory. Only works within allowed directories.3fb1f39a64f1
move_fileMove or rename files and directories. Can move files between directories and rename them in a single operation. If the destination exists, the operation will fail. Works across different directories and can be used for simple renaming within the same directory. Both source and destination must be within allowed directories.ed5d852ec5a5
read_fileRead the complete contents of a file as text. DEPRECATED: Use read_text_file instead.ada5faf228f8
read_media_fileRead a file and return it as a base64-encoded content block with its MIME type. Image and audio files are returned as image/audio content; any other file type is returned as an embedded resource. Only works within allowed directories.b31bd069c820
read_multiple_filesRead the contents of multiple files simultaneously. This is more efficient than reading files one by one when you need to analyze or compare multiple files. Each file's content is returned with its path as a reference. Failed reads for individual files won't stop the entire operation. Only works within allowed directories.f12f442b5795
read_text_fileRead the complete contents of a file from the file system as text. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file. Use the 'head' parameter to read only the first N lines of a file, or the 'tail' parameter to read only the last N lines of a file. Operates on the file as text regardless of extension. Only works within allowed directories.dd0c2ad9643e
search_filesRecursively search for files and directories matching a pattern. The patterns should be glob-style patterns that match paths relative to the working directory. Use pattern like '*.ext' to match files in current directory, and '**/*.ext' to match files in all subdirectories. Returns full paths to all matching items. Great for finding files when you don't know their exact location. Only searches within allowed directories.bc7076e20ab7
write_fileCreate a new file or completely overwrite an existing file with new content. Use with caution as it will overwrite existing files without warning. Handles text content with proper encoding. Only works within allowed directories.09101778551c

Findings · prompt-injection judgment not a qualified result

The prompt-injection check is an LLM judgment call, outside the DO-330-qualified drift-detection function. It is advisory only and carries no compliance credit.

Findings · permission mismatch

No permission mismatches.

Findings · secrets

No secrets detected.

Findings · dependency CVEs

No dependency findings.

Drift history · pure hashing, all events

No drift events logged for this target.

timestamptypetooldetail

Blocked calls · --block-on-drift

No calls blocked for this target (either --block-on-drift was never used, or nothing drifted while it was on).

timestamptoolreason