ClawAudit verdict
fapiao-clipper
Local invoice processing tool using PyMuPDF text extraction and a local Ollama vision model; all processing stays on-device, data is stored in local SQLite, and no exfiltration or remote code execution is present.
⚠ 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.
Permission integrity
package_install
Findings (8)
Possible hardcoded credential
config/config.example.yaml · prose · downgraded · api_key: "YOUR_SILICONFLOW_API_KEY
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
setup_config.py · prose · downgraded · curl -fsSL https://ollama.ai/install.sh | sh
Pipe to sh — executes piped content as shell commands
setup_config.py · prose · downgraded · | sh
HTTP request to bare IP address — common in malicious payloads
config/config.example.yaml · prose · downgraded · http://127.0.0.1
subprocess execution — runs system commands from Python
invoice_clipper/file_processor.py · prose · downgraded · subprocess.run(
Python httpx request — network access
invoice_clipper/blacklist.py · prose · downgraded · httpx.get(
Python shutil file operation — copies/moves/deletes files
invoice_clipper/file_processor.py · prose · downgraded · shutil.rmtree(
Python os.environ.get — reads environment variable
invoice_clipper/pdf_extractor_odl.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 1 system binary.
package_install Is this flag fair?
Thanks — recorded.