Caveat verdict
logos-node
Blockchain testnet validator node setup skill that fetches binaries from official GitHub releases and configures a systemd service; all network access is to legitimate sources (api.github.com, official docs) for the legitimate purpose of node installation.
⚠ 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.
Findings (6)
Pipe-to-python pattern — remote code execution risk
SKILL.md · code · curl -s https://api.github.com/repos/logos-blockchain/logos-blockchain/releases
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
README.md · code · curl -fsSL https://raw.githubusercontent.com/citizenweb3/ai-integrations/logos-n
Pipe to bash — executes piped content as shell commands
README.md · code · | bash
Recursive delete from root or home — destructive command
skill/install-procedure.md · code · rm -rf /
References sudo — requests elevated privileges
README.md · prose · downgraded · sudo
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/C). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 3 system binaries. (1 elevated: curl).
network_out Is this flag fair?
Thanks — recorded.