Reducto

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent Reducto API integration, but it uses external document-processing services and API credentials, so users should be careful about what documents and accounts they connect.

Before installing, confirm you trust Maton and Reducto with the documents you plan to process, use the intended Reducto connection when multiple accounts exist, and require explicit confirmation for any edit, create, or delete operation.

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

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.