Reducto

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: reducto Version: 1.0.1 The 'reducto' skill is a standard integration for the Reducto document processing API, utilizing a proxy service at api.maton.ai. The SKILL.md file provides legitimate documentation and Python/JavaScript code snippets for document parsing, data extraction, and connection management. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the skill operates as described by facilitating managed API access to third-party document services.

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

Anyone using the skill is allowing the agent to make Reducto-related API requests with the configured Maton credential.

Why it was flagged

The skill requires a bearer API key that authorizes calls through Maton, giving the agent delegated access to the connected Reducto integration.

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

Use a dedicated Maton key where possible, keep it secret, and verify the connected Reducto account before processing documents.

What this means

Document URLs, extracted data requests, and related metadata may pass through external services during processing.

Why it was flagged

The skill discloses a gateway/proxy flow where document-processing requests and credentials are handled through Maton and forwarded to Reducto.

Skill content
Maton proxies requests to `platform.reducto.ai` and automatically injects your API key.
Recommendation

Do not send confidential documents unless you are comfortable with Maton and Reducto handling them under their service terms.

What this means

If used carelessly, the agent could modify documents or manage API connections in ways that affect the user's account or outputs.

Why it was flagged

The skill includes document and connection mutation capabilities, but it also states that create, update, and delete operations must be confirmed with the user.

Skill content
Parse, extract, split, and edit PDFs/DOCX files. ... All write operations require explicit user approval.
Recommendation

Approve write, edit, create, or delete actions only after checking the target document, connection, and intended effect.