低风险 — 风险评分 20/100
上次扫描:23 小时前 重新扫描
20 /100
Payroll GL Reconciliation
Reconcile QuickBooks Online payroll GL accounts against payroll provider reports (Gusto, ADP, Paychex) across 12 categories
Documentation-only skill describing a payroll reconciliation pipeline; no executable code present to analyze, with a minor doc mismatch where referenced script paths do not exist.
技能名称Payroll GL Reconciliation
分析耗时31.4s
引擎pi
可以安装
This skill contains only documentation with no actual implementation. Before deploying, ensure the referenced script scripts/pipelines/payroll-reconciliation.py is provided. Review the script for any shell, network, or credential access patterns before use.

安全发现 2 项

严重性 安全发现 位置
低危
Referenced script does not exist 文档欺骗
SKILL.md specifies scripts/pipelines/payroll-reconciliation.py as the entry point but no scripts directory or Python file exists in the package.
scripts/pipelines/payroll-reconciliation.py
→ Provide the actual script implementation or remove the script location reference from documentation.
SKILL.md:35
低危
Dependencies declared but unverifiable 文档欺骗
SKILL.md lists openpyxl as a dependency and Node.js QBO client but cannot verify if any code actually uses these libraries.
pip install openpyxl
→ Ensure script implementation properly imports and uses declared dependencies.
SKILL.md:175
资源类型声明权限推断权限状态证据
文件系统 READ NONE ✓ 一致 SKILL.md mentions reading payroll CSV files but no script exists to verify
网络访问 READ NONE ✓ 一致 SKILL.md mentions QBO API integration but no script exists to verify
命令执行 NONE NONE No shell usage documented or present

目录结构

1 文件 · 9.8 KB · 308 行
Markdown 1f · 308L
└─ 📝 SKILL.md Markdown 308L · 9.8 KB

依赖分析 1 项

包名版本来源已知漏洞备注
openpyxl * pip Listed in SKILL.md but no script exists to verify usage; version not pinned

安全亮点

✓ Skill provides clear negative boundaries to prevent misuse
✓ No obfuscated code, base64, or suspicious patterns found
✓ No credential harvesting mechanisms documented or present
✓ Legitimate accounting use case with proper financial controls (Decimal math)
✓ CDC cache is file-based with no network exfiltration
✓ Clear documentation of 12 reconciliation categories and 8-tab Excel output