← 返回 Skills 市场
bytesagain-lab

Passport

作者 bytesagain-lab · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ⚠ suspicious
255
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install passport
功能描述
Validate and format passport or identity document data. Use when checking fields, validating numbers, generating fixtures, linting records.
安全使用建议
This skill appears to do what it claims: a local CLI that stores and manages passport/ID test data. Before using with real personal data, consider the privacy implications: the tool writes every input into plaintext log files (~/.local/share/passport/*.log and history.log). If you'll store sensitive PII, either avoid using real data, change DATA_DIR to a secure location, restrict filesystem permissions (e.g., chmod 700 on the directory), or add encryption. Also inspect the script yourself and run it offline to confirm no network activity in your environment. If you need the agent to use this skill autonomously, remember any inputs it sends to the CLI will be recorded locally.
功能分析
Type: OpenClaw Skill Name: passport Version: 2.0.0 The 'Passport' skill is classified as suspicious because it claims to be a developer toolkit for validating and formatting sensitive identity document data, but the implementation in 'scripts/script.sh' is a 'placebo' that only appends user input to local plaintext log files in '~/.local/share/passport/'. This discrepancy between the stated purpose and the actual code logic is deceptive, as it encourages users to provide PII (Personally Identifiable Information) to a tool that performs no validation and stores it insecurely. While the script lacks clear evidence of data exfiltration or remote execution, its misleading nature and handling of sensitive data warrant caution.
能力评估
Purpose & Capability
Name/description (validate/format passport data) align with the provided CLI script and SKILL.md. The script implements the commands documented (check/validate/generate/format/lint/etc.) and stores records under ~/.local/share/passport, which is consistent with a local devtool.
Instruction Scope
Instructions and the script operate entirely on local files and standard CLI utilities. Important privacy note: the tool logs every input and action in plaintext (per-command .log files and history.log). That behavior is expected for this kind of tool but is a data-exposure risk if you store real passport/PII without encryption or access controls.
Install Mechanism
No install spec (instruction-only) and provided script is self-contained Bash. No remote downloads or package installs are used; nothing is written outside the user's home directory by default.
Credentials
No environment variables, credentials, or external config paths are requested. The only filesystem access is to a subdirectory of the user's home, which is proportionate to the tool's function.
Persistence & Privilege
Skill does not request elevated privileges and is not forced-always. It persists data under ~/.local/share/passport (its own data) which is normal for a local CLI; it does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install passport
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /passport 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Domain-specific upgrade
元数据
Slug passport
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Passport 是什么?

Validate and format passport or identity document data. Use when checking fields, validating numbers, generating fixtures, linting records. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 255 次。

如何安装 Passport?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install passport」即可一键安装,无需额外配置。

Passport 是免费的吗?

是的,Passport 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Passport 支持哪些平台?

Passport 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Passport?

由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v2.0.0。

💬 留言讨论