Caveat verdict
kairoa-cli
Accesses credentials AND encodes data
A developer toolbox CLI with 50+ local utilities (hashing, encoding, UUID, etc.); the install script note explicitly warns users to audit remote scripts before running them, showing security awareness rather than malicious intent.
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.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
credential_access
package_install
Findings (6)
Possible hardcoded credential
SKILL.md · frontmatter · API_KEY: "AI Chat 功能所需。可通过 `-k/--api-key` 参数传入,或设置此环境变量。不使用 AI Chat 功能时无需配置。
References sudo — requests elevated privileges
SKILL.md · code · sudo
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · prose · downgraded · curl -sSL https://raw.githubusercontent.com/covoyage/kairoa-cli/main/install.sh
Pipe to bash — executes piped content as shell commands
SKILL.md · prose · downgraded · | bash
Opens WebSocket connection
SKILL.md · frontmatter · WebSocket
Sets world-executable permissions
SKILL.md · code · chmod 755
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.
package_installdata_encodingcredential_access Thanks — recorded.