Caveat verdict

slowmist-agent-security

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

This is a comprehensive security review framework from SlowMist (a reputable blockchain security firm) for AI agents, covering skill installation, GitHub repos, URLs, on-chain addresses, and products; it emphasizes treating all external input as untrusted and requires human decision authority for high-risk items — no malicious behavior present.

⚠ 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.

0
security
100
transparency
90
maintenance

Findings (28)

Pattern match critical

Accesses sensitive system files

patterns/red-flags.md · code · /etc/shadow

Pattern match critical

Uses eval() — can execute arbitrary code

patterns/red-flags.md · code · eval(

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

patterns/red-flags.md · code · curl | sh

Pattern match critical

Pipe-to-shell pattern (wget | sh)

patterns/red-flags.md · code · wget | sh

Pattern match critical

Pipe to bash — executes piped content as shell commands

patterns/red-flags.md · code · | bash

Pattern match critical

Pipe to sh — executes piped content as shell commands

patterns/red-flags.md · code · | sh

Pattern match high

Accesses system credential store

patterns/red-flags.md · code · keychain

Pattern match high

Accesses cloud provider credentials

patterns/red-flags.md · code · ~/.aws

Pattern match high

Accesses .ssh directory

patterns/social-engineering.md · code · .ssh/

Pattern match high

Uses exec() — may execute shell commands

patterns/red-flags.md · code · exec(

Pattern match high

References child_process — can spawn system processes

patterns/red-flags.md · code · child_process

Pattern match high

References sudo — requests elevated privileges

patterns/red-flags.md · code · sudo

Pattern match high

setuid — privilege escalation mechanism

patterns/red-flags.md · code · setuid

Pattern match high

Accesses shell history/config

patterns/red-flags.md · code · ~/.zshrc

Pattern match high

apt-get install — installs system packages

patterns/red-flags.md · code · apt-get install

Pattern match high

subprocess execution — runs system commands from Python

patterns/supply-chain.md · code · subprocess.run(

Pattern match high

os.system/popen — direct OS command execution

patterns/supply-chain.md · code · os.system(

Pattern match medium

Uses XMLHttpRequest — network access

patterns/red-flags.md · code · XMLHttpRequest

Pattern match medium

Popular HTTP library — network access

patterns/red-flags.md · code · axios

Pattern match medium

References agent memory files

patterns/red-flags.md · code · MEMORY.md

Pattern match medium

Sets world-executable permissions

patterns/red-flags.md · code · chmod 777

Pattern match medium

Changes file ownership

patterns/red-flags.md · code · chown

Pattern match medium

pip3 install — installs Python packages at runtime

patterns/red-flags.md · code · pip3 install

Pattern match medium

Instructs covert action — may act without user awareness

patterns/red-flags.md · prose · downgraded · silently

Pattern match medium

Base64 encoding/decoding

patterns/red-flags.md · code · Base64-encode

Pattern match medium

Accesses OpenClaw config/secrets directly

templates/report-skill.md · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match low

Accesses sensitive environment variables

patterns/red-flags.md · prose · downgraded · process.env.MY_SKILL_API_KEY

Pattern match low

Makes HTTP request to external URL

patterns/supply-chain.md · code · fetch('https://

Why the tier is capped

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

Permissions & capabilities

No declared permissions — minimal attack surface.

Is this flag fair?

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