Caveat verdict
agi-evolution-model
Chinese-language AGI evolution model that runs entirely local Python scripts writing to ./agi_memory; despite executionSinkDetected, all script invocations use local file paths with no network calls or data exfiltration 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.
Findings (14)
Recursive delete from root or home — destructive command
references/troubleshooting.md · code · rm -rf ~
Pipe to python — executes piped content as Python code
references/intentionality_architecture.md · code · | python3
Pipe to bash — executes piped content as shell commands
references/cli-tools-guide.md · prose · downgraded · | bash
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/cli-tools-guide.md · prose · downgraded · curl xxx | sh
Pipe-to-shell pattern (wget | sh)
references/cli-tools-guide.md · prose · downgraded · wget xxx | sh
Pipe to sh — executes piped content as shell commands
references/cli-tools-guide.md · prose · downgraded · | sh
subprocess execution — runs system commands from Python
references/cli-tools-guide.md · code · subprocess.run(
References sudo — requests elevated privileges
references/troubleshooting.md · code · sudo
apt-get install — installs system packages
references/troubleshooting.md · code · apt-get install
Uses eval() — can execute arbitrary code
scripts/perception_node.py · prose · downgraded · eval(
Sets world-executable permissions
references/troubleshooting.md · code · chmod 755
pip3 install — installs Python packages at runtime
references/troubleshooting.md · code · pip3 install
subprocess with shell=True — command injection vector
scripts/cli_executor.py · prose · downgraded · subprocess.run(
command,
shell=True
Python shutil file operation — copies/moves/deletes files
scripts/cli_file_operations.py · prose · downgraded · shutil.rmtree(
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.
Is this flag fair?
Thanks — recorded.