Caveat verdict

agi-evolution-model

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

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.

0
security
90
transparency
70
maintenance

Findings (14)

Pattern match critical

Recursive delete from root or home — destructive command

references/troubleshooting.md · code · rm -rf ~

Pattern match critical

Pipe to python — executes piped content as Python code

references/intentionality_architecture.md · code · | python3

Pattern match high

Pipe to bash — executes piped content as shell commands

references/cli-tools-guide.md · prose · downgraded · | bash

Pattern match high

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

references/cli-tools-guide.md · prose · downgraded · curl xxx | sh

Pattern match high

Pipe-to-shell pattern (wget | sh)

references/cli-tools-guide.md · prose · downgraded · wget xxx | sh

Pattern match high

Pipe to sh — executes piped content as shell commands

references/cli-tools-guide.md · prose · downgraded · | sh

Pattern match high

subprocess execution — runs system commands from Python

references/cli-tools-guide.md · code · subprocess.run(

Pattern match high

References sudo — requests elevated privileges

references/troubleshooting.md · code · sudo

Pattern match high

apt-get install — installs system packages

references/troubleshooting.md · code · apt-get install

Pattern match high

Uses eval() — can execute arbitrary code

scripts/perception_node.py · prose · downgraded · eval(

Pattern match medium

Sets world-executable permissions

references/troubleshooting.md · code · chmod 755

Pattern match medium

pip3 install — installs Python packages at runtime

references/troubleshooting.md · code · pip3 install

Pattern match medium

subprocess with shell=True — command injection vector

scripts/cli_executor.py · prose · downgraded · subprocess.run( command, shell=True

Pattern match low

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?

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