Scan Report
0 /100
polito-notes
Convert PDF lecture slides into comprehensive bilingual (IT+EN) markdown notes for Polito university courses
A simple PDF-to-markdown conversion skill for university lecture notes with no suspicious patterns or hidden functionality.
Safe to install
Approve for use. The skill only reads PDFs, extracts text, and writes bilingual markdown files to a predefined folder structure.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md: PDF extraction via pdftotext, folder checking via ls |
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md: Writes notes.md and notes-en.md to ~/Documenti/github/polito/ |
File Tree
1 files · 4.3 KB · 111 lines Markdown 1f · 111L
└─
SKILL.md
Markdown
Security Positives
✓ No code or scripts present — purely declarative documentation
✓ No network requests or external communication
✓ No credential or sensitive path access
✓ No obfuscation, base64, or eval patterns
✓ Functionality fully matches declared behavior