grovs-campaigns — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited grovs-campaigns (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.
A grouping of links — nothing more. No config, no settings. You create it, attach links via campaign_id, then list_campaigns shows aggregated metrics (views, opens, installs, revenue) across all links in that campaign.
archive_campaign deactivates all links permanently. Always confirm with the user.list_campaigns with term: "name" to find one.create_campaign(project_id: "p_m9f", name: "Summer Sale 2026") → campaign_id: 42
create_link(project_id: "p_m9f", name: "Banner Ad", campaign_id: 42)
create_link(project_id: "p_m9f", name: "Email CTA", campaign_id: 42)
...later...
list_campaigns(project_id: "p_m9f", sort_by: "revenue") → see all campaigns rankedlist_campaigns paginates — returns meta.page, meta.total_pages. If user says "show more," call again with page: current + 1 using the same filters.
list_campaigns with sort_by: "revenue" or sort_by: "installs"search_links (shows per-link metrics) — there's no campaign-scoped link search, so search by tag or name patternlist_campaigns.Every Grovs tool returns human-readable formatted text. Don't reformat — just present and add context.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.