Google Apps Script

ReviewAudited by ClawScan on May 7, 2026.

Overview

No deceptive behavior was found; this is a disclosed Google Apps Script integration that can change or run scripts through a connected Google account, so users should approve each sensitive action carefully.

Before installing, make sure you trust Maton with Google Apps Script API access, store MATON_API_KEY securely, verify which Google account is connected, and require explicit confirmation before creating, updating, deploying, or running any script.

Findings (3)

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.

What this means

If approved, the agent could create, modify, deploy, or run Apps Script code in the connected Google account.

Why it was flagged

The skill exposes mutating Google Apps Script actions and remote function execution, which can have side effects, but it also instructs the agent to confirm before performing write or execution actions.

Skill content
Create and manage Apps Script projects, update script content, manage deployments and versions, execute functions remotely... All write operations require explicit user approval.
Recommendation

Approve only specific, understood actions; confirm the target project, deployment, and function before allowing writes or script execution.

What this means

Anyone or any agent workflow using the MATON_API_KEY could act through the connected Google Apps Script account within the granted permissions.

Why it was flagged

The skill relies on a Maton API key and managed Google OAuth, giving delegated access to Apps Script resources for the connected Google account.

Skill content
All requests require the Maton API key... Maton proxies requests to `script.googleapis.com` and automatically injects your OAuth token.
Recommendation

Keep the MATON_API_KEY secret, connect only the intended Google account, use the Maton-Connection header when multiple accounts exist, and revoke unused connections.

What this means

Project metadata, script content, deployment details, and execution responses may be visible to or processed by the Maton service as part of the integration.

Why it was flagged

Google Apps Script API traffic is routed through Maton's external gateway, so requests and responses may pass through that provider.

Skill content
Base URL https://api.maton.ai/google-apps-script/{native-api-path} ... Maton proxies requests to `script.googleapis.com`
Recommendation

Review Maton's privacy and security practices before using this with sensitive scripts or data.