WooCommerce

Security checks across malware telemetry and agentic risk

Overview

This is a disclosed WooCommerce API connector, but it can access and change real store data through Maton, so users should connect only accounts they intend to manage.

Before installing, confirm you trust Maton and the skill publisher, keep MATON_API_KEY private, specify the intended WooCommerce connection when multiple stores are linked, and only approve create, update, delete, or webhook actions after checking their exact business impact.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

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.

#
ASI03: Identity and Privilege Abuse
Medium
What this means

Anyone or any agent action using this key may be able to access connected WooCommerce store data and perform authorized operations.

Why it was flagged

The skill requires a bearer API key that delegates access to the user's Maton-managed WooCommerce connection.

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

Store MATON_API_KEY securely, connect only the intended WooCommerce store, use least-privilege access where available, and revoke the key or connection when no longer needed.

#
ASI02: Tool Misuse and Exploitation
Medium
What this means

Approved write actions could change products, orders, customers, coupons, shipping, taxes, reports, webhooks, or connection state in the store.

Why it was flagged

The skill exposes create, update, and delete authority over WooCommerce resources, but it also clearly requires user confirmation before mutations.

Skill content
All write operations require explicit user approval. Before executing any create, update, or delete call, confirm the target resource and intended effect with the user.
Recommendation

Review every proposed write or delete action, confirm the exact resource and effect, and avoid approving bulk or irreversible changes unless intended.

#
ASI07: Insecure Inter-Agent Communication
Medium
What this means

Store data, order details, customer information, and requested operations may pass through Maton's API service.

Why it was flagged

The integration routes WooCommerce API requests and responses through the Maton provider, which is a disclosed third-party data boundary.

Skill content
Maton proxies requests to your WooCommerce store and automatically handles authentication.
Recommendation

Use this only if you trust Maton with the connected store data, and avoid sending unnecessary sensitive information through the integration.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

Users have less registry-level provenance information to verify before granting access to an e-commerce account.

Why it was flagged

The registry context does not provide a source repository or homepage for independent provenance review, even though the skill asks users to trust a credentialed third-party integration.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the publisher and Maton service independently before connecting production WooCommerce stores or sharing credentials.