ClawAudit verdict
AtomGit-Curl
atomgit-curl
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.
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.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Findings (5)
Possible hardcoded credential
SKILL.md · code · TOKEN="YOUR_TOKEN
Accesses OpenClaw config/secrets directly
SKILL.md · code · ~/.openclaw/openclaw.json
Accesses shell history/config
README.md · code · ~/.zshrc
Python urllib.request — network access
scripts/atomgit-check-ci.sh · prose · downgraded · urllib.request
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 Thanks — recorded.