MCP server exposing smbmap SMB enumeration functionality
SaferSkills independently audited mcp-smbmap (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server exposing smbmap SMB enumeration functionality.
pip install mcp-smbmapfrom mcp_smbmap import mcp
# Run the MCP server
mcp.run()connect - Connect to an SMB hostlist_shares - List all shares on the target hostlist_drives - List all drives on the target hostlist_path - List contents of a share pathget_version - Get OS version of the remote hostcheck_signing - Check SMB signing statusexec_command - Execute a command on the remote hostdownload_file - Download a file from the remote systemupload_file - Upload a file to the remote systemdelete_file - Delete a remote filecheck_admin - Check if user has admin rightsdisconnect - Disconnect from an SMB hostgit clone https://github.com/daedalus/mcp-smbmap.git
cd mcp-smbmap
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/mcp-name: io.github.daedalus/mcp-smbmap
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.