Caveat verdict
smart-updater
HITL update manager that scans installed skills, fetches changelogs, and presents upgrade candidates for user approval before acting; no credentials transmitted beyond fetching public package metadata.
⚠ 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)
Recursive delete from root or home — destructive command
references/three-gates.md · code · rm -rf /
Pipe to python — executes piped content as Python code
scripts/upgrade.sh · prose · downgraded · | python3
subprocess execution — runs system commands from Python
scripts/scan.sh · prose · downgraded · subprocess.run(
subprocess with shell=True — command injection vector
scripts/scan.sh · prose · downgraded · subprocess.run(cmd, shell=True
os.system/popen — direct OS command execution
scripts/scan.sh · prose · downgraded · os.popen(
Python urllib.request — network access
scripts/scan.sh · prose · downgraded · urllib.request
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/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.
Is this flag fair?
Thanks — recorded.