Meta Ads Report Skill
PendingStatic analysis audit pending.
Overview
No static analysis result has been recorded yet. Pattern checks will appear here once the artifact has been analyzed.
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.
When configured, the agent can retrieve spend, conversion, CAC, and event data for the specified Meta ad account.
The skill requires a Meta access token and ad account ID. This is expected for Meta Ads reporting and uses read-oriented permissions, but it gives the agent access to the configured ad account’s reporting data.
`META_ACCESS_TOKEN` | User Access Token from Meta Developers | **Yes** ... Add Permissions: `ads_read`, `read_insights`.
Use the least-privilege Meta token needed for ads reporting, limit it to the intended account where possible, store it securely, and revoke or rotate it when no longer needed.
Dependency changes could affect behavior or introduce vulnerabilities if installed without review.
The skill lists third-party Python packages without exact version pins. With no install spec, users or environments may resolve different dependency versions.
facebook_business python-dotenv urllib3<2
Install dependencies in an isolated environment and consider pinning or verifying package versions before use.
