CompanyCam

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent CompanyCam integration that requires a Maton API key and can access or change CompanyCam account data with user approval.

Install this only if you intend to let the agent access your CompanyCam data through Maton. Keep the MATON_API_KEY private, choose the correct CompanyCam connection when multiple accounts exist, and approve write or delete operations only after checking the exact resource and action.

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 or any agent using this key may be able to access the connected CompanyCam account according to the connection's permissions.

Why it was flagged

The skill requires a bearer API key that grants delegated access to the user's Maton-managed CompanyCam connection.

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

Store the Maton API key securely, connect only the intended CompanyCam account, and revoke or rotate the key if it is no longer needed.

What this means

If approved incorrectly, the agent could create, modify, or delete CompanyCam users or business records.

Why it was flagged

The API reference includes high-impact write and delete operations, but the skill also includes a clear approval requirement before executing them.

Skill content
Create User ... Update User ... Delete User ... All write operations require explicit user approval.
Recommendation

Before approving any write or delete action, verify the target account, resource ID, and expected effect.

What this means

CompanyCam request and response data may pass through Maton as part of the integration.

Why it was flagged

CompanyCam API traffic is intentionally routed through the Maton gateway, which handles the OAuth token on the user's behalf.

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

Use this skill only if you trust Maton to handle CompanyCam OAuth access and API traffic for your account.