ato-source-sharepoint

Collect ATO evidence files and citations from SharePoint Online using read-only m365 commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collects ATO-relevant evidence from SharePoint Online / Microsoft 365 / OneDrive and hands them to the orchestrator as evidence files plus a citation batch. It is strictly read-only and uses ambient authentication to avoid credential handling, ensuring safe, auditable collection in assurance workflows.

Core Features & Use Cases

  • Read-only discovery of SharePoint sites and folders defined by the orchestrator's scope.
  • Emits a structured sharepoint-citations.json batch and copies evidence into the staging area for downstream processing.
  • Supports integration with compliance workflows to produce auditable artifacts without modifying source data.

Quick Start

Configure the orchestrator to enable the SharePoint scope and run the artifact-collection process to begin gathering evidence without modifying source data.

Frequently Asked Questions about ato-source-sharepoint

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

FAQPage Schema
How do I collect ATO evidence from SharePoint Online without modifying source data?

ATO evidence collection from SharePoint Online uses read-only commands to discover and download files, ensuring source data remains unmodified. It operates with ambient authentication to avoid credential handling and emits structured citation batches for downstream compliance workflows.

Can I gather compliance artifacts from Microsoft 365 and OneDrive using read-only access?

Yes, compliance artifact gathering from Microsoft 365 and OneDrive supports strict read-only access. It uses non-writing m365 spo commands like get, list, and download to retrieve evidence files safely without altering any source documents.

What is a SharePoint citations JSON batch in ATO compliance workflows?

A SharePoint citations JSON batch is a structured file emitted during ATO evidence collection. It maps downloaded evidence files to their SharePoint sources, providing an auditable citation record that downstream orchestrator processes use for compliance validation.

How do I configure SharePoint scope for automated ATO evidence discovery?

SharePoint scope for ATO evidence discovery is configured within the orchestrator. Once enabled, the collection process validates the scope, prompts for confirmation, discovers relevant sites and folders, and downloads evidence files using ambient authentication.

Does SharePoint evidence collection require credential handling or manual authentication?

No, SharePoint evidence collection uses ambient authentication to avoid credential handling entirely. This approach ensures safe, auditable collection in assurance workflows by leveraging existing authentication context rather than requiring manual credential entry.

What are the limitations of read-only ATO evidence discovery from SharePoint?

Read-only ATO evidence discovery is limited to non-writing m365 spo commands and cannot modify source data. It must be invoked indirectly by the orchestrator when SharePoint scope is configured, and does not support direct invocation or credential-based authentication.