扫描报告
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.
可以安装
Approve for use. The skill only reads PDFs, extracts text, and writes bilingual markdown files to a predefined folder structure.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md: PDF extraction via pdftotext, folder checking via ls |
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md: Writes notes.md and notes-en.md to ~/Documenti/github/polito/ |
目录结构
1 文件 · 4.3 KB · 111 行 Markdown 1f · 111L
└─
SKILL.md
Markdown
安全亮点
✓ 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