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
71/100

Security score

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

Categories Tested

Security Issues

high line 16

Curl to non-GitHub URL

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

Curl to non-GitHub URL

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

External URL reference

SourceSKILL.md
4homepage: https://didoo.ai/blog
low line 16

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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