ClawAudit verdict
feishu-doc-creator
Installs packages AND executes processes
Creates Feishu documents using app bot identity and transfers ownership to users; reads credentials from the standard openclaw.json config or environment variables with no hardcoded secrets, and behavior matches the stated document-creation purpose.
Automated static analysis — not a human review. ClawAudit 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 ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Installs packages AND executes processes — opaque dependency chain with execution
LLM03 · ASI04
Permission integrity
package_install
Findings (5)
Possible hardcoded credential
SKILL.md · code · SECRET="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Uses exec() — may execute shell commands
SKILL.md · code · exec(
Accesses OpenClaw config/secrets directly
SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json
pip3 install — installs Python packages at runtime
install.sh · prose · downgraded · pip3 install
Python os.environ.get — reads environment variable
scripts/create-document.py · prose · downgraded · os.environ.get(
Permissions & capabilities
No declared permissions — minimal attack surface.
process_execcredential_accesspackage_install Thanks — recorded.