Caveat verdict
huo15-openclaw-office-doc
huo15-skills
Enterprise Word document generation skill using python-docx; all operations are local document creation following formatting standards with no network calls or suspicious behavior.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Permission integrity
package_install
Findings (11)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
huo15-searxng/README.md · code · curl -fsSL https://get.docker.com | sh
Pipe to sh — executes piped content as shell commands
huo15-searxng/README.md · code · | sh
Accesses shell history/config
huo15-searxng/README.md · code · ~/.zshrc
pip3 install — installs Python packages at runtime
huo15-js-scraper/SKILL.md · code · pip3 install
References agent memory files
huo15-openclaw-memory-curator/SKILL.md · frontmatter · MEMORY.md
Accesses OpenClaw config/secrets directly
huo15-openclaw-office-doc/scripts/create-word-doc.py · prose · downgraded · ~/.openclaw/openclaw.json
HTTP request to bare IP address — common in malicious payloads
huo15-openclaw-office-doc/scripts/generate-config.sh · prose · downgraded · http://127.0.0.1
subprocess execution — runs system commands from Python
huo15-openclaw-office-doc/scripts/word-to-pdf.py · prose · downgraded · subprocess.run(
Python urllib.request — network access
huo15-openclaw-office-doc/scripts/create-word-doc.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
huo15-openclaw-office-doc/scripts/create-word-doc.py · prose · downgraded · os.environ.get(
Python shutil file operation — copies/moves/deletes files
huo15-openclaw-office-doc/scripts/word-to-pdf.py · prose · downgraded · shutil.move(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/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.
package_install Is this flag fair?
Thanks — recorded.