Caveat verdict

eai-dev-setup

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

Ubuntu development environment setup automation that installs software from official sources (Google, Tsinghua mirrors, official apt); requires user confirmation for all sudo operations and is transparent about what it installs.

⚠ 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
90
maintenance

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read+write

Findings (7)

Pattern match critical

Recursive delete from root or home — destructive command

references/cuda_guide.md · code · rm -rf /

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match high

HTTP request to bare IP address — common in malicious payloads

references/config_templates.md · code · http://127.0.0.1

Pattern match high

apt-get install — installs system packages

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

Pattern match medium

Accesses shell history/config

scripts/config_env.py · prose · downgraded · ~/.zshrc

Pattern match medium

subprocess execution — runs system commands from Python

scripts/install_docker.py · prose · downgraded · subprocess.run(

Pattern match low

Python os.environ.get — reads environment variable

scripts/install_docker.py · prose · downgraded · os.environ.get(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class B/C/D/F). 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.

network_infile_write

Is this flag fair?

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