← 返回 Skills 市场
Ssl Checker
作者
bytesagain4
· GitHub ↗
· v3.0.0
· MIT-0
430
总下载
0
收藏
1
当前安装
12
版本数
在 OpenClaw 中安装
/install ssl-checker
功能描述
Check SSL certificate health, protocols, and cipher suites on domains. Use when auditing web security.
安全使用建议
This skill appears to do what it claims: it runs openssl to inspect certificates and TLS parameters and stores any output under ~/.local/share/ssl-checker. Before installing/use: 1) ensure you have the openssl binary available (the manifest omits this requirement); 2) inspect scripts/script.sh yourself or run it in a sandbox if you have concerns; 3) be aware the tool connects to the target domain on port 443 (expected for SSL checks) and writes data to your home directory; 4) if you need automated or high-volume scanning, review rate limits and legal/ethical scanning policies for the targets. If you want higher assurance, request the publisher to add openssl to the declared required binaries and fix the minor cmd_report bug.
功能分析
Type: OpenClaw Skill
Name: ssl-checker
Version: 3.0.0
The skill is a utility for auditing SSL/TLS certificates and protocols using the `openssl` command-line tool. While the implementation in `scripts/script.sh` contains several logic and syntax errors—such as an off-by-one error in argument handling (referencing `$2` instead of `$1` after a shift) and incorrect variable expansion in `cmd_report`—these are clearly unintentional bugs rather than malicious features. There is no evidence of data exfiltration, unauthorized execution, or prompt injection in `SKILL.md` or the script logic.
能力评估
Purpose & Capability
Name/description match the included script's behavior: all commands perform SSL/TLS checks using openssl. However, the skill declares no required binaries while the script depends on openssl (and common coreutils like mkdir, grep, echo). The absence of openssl from the declared requirements is an omission but not an indication of misdirection.
Instruction Scope
SKILL.md simply wraps the bundled script and documents commands. The script only connects to the target domain (port 443) and writes a data directory under $HOME; it does not exfiltrate data or call external endpoints. Minor functional issues: cmd_report prints the literal string '=== SSL Report: $2 ===' due to single quotes (variable won't expand), and protocol flags may vary by OpenSSL version — these are bugs, not malicious behavior.
Install Mechanism
No install spec (instruction-only) and the shipped script is small and readable. Nothing is downloaded from external URLs or written outside the user's home directory. Risk from the install mechanism is low.
Credentials
The skill requests no credentials or environment variables. It creates and uses ~/.local/share/ssl-checker for local data, which is proportionate to producing reports. No access to other configs or secrets is requested.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide settings. It only creates its own data directory in the user's home, which is normal for a CLI-style tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ssl-checker - 安装完成后,直接呼叫该 Skill 的名称或使用
/ssl-checker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
v3.0.0: rewrite
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.5
old template -> domain-specific v2.0.0
v2.3.4
old template -> domain-specific v2.0.0
v2.3.3
Quality upgrade
v2.3.2
Quality upgrade: custom functionality
v2.3.1
De-template, unique content, script cleanup
v2.3.0
Quality fixes: aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v0.0.1
c
v1.0.0
Initial release of ssl-checker — a command-line SSL/TLS certificate inspection tool.
- Supports certificate expiry checks, issuer/subject info, chain validation, protocol and cipher enumeration.
- Provides batch processing, configurable expiry alerts, and multiple output formats.
- Uses openssl and Python3; no external dependencies.
- Suitable for DevOps monitoring, security audits, and certificate lifecycle management.
- Various commands and options available for detailed certificate analysis.
元数据
常见问题
Ssl Checker 是什么?
Check SSL certificate health, protocols, and cipher suites on domains. Use when auditing web security. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 430 次。
如何安装 Ssl Checker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ssl-checker」即可一键安装,无需额外配置。
Ssl Checker 是免费的吗?
是的,Ssl Checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ssl Checker 支持哪些平台?
Ssl Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ssl Checker?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v3.0.0。
推荐 Skills