pdf-case-converter — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited pdf-case-converter (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
这是一个用于处理 PDF 文件的工具,专门用于将 PDF 中的文本内容转换为小写。它通过调用本地的 Python 脚本来完成转换。
当用户请求将某个 PDF 文件的内容转换为小写时,请遵循以下步骤:
_lower 后缀(例如 input.pdf -> input_lower.pdf)。在当前文件所在的目录下,使用 Bash 工具运行以下命令:
python3 scripts/pdf_lowercase.py <输入文件路径> <输出文件路径>User: "把 document.pdf 里的字都变成小写。" Assistant: (Executing Bash from this file's directory) python3 scripts/pdf_lowercase.py document.pdf document_lower.pdf
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.