Caveat verdict
feishu-integration
Comprehensive Feishu Open Platform integration covering documents, files, messages, OCR, and group management via official APIs; credentials are read from the standard feishu-auth.sh pattern, and all operations are transparently documented for their stated purposes.
⚠ 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
network_out
Findings (10)
Possible hardcoded credential
SKILL.md · code · TOKEN="your_doc_token
References child_process — can spawn system processes
reference-feishu-message/index.js · prose · downgraded · child_process
Uses spawn() — can execute external programs
reference-feishu-message/index.js · prose · downgraded · spawn(
Accesses OpenClaw config/secrets directly
scripts/group-welcome.py · prose · downgraded · ~/.openclaw/.env
subprocess execution — runs system commands from Python
scripts/group-welcome.py · prose · downgraded · subprocess.run(
Node http/https module — low-level network access
reference-feishu-common/index.js · prose · downgraded · require('https')
Accesses sensitive environment variables
reference-feishu-common/index.js · prose · downgraded · process.env.FEISHU_APP_SECRET
Popular HTTP library — network access
reference-feishu-common/package-lock.json · prose · downgraded · axios
POSTs data to external URL
reference-feishu-message/send-audio.js · prose · downgraded · .post('https://
Python os.getenv — reads environment variable
scripts/group-welcome.py · prose · downgraded · os.getenv(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/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.
credential_accessnetwork_out Is this flag fair?
Thanks — recorded.