Caveat verdict
autocraft
The skill instructs running 'bash install.sh' which downloads ~5.6MB of code from GitHub/Gitee and starts backend services; this is remote code execution from an external source, which warrants caution even though the repository is named.
⚠ 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
package_install
Findings (9)
Pipe-to-python pattern — remote code execution risk
references/ac-agent-guide/shared-rules.md · code · curl -s http://localhost:9001/api/v2/tasks/{task_id}/status | python
Pipe to python — executes piped content as Python code
references/ac-agent-guide/shared-rules.md · code · | python3
References sudo — requests elevated privileges
SKILL.md · code · sudo
subprocess execution — runs system commands from Python
scripts/architecture-check/README.md · code · subprocess.run(
HTTP request to bare IP address — common in malicious payloads
CHANGELOG.md · prose · downgraded · http://116.205.236.25
Popular HTTP library — network access
references/design-specs/doc-specs/04-技术方案文档规范.md · code · Axios
Uses exec() — may execute shell commands
references/design-specs/质量检测方案/backup-v1/Python工具栈集成方案.md · prose · downgraded · exec(
POSTs data to external URL
references/task-creator/SKILL.md · code · .post(
"http://
Python os.getenv — reads environment variable
references/design-specs/质量检测方案/backup-v1/Python工具栈集成方案.md · prose · downgraded · os.getenv(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class C/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 3 system binaries. (2 elevated: npm, git).
package_installnetwork_out Is this flag fair?
Thanks — recorded.