Skip to main content

invoice-processor

Automates invoice processing from PDFs/images to Excel using AI vision recognition for efficient data extraction.

Install this skill

or
77/100

Security score

The invoice-processor skill was audited on Feb 12, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 37

Access to .env file

SourceSKILL.md
37Create a `.env` file in the `invoice-processor` directory:
low line 41

Access to .env file

SourceSKILL.md
41cp .env.example .env
low line 44

Access to .env file

SourceSKILL.md
44# .env content:
medium line 82

Access to .env file

SourceSKILL.md
82- `.env` file with `GLM_API_KEY` (see Setup below)
medium line 138

Access to .env file

SourceSKILL.md
138**Error:** `错误: 请在 .env 文件中设置 GLM_API_KEY`
medium line 139

Access to .env file

SourceSKILL.md
139**Solution:** Create `.env` file in `invoice-processor` directory with `GLM_API_KEY=your_key`
low line 48

External URL reference

SourceSKILL.md
48Get your API key from: https://open.bigmodel.cn/
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →