扫描报告
10 /100
pdfly-cli
A pure-python CLI application for manipulating PDF files (compress, merge, split, rotate, sign, extract images/text, convert).
This skill consists entirely of documentation for the legitimate pdfly Python CLI tool. No executable code, scripts, or binary artifacts are present. All described functionality is benign PDF manipulation operations.
可以安装
No action required. The skill is a pure documentation wrapper for a known-safe open-source CLI tool. Consider pinning the pip install version in documentation to follow best practice.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Unpinned pip install for pdfly 供应链 | SKILL.md:8 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No filesystem access is declared, required, or present — SKILL.md describes a CL… |
| 网络访问 | NONE | NONE | — | No network activity is declared or present; external URLs are documentation link… |
| 命令执行 | NONE | NONE | — | No shell execution in any file; the skill only describes CLI invocations users e… |
| 环境变量 | NONE | NONE | — | No environment variable access declared or present |
| 技能调用 | NONE | NONE | — | No skill invocation capabilities declared or present |
| 剪贴板 | NONE | NONE | — | No clipboard access declared or present |
| 浏览器 | NONE | NONE | — | No browser access declared or present |
| 数据库 | NONE | NONE | — | No database access declared or present |
3 项发现
中危 外部 URL 外部 URL
https://pypdf.readthedocs.io/ SKILL.md:9 中危 外部 URL 外部 URL
https://pyfpdf.github.io/fpdf2/ SKILL.md:9 中危 外部 URL 外部 URL
https://endesive.readthedocs.io/ SKILL.md:9 目录结构
5 文件 · 11.0 KB · 455 行 Markdown 5f · 455L
├─
▾
references
│ ├─
cat.md
Markdown
│ ├─
page-ranges.md
Markdown
│ ├─
rotate.md
Markdown
│ └─
sign.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ All 5 files are markdown documentation only — no executable code, scripts, or binary artifacts present
✓ No obfuscation techniques detected (no base64, eval, atob, or encoded strings)
✓ No credential harvesting, environment variable scanning, or sensitive file access
✓ No network exfiltration, C2 communication, or data theft behavior
✓ No reverse shell, RCE, or arbitrary command execution
✓ All referenced libraries (pypdf, fpdf2, endesive, pillow, cryptography) are well-known, established open-source projects
✓ Documentation is internally consistent with no doc-to-code mismatch since there is no code
✓ No hidden instructions in HTML comments or other steganographic hiding
✓ No suspicious IOCs (IPs, domains, malware hashes)