fullrun — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited fullrun (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Manage Google Ads campaigns using the fullrun CLI. All commands return JSON by default.
npm install -g fullrun
fullrun login <YOUR_API_KEY>Or set env: export FULLRUN_API_KEY=frun_...
Always start with triage to understand account health:
fullrun triage — see prioritized issues (CRITICAL > HIGH > MEDIUM > LOW)fullrun runfullrun triage — confirm issues resolvedfullrun triage — Account health report with prioritized issuesfullrun campaigns:list — All campaigns with status, budget, and metricsfullrun performance --days 7 — Account metrics: clicks, impressions, conversions, CPAfullrun keywords:list --campaign <id> — Keywords with performance datafullrun run — Trigger a full AI-powered optimization run. The agent triages the account and fixes the highest-priority issues automatically. Rate limited to 1 per hour.--format human — Readable output instead of JSON--days <n> — Look-back period for performance data (default 7, max 90)--campaign <id> — Filter keywords by campaignAll commands return structured JSON by default for easy parsing by AI agents.
Exit codes:
0 — Success1 — Error (check the error field in JSON output)2 — Guardrail blocked (the action was prevented to protect the ad account)fullrun triage before taking actionfullrun run command is rate-limited to 1 per hourfullrun run repeatedly — check triage first to see if action is needed~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.