Scan Report
20 /100
PDF Organizer Skill
AI-powered PDF organization tool that automatically categorizes and organizes PDF files by topic using GPT analysis
Documentation-only skill describing a PDF organizer tool with no implementation files present to analyze for malicious behavior.
Safe to install
If implementation files are added, verify that API keys are stored securely (e.g., environment variables) and not exfiltrated. Review subprocess usage for shell commands.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Documentation mismatch potential - No implementation to verify Doc Mismatch | SKILL.md:1 |
| Low | API key storage in config.json Credential Theft | SKILL.md:34 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md describes reading PDFs from input_pdfs/ folder |
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md describes renaming files and creating folder structure in organized_pdf… |
| Network | READ | READ | ✓ Aligned | SKILL.md declares OpenAI/Kimi API integration for content analysis |
| Environment | NONE | NONE | — | No environment variable access described in docs |
| Shell | NONE | NONE | — | No shell execution mentioned |
File Tree
1 files · 2.4 KB · 54 lines Markdown 1f · 54L
└─
SKILL.md
Markdown
Security Positives
✓ No malicious patterns detected in documentation
✓ No network exfiltration endpoints mentioned
✓ No credential harvesting behavior described
✓ File operations are appropriate for stated use case (PDF organization)
✓ Hierarchical organization and file naming are legitimate functionality
✓ Dry-run mode suggests careful design with rollback capability