ClawAudit verdict

feishu-doc-orchestrator

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

Markdown-to-Feishu document conversion orchestrator with a clear multi-skill architecture; reads credentials from a local config file, operates through official Feishu APIs, and all behavior is consistent with the stated document processing purpose.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

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.

33
security
90
transparency
70
maintenance

Findings (6)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · SECRET = "xxxxxxxxxxxxxxxxxx

Pattern match high

<script> tag in markdown — potential code injection

original-skill/feishu-doc-creator-with-permission/scripts/auto_auth.py · prose · downgraded · <script>

Pattern match medium

subprocess execution — runs system commands from Python

original-skill/feishu-doc-creator-with-permission/scripts/doc_creator_with_permission.py · prose · downgraded · subprocess.run(

Pattern match low

Python os.environ.get — reads environment variable

original-skill/feishu-doc-creator-with-permission/scripts/doc_creator_with_permission.py · prose · downgraded · os.environ.get(

Pattern match low

Python shutil file operation — copies/moves/deletes files

scripts/install_skill.py · prose · downgraded · shutil.rmtree(

Pattern match low

importlib.import_module — dynamic module loading

scripts/install_skill.py · prose · downgraded · importlib.import_module(

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.

Is this flag fair?

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