Caveat verdict
vision
vision-2
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.
Permission integrity
credential_access
Findings (4)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
install.sh · prose · downgraded · curl -fsSL https://.../install.sh | bash
Pipe to bash — executes piped content as shell commands
install.sh · prose · downgraded · | bash
Node http/https module — low-level network access
scripts/vision.js · prose · downgraded · require("https")
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?
Thanks — recorded.