SR
SKILLRADAR
AI Security • Benchmarking • Index
Menu
Trust Report v1

active-campaign

| ActiveCampaign API integration with managed OAuth. Marketing automation, CRM, contacts, deals, and email campaigns. Use this skill when users want to manage contacts, deals, tags, lists, automations, or campaigns in ActiveCampaign. For other third party apps, use the api-gatewa

Overall
60
Trust
29
Utility
88
Momentum
79

Install caution

High-risk behavior present

Risk: High

Source: OpenClaw Master Skills

Path: skills/active-campaign/SKILL.md

Review flags: browser/session access, credential or secret references, filesystem/home-directory access, network access or external URLs. These are review signals, not definitive security judgments; inspect before installing.

Required permissions

  • Environment variables / secrets
  • Shell commands
  • Network/API usage
  • Filesystem/home access
  • Browser/session access

Permissions are inferred from SKILL.md text only. They are review prompts, not guarantees about runtime behavior.

Risk flags explained

browser_or_session_accessmedium

Mentions browser automation, cookies, sessions, local storage, or browser state.

credential_or_secret_referencehigh

Mentions tokens, API keys, passwords, or private-key style environment variables.

filesystem_write_or_home_accessmedium

Mentions filesystem writes, deletes, home-directory paths, or config/key locations.

network_accessmedium

Mentions external URLs, network APIs, downloads, or HTTP client usage.

shell_commandmedium

Contains shell command snippets. Review commands before copy/paste or agent execution.

Score explanation

Trust

  • Trust starts at 90 before review-signal penalties and metadata bonuses.
  • Risk-signal penalty: -63 from 5 detected flag(s).
  • Metadata bonus: +2 from author/version/description fields.

Utility

  • Utility starts at 55 and rewards clear descriptions, runnable examples, and explicit setup needs.
  • Description present: yes.
  • Command examples detected: 1.
  • Environment variables detected: 3.

Momentum

  • Momentum starts at 45 and uses public repo activity signals.
  • Recent repo update within 18 days.
  • Recent commit volume: 2 commit(s) in the lookback window (+6).
  • Source has strong public adoption: 2110 stars.
  • Fork activity suggests reuse: 319 forks.

Overall

  • Overall score weights trust 45%, utility 35%, and momentum 20%.

Detected signals

Env vars

  • API
  • MATON_API_KEY
  • YOUR_API_KEY

Commands

  • python <<'EOF'

URLs

  • https://clawhub.ai/byungkyu/api-gateway
  • https://connect.maton.ai/?session_token=...
  • https://ctrl.maton.ai/connections
  • https://ctrl.maton.ai/connections/{connection_id}
  • https://ctrl.maton.ai/connections?app=active-campaign&status=ACTIVE
  • https://ctrl.maton.ai`.
  • https://developers.activecampaign.com/
  • https://developers.activecampaign.com/reference/contact-tags
  • https://developers.activecampaign.com/reference/list-all-contacts
  • https://developers.activecampaign.com/reference/list-all-deals
  • https://developers.activecampaign.com/reference/overview
  • https://developers.activecampaign.com/reference/url

Provenance & evidence

SkillRadar makes each review traceable back to the exact source path, source blob SHA, scanner version, and text-only policy that produced the report.

source
github.com/LeoYeAI/openclaw-master-skills@main
path
skills/active-campaign/SKILL.md
source blob SHA
52a2db59e80bd9446d85c486258e5e791c5e8a71
scanner version
0.3.0
security model
text_only_no_execute_no_install_no_secrets
scan policy
Fetched and scored as text only; no install, no execution, no runtime loading.

Evidence snippets

credential_or_secret_reference

…on: \"1.0\" clawdbot: emoji: \ud83e\udde0 homepage: \"https://maton.ai\" requires: env: - MATON_API_KEY", "name": "active-campaign"} # ActiveCampaign Access the ActiveCampaign API with managed…

filesystem_write_or_home_access

…{} } } ``` Open the returned `url` in a browser to complete OAuth authorization. ### Delete Connection ```bash python <<'EOF' import urllib.request, os, json req = urllib.request.R…

network_access

…s, or campaigns in ActiveCampaign. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.", "meta…

browser_or_session_access

…"app": "active-campaign", "metadata": {} } } ``` Open the returned `url` in a browser to complete OAuth authorization. ### Delete Connection ```bash python <<'EOF' import ur…

shell_command

…. Manage contacts, deals, tags, lists, automations, and email campaigns. ## Quick Start ```bash # List all contacts python <<'EOF' import urllib.request, os, json req = urllib.request.R…

Watch this skill

Get alerted when this skill adds credential requirements, shell commands, external domains, remote installer patterns, or risk-level changes.

Join watchlist beta

Methodology note

SkillRadar scans SKILL.md as hostile text only. It does not execute commands, install packages, or load third-party skills.