ClawAudit verdict

fapiao-clipper

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

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.

8
security
70
transparency
90
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (8)

Pattern match high

Possible hardcoded credential

config/config.example.yaml · prose · downgraded · api_key: "YOUR_SILICONFLOW_API_KEY

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

setup_config.py · prose · downgraded · curl -fsSL https://ollama.ai/install.sh | sh

Pattern match high

Pipe to sh — executes piped content as shell commands

setup_config.py · prose · downgraded · | sh

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

config/config.example.yaml · prose · downgraded · http://127.0.0.1

Pattern match medium

subprocess execution — runs system commands from Python

invoice_clipper/file_processor.py · prose · downgraded · subprocess.run(

Pattern match low

Python httpx request — network access

invoice_clipper/blacklist.py · prose · downgraded · httpx.get(

Pattern match low

Python shutil file operation — copies/moves/deletes files

invoice_clipper/file_processor.py · prose · downgraded · shutil.rmtree(

Pattern match low

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?

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