Caveat verdict
thetix
thetaedge-skill
Options intelligence platform API client that uses THETAEDGE_API_KEY env var to query the ThetaEdge API; all operations are standard API calls on behalf of the user with no unexpected data routing.
⚠ 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.
Permission integrity
network_out
Findings (14)
Possible hardcoded credential
SKILL.md · prose · downgraded · API_KEY="<value from config>
Accesses OpenClaw config/secrets directly
docs/vm-setup.md · code · ~/.openclaw/openclaw.json
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
scripts/setup-openclaw-vm.sh · prose · downgraded · curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
Pipe to bash — executes piped content as shell commands
scripts/setup-openclaw-vm.sh · prose · downgraded · | bash
References agent configuration files
README.md · code · CLAUDE.md
Downloads executables from external URLs
scripts/doctor.py · prose · downgraded · Download from https://
References sudo — requests elevated privileges
scripts/doctor.py · prose · downgraded · sudo
subprocess execution — runs system commands from Python
scripts/lib/common.py · prose · downgraded · subprocess.run(
References SSH/GPG private keys
scripts/setup-openclaw-vm.sh · prose · downgraded · ssh-key
Accesses .ssh directory
scripts/setup-openclaw-vm.sh · prose · downgraded · .ssh/
Python shutil file operation — copies/moves/deletes files
scripts/install.py · prose · downgraded · shutil.rmtree(
Python urllib.request — network access
scripts/lib/common.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
scripts/lib/common.py · prose · downgraded · os.environ.get(
Sets world-executable permissions
scripts/setup-openclaw-vm.sh · prose · downgraded · chmod 700
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 2 environment variables. (1 sensitive: THETAEDGE_API_KEY).
network_outcredential_access Is this flag fair?
Thanks — recorded.