Caveat verdict

synapse

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

P2P file sharing using BitTorrent with semantic search via vector embeddings; all capabilities match the stated purpose of distributed file sharing.

⚠ 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
80
transparency
90
maintenance

Permission integrity

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

network_out

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (8)

Pattern match critical

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

SKILL.md · code · curl -LsSf https://astral.sh/uv/install.sh | sh

Pattern match critical

Pipe to sh — executes piped content as shell commands

SKILL.md · code · | sh

Pattern match medium

Accesses OpenClaw config/secrets directly

src/config.py · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match medium

subprocess execution — runs system commands from Python

src/identity.py · prose · downgraded · subprocess.run(

Pattern match low

References agent configuration files

src/assimilation.py · prose · downgraded · agent_config

Pattern match low

Python os.getenv — reads environment variable

src/config.py · prose · downgraded · os.getenv(

Pattern match low

Base64 encoding/decoding

src/core.py · prose · downgraded · Base64-encode

Pattern match low

Popular HTTP library — network access

src/core.py · prose · downgraded · got

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/D). 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.

network_outpackage_install

Is this flag fair?

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