ClawAudit verdict

activecampaign-claw

45
🟠 Risky
Significant concerns — only install if you understand the risks

Accesses credentials AND makes external network calls

The skill requires ActiveCampaign credentials, which are sensitive. However, it seems to be used for legitimate analysis and reporting purposes.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
90
transparency
90
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Findings (9)

Pattern match critical

Recursive delete from root or home — destructive command

SKILL.md · code · rm -rf ~

Pattern match critical

Possible hardcoded credential

INSTALL.md · code · TOKEN="YOUR-TOKEN-HERE

Pattern match high

Accesses shell history/config

INSTALL.md · code · ~/.zshrc

Pattern match medium

Popular HTTP library — network access

SKILL.md · frontmatter · got

Pattern match medium

Accesses system credential store

CHANGELOG.md · prose · downgraded · keychain

Pattern match medium

Sets world-executable permissions

INSTALL.md · code · chmod 700

Pattern match medium

Instructs covert action — may act without user awareness

scripts/_skill/secrets.py · prose · downgraded · silently

Pattern match low

Python urllib.request — network access

scripts/_skill/client.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

scripts/_skill/client.py · prose · downgraded · os.environ.get(

Permissions & capabilities

Requires 2 environment variables. (1 sensitive: AC_API_TOKEN). Requires 1 system binary.

network_outcredential_access
Check another skill Browse the registry Auditing your own skills or configs? Use the API