Scan Report
25 /100
vendor-compliance-1099
1099 vendor compliance pipeline for accounting firms — GL extraction, IRS $600 threshold, 1099-NEC/MISC classification, W-9/TIN tracking, penalty calculation, 8-tab Excel output
SKILL.md describes a 1099 compliance pipeline but references a non-existent script file — documentation without implementation code raises concerns about completeness but shows no malicious behavior.
Safe to install
Verify the script implementation exists before using this skill. Request the actual scripts/pipelines/vendor-compliance-1099.py file to complete security review.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Medium | Referenced implementation script does not exist Doc Mismatch | SKILL.md:25 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No code to analyze |
| Network | NONE | NONE | — | No code to analyze |
| Shell | NONE | NONE | — | No code to analyze |
| Environment | NONE | NONE | — | No code to analyze |
| Skill Invoke | NONE | NONE | — | No code to analyze |
| Clipboard | NONE | NONE | — | No code to analyze |
| Browser | NONE | NONE | — | No code to analyze |
| Database | NONE | NONE | — | No code to analyze |
File Tree
1 files · 7.7 KB · 198 lines Markdown 1f · 198L
└─
SKILL.md
Markdown
Security Positives
✓ SKILL.md is well-structured with clear trigger phrases and use-case boundaries
✓ Documentation explicitly excludes high-risk operations (no W-2, no remote execution claims)
✓ No suspicious patterns in documentation (no base64, no external IPs, no credential exfiltration described)
✓ Decimal math usage documented (avoids floating-point vulnerabilities)