ToolTrust
C40/100
Smithery

one-drive

mcpsmithery

@Smithery

OneDrive is Microsoft’s cloud storage solution enabling users to store, sync, and share files across devices, offering offline access, real-time collaboration, and enterprise-grade security

By Smithery | 81 findings | Scanned 4/19/2026 | tooltrust-scanner/v0.3.8

13 High24 Medium9 Low35 Info

Risk Summary

Needs Approval

Dep Visibility plus Excessive Permissions raises enough risk that this tool should not be auto-trusted.

Potential impact: This finding indicates the tool should be reviewed before it is trusted.

Recommended action: Keep this tool behind manual approval and avoid unattended runs until the risky capabilities are narrowed or removed.

Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.

Security Findings (81)

  • HighAS-002

    ⚠️Excessive Permissions ×6

    tool declares network permission

    ONE_DRIVE_COPY_ITEMONE_DRIVE_DOWNLOAD_FILEONE_DRIVE_GET_SITE_DETAILSONE_DRIVE_PREVIEW_DRIVE_ITEMONE_DRIVE_SEARCH_ITEMS

    tool declares exec permission

    ONE_DRIVE_UPDATE_DRIVE_ITEM_METADATA

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • HighAS-010

    🔑Insecure Secret Handling ×7

    input parameter "password" appears to accept a secret or credential

    ONE_DRIVE_CREATE_LINKONE_DRIVE_INVITE_USER_TO_DRIVE_ITEM

    input parameter "skip_token" appears to accept a secret or credential

    ONE_DRIVE_LIST_DRIVESONE_DRIVE_SEARCH_ITEMS

    input parameter "token" appears to accept a secret or credential

    ONE_DRIVE_LIST_ROOT_DRIVE_CHANGESONE_DRIVE_LIST_SHAREPOINT_LIST_ITEMS_DELTAONE_DRIVE_LIST_SITE_DRIVE_ITEMS_DELTA

    Fix: Avoid accepting raw credentials as input parameters. Use secret managers (e.g. 1Password CLI, AWS Secrets Manager) and ensure credentials are never logged or stored in agent traces.

  • MediumAS-002

    ⚠️Excessive Permissions ×24

    tool declares fs permission

    ONE_DRIVE_COPY_ITEMONE_DRIVE_CREATE_LINKONE_DRIVE_DELETE_ITEMONE_DRIVE_DOWNLOAD_FILEONE_DRIVE_GET_ITEMONE_DRIVE_GET_ITEM_PERMISSIONSONE_DRIVE_GET_ITEM_THUMBNAILSONE_DRIVE_GET_ITEM_VERSIONSONE_DRIVE_GET_RECENT_ITEMSONE_DRIVE_GET_SHARED_ITEMSONE_DRIVE_INVITE_USER_TO_DRIVE_ITEMONE_DRIVE_LIST_DRIVE_ITEM_ACTIVITIESONE_DRIVE_LIST_ROOT_DRIVE_CHANGESONE_DRIVE_MOVE_ITEMONE_DRIVE_ONEDRIVE_CREATE_FOLDERONE_DRIVE_ONEDRIVE_CREATE_TEXT_FILEONE_DRIVE_ONEDRIVE_FIND_FILEONE_DRIVE_ONEDRIVE_FIND_FOLDERONE_DRIVE_ONEDRIVE_LIST_ITEMSONE_DRIVE_ONEDRIVE_UPLOAD_FILEONE_DRIVE_PREVIEW_DRIVE_ITEMONE_DRIVE_SEARCH_ITEMSONE_DRIVE_UPDATE_DRIVE_ITEM_METADATA

    tool declares db permission

    ONE_DRIVE_LIST_SHAREPOINT_LIST_ITEMS_DELTA

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • LowAS-011

    ℹ️Missing Rate-Limit / Timeout ×7

    tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration

    ONE_DRIVE_COPY_ITEMONE_DRIVE_DOWNLOAD_FILEONE_DRIVE_GET_SITE_DETAILSONE_DRIVE_LIST_SUBSCRIPTIONSONE_DRIVE_PREVIEW_DRIVE_ITEMONE_DRIVE_SEARCH_ITEMSONE_DRIVE_UPDATE_DRIVE_ITEM_METADATA

    Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.

  • LowAS-002

    ⚠️Excessive Permissions ×2

    input schema exposes 13 properties (threshold: 10)

    ONE_DRIVE_INVITE_USER_TO_DRIVE_ITEM

    tool declares http permission

    ONE_DRIVE_LIST_SUBSCRIPTIONS

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • InfoAS-014

    ℹ️Dependency Inventory Unavailable ×35

    Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.

    ONE_DRIVE_COPY_ITEMONE_DRIVE_CREATE_LINKONE_DRIVE_DELETE_ITEMONE_DRIVE_DOWNLOAD_FILEONE_DRIVE_GET_DRIVEONE_DRIVE_GET_ITEMONE_DRIVE_GET_ITEM_PERMISSIONSONE_DRIVE_GET_ITEM_THUMBNAILSONE_DRIVE_GET_ITEM_VERSIONSONE_DRIVE_GET_QUOTAONE_DRIVE_GET_RECENT_ITEMSONE_DRIVE_GET_SHARED_ITEMSONE_DRIVE_GET_SHAREPOINT_LIST_ITEMSONE_DRIVE_GET_SITE_DETAILSONE_DRIVE_GET_SITE_PAGE_CONTENTONE_DRIVE_INVITE_USER_TO_DRIVE_ITEMONE_DRIVE_LIST_DRIVE_ITEM_ACTIVITIESONE_DRIVE_LIST_DRIVESONE_DRIVE_LIST_ROOT_DRIVE_CHANGESONE_DRIVE_LIST_SHAREPOINT_LIST_ITEMS_DELTAONE_DRIVE_LIST_SITE_COLUMNSONE_DRIVE_LIST_SITE_DRIVE_ITEMS_DELTAONE_DRIVE_LIST_SITE_LISTSONE_DRIVE_LIST_SITE_SUBSITESONE_DRIVE_LIST_SUBSCRIPTIONSONE_DRIVE_MOVE_ITEMONE_DRIVE_ONEDRIVE_CREATE_FOLDERONE_DRIVE_ONEDRIVE_CREATE_TEXT_FILEONE_DRIVE_ONEDRIVE_FIND_FILEONE_DRIVE_ONEDRIVE_FIND_FOLDERONE_DRIVE_ONEDRIVE_LIST_ITEMSONE_DRIVE_ONEDRIVE_UPLOAD_FILEONE_DRIVE_PREVIEW_DRIVE_ITEMONE_DRIVE_SEARCH_ITEMSONE_DRIVE_UPDATE_DRIVE_ITEM_METADATA

    Fix: Review and remediate the identified issue.

Scan this tool yourself

Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.

Install once, then scan any MCP server:

$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash
$ tooltrust-scanner scan --server "npx -y one-drive"

Adjust the package name if your npm registry name differs from the tool ID. View source

Add badge to your README

Copy this Markdown to show your ToolTrust grade on GitHub.

[![ToolTrust Grade C](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-c.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)