Caveat verdict
appflowy-api
appflowy-skill
Accesses credentials AND makes external network calls
AppFlowy Cloud API client for a self-hosted instance using standard bearer token auth; all operations match the stated purpose and scripts explicitly avoid reading .env unless passed as argument, with no evidence of data exfiltration.
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 (5)
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://10.60.0.189
subprocess execution — runs system commands from Python
scripts/appflowy_skill.py · prose · downgraded · subprocess.run(
Python os.environ.get — reads environment variable
scripts/_common.py · prose · downgraded · os.environ.get(
Python urllib.request — network access
scripts/appflowy_client.py · prose · downgraded · urllib.request
Popular HTTP library — network access
scripts/doctor.py · prose · downgraded · got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). 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.
network_outcredential_access Thanks — recorded.