ClawAudit verdict

feishu-interactive-cards

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

Receives external input AND executes processes

Feishu interactive card builder for sending buttons, forms, and polls to users; uses process_exec and file_write for running a local callback server via long-polling, consistent with the stated purpose of handling card interaction callbacks.

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.

0
security
100
transparency
100
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 critical

Receives external input AND executes processes — the shape of a command & control channel

LLM05 · LLM06 · ASI10

Capability combination critical

Writes files AND executes processes — may drop and execute malicious scripts

LLM05 · LLM06 · ASI05

Capability combination medium

Both reads and writes files — verify scope is limited to intended directories

LLM06 · ASI02

Findings (10)

Pattern match critical

Recursive delete from root or home — destructive command

references/gateway-integration.md · code · rm -rf /

Pattern match critical

Accesses sensitive system files

references/security-best-practices.md · code · /etc/passwd

Pattern match critical

Possible hardcoded credential

references/security-best-practices.md · code · Token:', token); // ✅ 正确 console.log(

Pattern match high

Uses exec() — may execute shell commands

SKILL.md · code · exec(

Pattern match high

Accesses .ssh directory

references/security-best-practices.md · code · .ssh/

Confirmed in code medium

File write/delete operation

SKILL.md · code

Pattern match medium

Accesses OpenClaw config/secrets directly

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

Pattern match medium

Popular HTTP library — network access

references/gateway-integration.md · code · axios

Pattern match medium

POSTs data to external URL

references/gateway-integration.md · code · .post( 'https://

Pattern match medium

Accesses sensitive environment variables

references/security-best-practices.md · code · process.env.API_KEY

Permissions & capabilities

No declared permissions — minimal attack surface.

network_inprocess_execfile_readfile_write
Check another skill Browse the registry Auditing your own skills or configs? Use the API