ClawAudit verdict

AtomGit-Curl

atomgit-curl

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Accesses credentials AND makes external network calls

The skill is a Git platform integration client using curl and bash with credentials from env vars sent only to api.atomgit.com; the metadata explicitly declares no eval or exec usage and enforces SSL verification.

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
100
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

Findings (5)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · TOKEN="YOUR_TOKEN

Pattern match high

Accesses OpenClaw config/secrets directly

SKILL.md · code · ~/.openclaw/openclaw.json

Pattern match high

Accesses shell history/config

README.md · code · ~/.zshrc

Pattern match low

Python urllib.request — network access

scripts/atomgit-check-ci.sh · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

scripts/atomgit-check-ci.sh · prose · downgraded · os.environ.get(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class B). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 1 environment variable. (1 sensitive: ATOMGIT_TOKEN). Requires 2 system binaries. (1 elevated: curl).

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