Podio

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: podio Version: 1.0.1 The skill provides a standard integration for the Podio API via a managed proxy service (api.maton.ai). It facilitates OAuth connection management and resource manipulation (items, tasks, workspaces) through documented REST endpoints. The provided Python examples are functional and non-malicious, and the documentation includes a security reminder for the agent to seek user approval for write operations.

Findings (0)

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 can make real changes to Podio workspaces and items, including deletions.

Why it was flagged

The skill exposes create, update, and delete operations for Podio data, but it also instructs the agent to get explicit approval before writes.

Skill content
Use this skill when users want to read, create, update, or delete Podio items... **All write operations require explicit user approval.**
Recommendation

Approve write or delete actions only after verifying the exact Podio resource, account, and intended effect.

What this means

Anyone with the API key or an authorized connection could potentially act through the connected Podio account within the granted permissions.

Why it was flagged

The Maton API key is required to access the gateway that uses the connected Podio OAuth authorization.

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

Keep MATON_API_KEY private, use the intended Podio connection, and revoke connections that are no longer needed.

What this means

Podio requests and responses may pass through Maton as part of the managed OAuth proxy.

Why it was flagged

Podio API requests flow through the Maton gateway rather than going directly to Podio, so Podio data and actions cross that service boundary.

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

Use this skill only if you trust the Maton service with the connected Podio account and its data.