poocr vatinvoice2excel
Analysis
This skill is purpose-aligned for invoice OCR, but users should know it requires Tencent Cloud API keys, may send invoice data to a cloud OCR provider, and installs an unpinned Python package.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
批量处理时,程序会自动遍历文件夹中的所有发票文件
The skill supports automatic folder traversal for batch invoice processing. This is purpose-aligned, but the scope depends on the folder path the user provides.
pip install poocr
The installation step depends on a third-party Python package without a pinned version in the artifact. Package installation is central to the stated OCR purpose, but provenance and version control are not specified.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
需要获取腾讯云 API 的 SecretId 和 SecretKey
The skill requires Tencent Cloud API credentials to perform OCR. This is expected for the service integration, but credentials should be handled carefully and the registry metadata does not declare a primary credential.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
这个技能使用 poocr 库(基于腾讯云 AI)实现增值税发票的 OCR 识别
The artifact discloses that invoice OCR depends on Tencent Cloud AI, so invoice images or PDFs may be processed by an external cloud provider.
