Caveat verdict

armorclaw

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

AES-256 local secrets manager that explicitly replaces plaintext .env files; credential_access capability is inherent to the skill's stated purpose of managing and encrypting credentials locally with no outbound transmission.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

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

30
security
20
transparency
70
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (6)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · password="your-master-password

Pattern match medium

Accesses OpenClaw config/secrets directly

armorclaw/cli.py · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match low

Python urllib.request — network access

armorclaw/auth.py · prose · downgraded · urllib.request

Pattern match low

Base64 encoding/decoding

armorclaw/crypto.py · prose · downgraded · base64-encode

Pattern match low

Python os.getenv — reads environment variable

armorclaw/openclaw.py · prose · downgraded · os.getenv(

Pattern match low

Python shutil file operation — copies/moves/deletes files

tests/test_armorclaw.py · prose · downgraded · shutil.rmtree(

Permissions & capabilities

No declared permissions — minimal attack surface.

package_installcredential_access

Is this flag fair?

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