Caveat verdict

autocraft

45
🟠 Risky
Significant risk patterns flagged — automated deep scan, not behavioral proof.

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.

0
security
60
transparency
70
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (9)

Pattern match critical

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

Pattern match critical

Pipe to python — executes piped content as Python code

references/ac-agent-guide/shared-rules.md · code · | python3

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match high

subprocess execution — runs system commands from Python

scripts/architecture-check/README.md · code · subprocess.run(

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

CHANGELOG.md · prose · downgraded · http://116.205.236.25

Pattern match medium

Popular HTTP library — network access

references/design-specs/doc-specs/04-技术方案文档规范.md · code · Axios

Pattern match medium

Uses exec() — may execute shell commands

references/design-specs/质量检测方案/backup-v1/Python工具栈集成方案.md · prose · downgraded · exec(

Pattern match medium

POSTs data to external URL

references/task-creator/SKILL.md · code · .post( "http://

Pattern match low

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?

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