ClawAudit verdict

feishu-doc-creator

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

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.

5
security
70
transparency
90
maintenance

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.

Capability combination high

Installs packages AND executes processes — opaque dependency chain with execution

LLM03 · ASI04

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (5)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · SECRET="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Pattern match high

Uses exec() — may execute shell commands

SKILL.md · code · exec(

Pattern match medium

Accesses OpenClaw config/secrets directly

SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match low

pip3 install — installs Python packages at runtime

install.sh · prose · downgraded · pip3 install

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API