ato-source-smb

Collect NIST 800-53 evidence from SMB/Windows file shares with read-only mounting.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AlastairThomson/AgentSkills --skill ato-source-smb-alastairthomson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ato-source-smb
Source: https://github.com/AlastairThomson/AgentSkills/tree/main/skills/global-scope/ato-source-smb
Command: npx skills add https://github.com/AlastairThomson/AgentSkills --skill ato-source-smb-alastairthomson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Collects compliant evidence from SMB/Windows shares for security and regulatory audits without modifying the source data, spanning macOS, Linux, and Windows.

Core Features & Use Cases

  • Read-only evidence collection: mounts or accesses shares securely to discover and copy relevant artifacts without writes.
  • Cross-platform compatibility: supports macOS (mount_smbfs), Linux (mount.cifs/gvfs), and Windows UNC paths for flexible deployments.
  • Scope-limited, auditable workflow: depth-limited traversal, preauth checks, and OS detection ensure controlled, repeatable runs suitable for audits.

Quick Start

Run the ato-source-smb skill to mount a shared SMB path and begin a depth-limited, read-only discovery.

Frequently Asked Questions about ato-source-smb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I collect NIST 800-53 evidence from SMB shares without modifying the source data?

You can collect NIST 800-53 evidence from SMB shares by mounting or accessing them in read-only mode. The skill uses read-only mounting and depth-limited traversal to discover and copy artifacts without writing back to the source.

Can I collect evidence from Windows file shares across macOS, Linux, and Windows?

Yes, you can collect evidence from Windows file shares across macOS, Linux, and Windows. The skill uses mount_smbfs for macOS, mount.cifs or gvfs for Linux, and UNC paths for Windows to ensure cross-platform compatibility.

How does read-only SMB mounting work for forensic audits?

Read-only SMB mounting for forensic audits works by enforcing ambient credential usage and optionally applying preauth checks via auth-config. The skill detects the operating system, mounts the share safely, and performs a guarded unmount on exit to maintain auditable workflows.

Does SMB evidence collection support depth-limited traversal for compliance checks?

Yes, SMB evidence collection supports depth-limited traversal for compliance checks. This scope-limited approach ensures controlled and repeatable runs, preventing unbounded searches across large file shares during security and regulatory audits.

What is the best way to perform cross-platform forensics on SMB shares?

The best way to perform cross-platform forensics on SMB shares is using a method that automatically detects your OS and applies the appropriate mounting tool, such as mount_smbfs or UNC paths, while enforcing read-only access and guarded unmounts on exit.

What are the limitations of using ambient credentials for SMB evidence collection?

When using ambient credentials for SMB evidence collection, you are limited to the permissions of the current environment without explicit authentication overrides. The skill enforces this ambient usage and applies optional preauth checks via auth-config to manage access securely.