Caveat verdict

vision

vision-2

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

Image analysis skill that encodes local images to base64 and sends them to a user-configured vision API (Alibaba Cloud or OpenAI compatible); credential_access reads the API key from a local config file, which is standard and expected.

⚠ 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.

40
security
30
transparency
70
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (4)

Pattern match high

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

install.sh · prose · downgraded · curl -fsSL https://.../install.sh | bash

Pattern match high

Pipe to bash — executes piped content as shell commands

install.sh · prose · downgraded · | bash

Pattern match low

Node http/https module — low-level network access

scripts/vision.js · prose · downgraded · require("https")

Pattern match low

Accesses sensitive environment variables

scripts/vision.js · prose · downgraded · process.env.DASHSCOPE_API_KEY

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A). 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.

credential_access

Is this flag fair?

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