Scan Report
This report was generated in Chinese. Some content may be in Chinese.
5 /100
slidev-ppt-generator
使用 Slidev 生成专业演示文稿的 AI 技能
slidev-ppt-generator 是一个合法的本地 PPT 生成工具,仅执行 Slidev 相关操作,无恶意行为。
Safe to install
可直接使用。
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | shell 权限未在 SKILL.md 声明 Doc Mismatch | SKILL.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | scripts/export.js:5 scripts/generate.js:4 scripts/init-project.js:44 |
| Shell | NONE | WRITE | ✓ Aligned | scripts/init-project.js:44 execFileSync npm命令,但为预期行为 |
| Network | NONE | NONE | — | 代码中无网络请求 |
| Environment | NONE | NONE | — | 无环境变量遍历 |
| credential | NONE | NONE | — | 无凭证访问 |
12 findings
Medium External URL 外部 URL
https://img.shields.io/badge/License-MIT-yellow.svg README.md:7 Medium External URL 外部 URL
https://opensource.org/licenses/MIT README.md:7 Medium External URL 外部 URL
https://img.shields.io/badge/OpenClaw-Skill-blue README.md:8 Medium External URL 外部 URL
https://clawhub.ai README.md:8 Medium External URL 外部 URL
https://cn.sli.dev/ README.md:302 Medium External URL 外部 URL
https://openclaw.ai README.md:304 Medium External URL 外部 URL
https://sli.dev/guide/theme-addon-gallery README.md:306 Medium External URL 外部 URL
https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=1920 SKILL.md:127 Medium External URL 外部 URL
https://images.unsplash.com/photo- SKILL.md:149 Medium External URL 外部 URL
https://images.unsplash.com/photo-xxx?w=960 SKILL.md:192 Medium External URL 外部 URL
https://images.unsplash.com/photo-xxx?w=1920 SKILL.md:317 Info Email 邮箱地址
[email protected] SKILL.md:326 File Tree
15 files · 71.6 KB · 3055 lines Markdown 8f · 2272L
JavaScript 3f · 629L
JSON 4f · 154L
├─
▾
demo
│ └─
▾
openclaw-intro
│ ├─
package-lock.json
JSON
│ ├─
package.json
JSON
│ ├─
README.md
Markdown
│ └─
slides.md
Markdown
├─
▾
examples
│ └─
demo-slides.md
Markdown
├─
▾
references
│ ├─
presentation-design.md
Markdown
│ └─
prompting.md
Markdown
├─
▾
scripts
│ ├─
export.js
JavaScript
│ ├─
generate.js
JavaScript
│ └─
init-project.js
JavaScript
├─
▾
templates
│ └─
tech-share.md
Markdown
├─
_meta.json
JSON
├─
package.json
JSON
├─
README.md
Markdown
└─
SKILL.md
Markdown
Dependencies 2 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
@slidev/cli | latest | npm | No | 官方包,无版本锁定但来源可信 |
playwright-chromium | latest | npm | No | 仅在导出 PDF/PPTX 时安装 |
Security Positives
✓ 纯本地操作,无网络请求
✓ 无凭证访问或数据外泄
✓ 无 Base64 编码或代码混淆
✓ 代码结构简单清晰
✓ 仅操作 Slidev 相关文件和命令
✓ npm 依赖来自官方包管理器,可审计