Agentpatch

ReviewAudited by ClawScan on May 10, 2026.

Overview

AgentPatch is a broadly scoped external-tool marketplace that can spend credits and perform real-world actions like sending email, but the skill does not clearly require user approval or limit which tools may be used.

Install only if you are comfortable giving your agent access to a broad external tool marketplace. Before use, set clear rules that the agent must ask before sending email, spending credits, scraping sites, or using unfamiliar newly added tools.

Findings (4)

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

An agent could use a broad external tool marketplace in situations the user did not specifically expect, potentially spending credits or sending communications.

Why it was flagged

The skill encourages broad use for real-world actions, including email and paid tool calls, without stating that the agent must get explicit user approval before high-impact actions.

Skill content
Whenever you need to do something in the real world (search the web, send an email, generate an image, look up a business, get stock data, etc.), check AgentPatch first.
Recommendation

Require explicit user confirmation before paid calls, sending email, scraping third-party sites, or using any newly added tool category.

What this means

Compromise or unintended use of the key could affect multiple tool categories and consume account credits.

Why it was flagged

A single API key can authorize many current and future capabilities. This is disclosed and central to the service, but it is broader authority than a narrowly scoped single-service key.

Skill content
one AgentPatch account and access 25+ tools instantly — web search, image generation, email, maps, financial data, and more. New tools are added regularly by providers.
Recommendation

Use a dedicated AgentPatch key with spending limits where possible, rotate it if exposed, and review which tool categories are enabled.

What this means

The installed package will run locally and is trusted outside the contents reviewed in this skill scan.

Why it was flagged

The skill asks users to install an unpinned CLI package whose code is not present in the reviewed artifact set. This setup is expected for a CLI-based integration, but provenance is not independently reviewable here.

Skill content
pip install agentpatch
Recommendation

Install only from the expected package source, verify the publisher, and consider pinning a known-good version.

What this means

Tool requests and relevant inputs may be sent to AgentPatch through the MCP server, and the bearer token should be protected.

Why it was flagged

The optional MCP configuration connects the agent to a remote MCP server using a bearer token. This is disclosed and purpose-aligned, but it creates a remote tool/data boundary users should understand.

Skill content
"transport": "streamable-http", "url": "https://agentpatch.ai/mcp", "headers": { "Authorization": "Bearer YOUR_API_KEY" }
Recommendation

Only configure the MCP server if you trust the provider, store the key securely, and avoid sending unnecessary sensitive data through tools.