Monday.com

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This is a coherent Monday.com integration, but it uses a Maton API key/OAuth connection and can make user-approved changes to Monday.com data.

Before installing, make sure you trust Maton to proxy Monday.com API requests and keep your MATON_API_KEY secure. Approve write operations only after checking the target account, board, item, and exact change.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

63/63 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

#
ASI02: Tool Misuse and Exploitation
Medium
What this means

The agent may be able to create, update, or delete Monday.com resources when the user approves those actions.

Why it was flagged

The skill exposes broad Monday.com GraphQL operations, including management of business/workflow resources. This is aligned with the skill purpose, but mistakes or poorly reviewed requests could affect real Monday.com data.

Skill content
Manage boards, items, columns, groups, users, and workspaces using GraphQL.
Recommendation

Confirm the exact board, item, workspace, and intended change before approving any write operation.

#
ASI03: Identity and Privilege Abuse
Medium
What this means

Anyone or any agent action with access to this key may be able to call the connected Monday.com account within the granted OAuth permissions.

Why it was flagged

The skill requires a bearer API key that authorizes access to the user's Maton-managed Monday.com connection. This credential use is expected for the integration, but it is sensitive account access.

Skill content
All requests require the Maton API key in the Authorization header: Authorization: Bearer $MATON_API_KEY
Recommendation

Store the API key securely, avoid sharing it in chats or logs, and rotate it if exposure is suspected.

#
ASI07: Insecure Inter-Agent Communication
Low
What this means

Monday.com queries, responses, and authorized actions pass through Maton's API gateway.

Why it was flagged

Requests and Monday.com OAuth-backed access are mediated by the third-party Maton service. This is clearly disclosed and central to the skill design, but users must trust that proxy with their Monday.com API traffic.

Skill content
Maton proxies requests to `api.monday.com` and automatically injects your OAuth token.
Recommendation

Use this skill only if you trust Maton for managed OAuth, and disconnect unused Monday.com connections.