ClawAudit verdict
my-lark
Accesses credentials AND makes external network calls
Feishu full-capability skill using app credentials stored in /workspace/.lark_tokens.json exclusively with official Feishu API endpoints; broad but declared and transparent.
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.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
network_out
credential_access
package_install
Findings (3)
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
Possible hardcoded credential
lark_mcp.py · prose · downgraded · SECRET = "bHTIdpglmPdAOu8gyFltadE4whZb3VTZ
Python urllib.request — network access
lark_mcp.py · prose · downgraded · urllib.request
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_innetwork_outcredential_accesspackage_installdata_encoding Thanks — recorded.