Caveat verdict
evernote-note
Accesses credentials AND makes external network calls
Evernote/Yinxiang note management skill using developer tokens via environment variables; supports search, create, and web clipping with two separate token types clearly documented.
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
package_install
Findings (6)
Possible hardcoded credential
SKILL.md · code · TOKEN="your_developer_token
Accesses shell history/config
README.md · code · ~/.zshrc
<script> tag in markdown — potential code injection
references/api.md · prose · downgraded · <script>
Pipe to python — executes piped content as Python code
test_clipper.sh · prose · downgraded · | python3
pip3 install — installs Python packages at runtime
SKILL.md · code · pip3 install
Python os.environ.get — reads environment variable
SKILL.md · code · os.environ.get(
Permissions & capabilities
No declared permissions — minimal attack surface.
package_installcredential_accessnetwork_out Thanks — recorded.