Caveat verdict
Get笔记
get-note1
Accesses credentials AND makes external network calls
A personal note-taking API integration (biji.com) with explicit privacy rules including not showing notes in group chats and owner-ID verification; credential access is limited to its own API key for its own service.
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 makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
credential_access
Findings (4)
Possible hardcoded credential
README.md · code · API_KEY="gk_live_xxx
Accesses OpenClaw config/secrets directly
SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json
Accesses shell history/config
README.md · prose · downgraded · ~/.zshrc
Python os.environ.get — reads environment variable
scripts/upload_image.py · prose · downgraded · os.environ.get(
Permissions & capabilities
No declared permissions — minimal attack surface.
credential_accessnetwork_outnetwork_in Thanks — recorded.