发票识别-发票查验-发票OCR(翔云开放平台)
PassAudited by ClawScan on May 10, 2026.
Overview
This skill appears purpose-aligned for invoice OCR and verification, but users should note that it stores NetOCR credentials locally and sends invoice files to netocr.com for processing.
Before installing, confirm you are comfortable storing the NetOCR key/secret in the skill’s local config.json and uploading invoice documents to netocr.com. Use an isolated Python environment for dependencies, and ask the maintainer to verify the static TLS warning if you plan to process sensitive invoices.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Someone with access to the local skill directory could read the API credentials and use the associated NetOCR account.
The skill requires a NetOCR key and secret and stores them persistently in the skill directory.
首次使用必须配置凭据。凭据存储于本 Skill 目录下的 `config.json`。
Use a dedicated NetOCR key if possible, keep the skill directory private, and rotate the key if you suspect local exposure.
Invoice images, PDFs, and extracted financial details may be processed by a third-party service.
The skill explicitly sends user invoice images and API credentials to the external NetOCR/Xiangyun service for OCR and verification.
用户图片及 API 凭据通过 HTTPS 发送至翔云(netocr.com)进行处理
Only use this skill for invoices you are allowed to send to netocr.com, and confirm the provider’s privacy and data-retention terms.
Manual installation could resolve to newer dependency versions than the author tested.
The dependency file uses lower-bound version ranges rather than pinned exact versions, and no install spec is provided.
requests>=2.28.0 openpyxl>=3.1.0 Pillow>=9.0.0
Install dependencies in an isolated environment and consider pinning known-good versions for production use.
