扫描报告
0 /100
prose-to-deck
Transform long-form writing into polished single-file HTML slide presentations
A straightforward content-to-HTML presentation skill with no malicious behavior detected — all capabilities are declared, file I/O is scoped to a controlled directory, and no sensitive operations are performed.
可以安装
No action required. The skill is safe to use.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md: creates project folders under ./projects/ |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md: runs init_project.py via Bash |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md: loads Google Fonts and CDN libraries (Chart.js, ECharts, GSAP) |
| 环境变量 | NONE | NONE | — | No os.environ access in scripts/ |
| 技能调用 | NONE | NONE | — | No cross-skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
3 项发现
中危 外部 URL 外部 URL
https://cdnjs.cloudflare.com/ajax/libs/Chart.js/4.4.1/chart.umd.min.js references/materials.md:31 中危 外部 URL 外部 URL
https://cdnjs.cloudflare.com/ajax/libs/echarts/5.4.3/echarts.min.js references/materials.md:36 中危 外部 URL 外部 URL
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js references/materials.md:71 目录结构
14 文件 · 55.2 KB · 1283 行 Markdown 11f · 1125L
Python 1f · 125L
JSON 1f · 17L
Shell 1f · 16L
├─
▾
references
│ ├─
artifact-analysis.md
Markdown
│ ├─
artifact-build-notes.md
Markdown
│ ├─
artifact-progress.md
Markdown
│ ├─
artifact-slide-plan.md
Markdown
│ ├─
artifact-visual-direction.md
Markdown
│ ├─
design-system.md
Markdown
│ ├─
headline-system.md
Markdown
│ ├─
materials.md
Markdown
│ ├─
qa-checklist.md
Markdown
│ └─
style-seeds.md
Markdown
├─
▾
scripts
│ ├─
init_project.py
Python
│ └─
init_project.sh
Shell
├─
claw.json
JSON
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
none | N/A | stdlib | 否 | scripts/init_project.py uses only Python standard library |
安全亮点
✓ All file I/O is strictly scoped to ./projects/ directory — no arbitrary filesystem writes
✓ init_project.py uses only Python standard library (pathlib, datetime, argparse) — no third-party dependencies
✓ Shell script is a thin compatibility wrapper that only calls the Python script
✓ No credential, token, or sensitive environment variable access
✓ No network egress beyond documented CDN fetches (Google Fonts, Chart.js, ECharts, GSAP)
✓ No base64, eval, or obfuscation patterns
✓ No persistence mechanisms (cron, startup hooks, backdoors)
✓ claw.json declares no permissions — correctly minimal attack surface
✓ SKILL.md fully documents all phases, modes, file outputs, and external resource usage