安全扫描
OpenClaw
安全
high confidence安全扫描摘要:对该技能代码库的安全审查结果,包括依赖项检查、代码质量分析和潜在漏洞评估。
评估建议
安全评估:基于扫描结果对该技能的安全性评级,包括已知问题、风险等级和改进建议。...详细分析 ▾
✓ 用途与能力
Name/description (PDF manipulation and form filling) align with the included SKILL.md and the provided scripts (extracting fields, converting pages to images, validating bounding boxes, filling forms via annotations or form fields). The repository does not request unrelated environment variables or binaries.
ℹ 指令范围
SKILL.md and forms.md instruct the agent to run the included Python scripts and to create/inspect local JSON and image files — all within the PDF form‑filling workflow. One notable behavior: fill_fillable_fields.py monkeypatches a pypdf internal method to work around a pypdf bug. That is relevant to functionality but modifies library internals at runtime and is worth reviewing before use.
ℹ 安装机制
There is no formal install spec; the skill is instruction‑only but includes Python scripts that depend on external packages (pypdf, pdfplumber, pdf2image, pytesseract, reportlab, pypdfium2, etc.). The lack of an explicit install step means the environment must provide these packages; installing them should be done from trusted package sources. No downloads from untrusted URLs or archive extraction are present in the skill files.
✓ 凭证需求
The skill does not request environment variables, credentials, or config paths. The scripts operate on local files provided by the user and do not contain code that exfiltrates data or contacts external endpoints.
✓ 持久化与权限
Skill flags are default (not always:true), user‑invocable, and allow autonomous invocation (the platform default). The skill does not attempt to modify other skills or system‑wide agent settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install court-form-filling-pdf
镜像加速npx clawhub@latest install court-form-filling-pdf --registry https://cn.longxiaskill.com 镜像可用
技能文档
概述
这是一个全面的PDF操作工具集,为Claude提供PDF文件处理能力。
功能特性
- 文本提取:从PDF中提取文本内容
- 表格提取:识别和提取PDF中的表格数据
- PDF创建:生成新的PDF文档
- 文档合并/拆分:合并多个PDF或拆分单个PDF
- 表单处理:填写和提取PDF表单数据
使用场景
当需要处理PDF文件时使用此技能,包括但不限于:
- 文档格式转换
- 数据提取和分析
- 表单自动化处理
- 文档批量处理
依赖项
- Python 3.x
- PyPDF2 或 pdfplumber
- 其他相关PDF处理库
注意事项
- 处理来自不受信任来源的PDF时需谨慎
- 建议在沙箱环境中处理敏感文档