Skip to main content

meta-ads-publisher

Enables efficient management of Meta Ads campaigns, allowing users to create, modify, and track ad performance seamlessly.

Install this skill

or
72/100

Security score

The meta-ads-publisher skill was audited on Apr 16, 2026 and we found 10 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 15

Curl to non-GitHub URL

SourceSKILL.md
15Use exec + curl with your META_ACCESS_TOKEN. All requests go to `https://graph.facebook.com/v21.0/`.
medium line 19

Curl to non-GitHub URL

SourceSKILL.md
19curl -X POST "https://graph.facebook.com/v21.0/act_{AD_ACCOUNT_ID}/campaigns" \
low line 15

External URL reference

SourceSKILL.md
15Use exec + curl with your META_ACCESS_TOKEN. All requests go to `https://graph.facebook.com/v21.0/`.
low line 19

External URL reference

SourceSKILL.md
19curl -X POST "https://graph.facebook.com/v21.0/act_{AD_ACCOUNT_ID}/campaigns" \
low line 109

External URL reference

SourceSKILL.md
109GET https://graph.facebook.com/v21.0/[CAMPAIGN_ID]?fields=id,name,status,objective,daily_budget&access_token=[TOKEN]
low line 114

External URL reference

SourceSKILL.md
114GET https://graph.facebook.com/v21.0/[ADSET_ID]?fields=id,name,status,optimization_goal,targeting,daily_budget,bid_amount&access_token=[TOKEN]
low line 119

External URL reference

SourceSKILL.md
119GET https://graph.facebook.com/v21.0/[AD_ID]?fields=id,name,status,creative&access_token=[TOKEN]
low line 124

External URL reference

SourceSKILL.md
124POST https://graph.facebook.com/v21.0/act_[AD_ACCOUNT_ID]/campaigns
low line 134

External URL reference

SourceSKILL.md
134POST https://graph.facebook.com/v21.0/act_[AD_ACCOUNT_ID]/adsets
low line 146

External URL reference

SourceSKILL.md
146POST https://graph.facebook.com/v21.0/act_[AD_ACCOUNT_ID]/ads
Scanned on Apr 16, 2026
View Security Dashboard
Installation guide →