LinkedIn

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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

If misused, the agent could post public LinkedIn content or alter LinkedIn advertising-related resources.

Why it was flagged

The skill exposes LinkedIn actions that can publish content or change business/account state. This is purpose-aligned, but high-impact actions require careful user confirmation.

Skill content
Share posts, manage advertising campaigns, retrieve profile and organization information, upload media, and access the Ad Library.
Recommendation

Approve only specific, user-requested write actions and review the exact post, campaign, account, and intended effect before execution.

What this means

Anyone or any agent action with this key may be able to access LinkedIn resources available through the connected Maton account.

Why it was flagged

The skill requires a sensitive Maton API key that delegates access to managed LinkedIn OAuth connections. This is expected for the integration, but it is privileged account access.

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, rotate it if exposed, and connect only the LinkedIn accounts and permissions needed.

What this means

LinkedIn request data and responses may be processed through Maton's service before reaching LinkedIn.

Why it was flagged

LinkedIn API requests and OAuth handling pass through the Maton gateway. This is disclosed and central to the managed OAuth design, but users should understand the third-party data path.

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

Use this skill only if you trust Maton as an OAuth/API gateway and review Maton's account, connection, and privacy settings.