CtrlK
BlogDocsLog inGet started
Tessl Logo

reddit-ads

Reddit Ads API - campaigns, targeting, conversions, agentic optimization

64

Quality

77%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Advisory

Suggest reviewing before use

Fix and improve this skill with Tessl

tessl review fix ./skills/reddit-ads/SKILL.md
SKILL.md
Quality
Evals
Security

Security

2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.

Medium

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

The skill calls the Anthropic LLM at runtime (via the Anthropic SDK, i.e. the Anthropic API at https://api.anthropic.com), and the model responses are parsed into JSON recommendations that the service directly executes (pause/scale/update ads), so external content from that URL directly controls agent actions.

Report incorrect finding
Medium

W009: Direct money access capability detected (payment gateways, crypto, banking).

What this means

The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.

Why it was flagged

The skill explicitly exposes Reddit Ads API methods to create and update campaigns/ad groups with budget fields (e.g., campaign.createCampaign with budget_total_amount_micros, updateCampaign, createAdGroup/updateAdGroup including budget_total_amount_micros and bid_amount_micros). The optimizer service automatically executes recommendations that scale budgets and update ad groups (calls to updateAdGroup to change budget, pause/enable ads, adjust bids). The API reference even includes an account funding endpoint. These are specific, programmatic controls over ad spend (i.e., updating budgets and bids), not generic browsing or read-only reporting — therefore it grants direct financial execution authority over ad spend.

Repository
alinaqi/claude-bootstrap
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.