扫描报告
5 /100
resume-master
通过直接编写可编辑的 HTML 源文件,来创建新简历或根据职位描述(JD)量身定制现有简历,最终交付可打印 PDF
The resume-master skill is a legitimate HTML-to-PDF resume creation tool with well-documented subprocess usage for PDF processing and no malicious behavior detected.
可以安装
This skill is safe to use. No security concerns requiring action.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | External image URL in template references Aliyun OSS 敏感访问 | assets/template_refs/html/典雅酒红.html:173 |
| 低危 | External CDN URL in template 敏感访问 | assets/template_refs/html/极客风尚.html:10 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md declares use of scripts/render_pdf.py, scripts/pdf_to_images.py, script… |
| 文件系统 | READ | READ | ✓ 一致 | Scripts read/write user-provided HTML and PDF files in working directory only |
| 网络访问 | NONE | READ | ✓ 一致 | HTML templates contain external CDN URLs (font-awesome, Aliyun OSS photo). Decla… |
4 项发现
中危 外部 URL 外部 URL
https://oss-pai-wwja1ucw1pykevvz32-cn-shanghai.oss-cn-shanghai.aliyuncs.com/aicv/recv/photo.png assets/template_refs/html/典雅酒红.html:173 中危 外部 URL 外部 URL
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css assets/template_refs/html/极客风尚.html:10 中危 外部 URL 外部 URL
https://limingxuan.dev assets/template_refs/html/极客风尚.html:48 中危 外部 URL 外部 URL
https://www.bilibili.com/video/BV1SmartDataFlow assets/template_refs/html/极客风尚.html:123 目录结构
11 文件 · 95.4 KB · 2273 行 HTML 5f · 1566L
Python 3f · 594L
Markdown 1f · 91L
Text 1f · 15L
YAML 1f · 7L
├─
▾
agents
│ └─
openai.yaml
YAML
├─
▾
assets
│ ├─
▾
examples
│ │ └─
jd.example.txt
Text
│ └─
▾
template_refs
│ └─
▾
html
│ ├─
典雅酒红.html
HTML
│ ├─
极客风尚.html
HTML
│ ├─
极简纯白.html
HTML
│ ├─
沉稳双栏.html
HTML
│ └─
清新蓝灰.html
HTML
├─
▾
scripts
│ ├─
pdf_page_count.py
Python
│ ├─
pdf_to_images.py
Python
│ └─
render_pdf.py
Python
└─
SKILL.md
Markdown
依赖分析 2 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
pypdf | * | pip | 否 | Optional fallback for pdf_page_count.py |
pymupdf | * | pip | 否 | Optional for pdf_to_images.py |
安全亮点
✓ SKILL.md clearly documents all three scripts and their purposes
✓ Subprocess calls are limited to legitimate PDF processing tools (pdfinfo, pdftoppm, magick, Chrome)
✓ Chrome is invoked with security flags: --headless=new, --disable-gpu, --no-extensions
✓ No credential harvesting or environment variable enumeration
✓ No base64-encoded commands or obfuscation
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ No C2 communication or data exfiltration endpoints
✓ No persistence mechanisms (cron, startup hooks, backdoors)
✓ No supply chain risks - only standard PDF/Python dependencies
✓ Templates are static HTML resume examples with no hidden JavaScript