← 返回 Skills 市场
skll-scan
作者
niuqun2003
· GitHub ↗
· v1.0.0
· MIT-0
344
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skll-scan
功能描述
Security scanning tool for OpenClaw Skills. Detects malicious code patterns, extracts domains, and checks threat intelligence APIs. Use when: installing new...
安全使用建议
This skill appears to do what it says: local static scanning and domain checks. Before installing or using it: (1) review the script source yourself (it ships with code) to ensure it meets your policies; (2) avoid hardcoding API keys in the script—use a protected config (~/.skill-scan/config.json) with tight file permissions; (3) be careful enabling external threat-intel lookups for internal/private domains (you may leak sensitive hostnames to external services); (4) the cron example edits /etc/cron.d and /var/log, which requires elevated privileges—only set up system cron jobs if you understand the implications; (5) consider running initial scans in an isolated environment and verifying outputs before integrating into CI. Overall the package is coherent and low-risk if used with the normal precautions above.
功能分析
Type: OpenClaw Skill
Name: skll-scan
Version: 1.0.0
The 'skill-scan' bundle is a legitimate security utility designed to perform static analysis and threat intelligence lookups on other OpenClaw skills. The core logic in 'scripts/skill-scan.py' uses regex patterns to identify potentially dangerous code (e.g., exec, filesystem access) and extracts domains to check against blacklists or APIs like Abuse.ch. No evidence of data exfiltration, malicious execution, or prompt injection was found; the tool's behavior aligns perfectly with its documented purpose of auditing skill safety.
能力评估
Purpose & Capability
The name/description, SKILL.md, and scripts/skill-scan.py are aligned: the tool performs static pattern scanning, domain extraction, and (optional) threat-intel checks. There are no unexpected required binaries, environment variables, or unrelated capabilities requested.
Instruction Scope
SKILL.md instructs running the included Python scanner against skill directories and provides CI and cron examples. This stays within the scanner's scope. Note: the cron example writes to /etc/cron.d and /var/log (system-level locations) which typically require elevated privileges; also the docs encourage adding API keys to the script/config to enable external threat-intel lookups, which would cause domain data to be sent to third-party APIs if enabled.
Install Mechanism
No install spec is provided (instruction-only) and the shipped script is run by the user; this is the lower-risk option. No remote downloads or archive extraction are used by the skill itself.
Credentials
The skill declares no required env vars or secrets. The documentation describes storing API keys in a config or inserting them into the script — acceptable for threat-intel integrations but carries the usual caution: do not hardcode secrets, prefer a secured config, and be mindful of sending internal/private domains to external services.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent 'always' inclusion or modify other skills. The example for periodic auditing (cron) is user-controlled and not automatic.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skll-scan - 安装完成后,直接呼叫该 Skill 的名称或使用
/skll-scan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of skill-scan, a security scanning tool for OpenClaw Skills.
- Performs static code analysis to detect dangerous patterns including exec/system calls, network requests, filesystem operations, and sensitive data accesses.
- Extracts domains from Skill code and checks against built-in and optional threat intelligence APIs.
- Generates detailed risk reports with low/medium/high risk levels, supporting JSON export for automation.
- Includes integration guides for pre-installation security checks, periodic audits, and CI/CD pipelines.
- Provides troubleshooting steps, best security practices, and contribution guidelines.
元数据
常见问题
skll-scan 是什么?
Security scanning tool for OpenClaw Skills. Detects malicious code patterns, extracts domains, and checks threat intelligence APIs. Use when: installing new... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 344 次。
如何安装 skll-scan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skll-scan」即可一键安装,无需额外配置。
skll-scan 是免费的吗?
是的,skll-scan 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
skll-scan 支持哪些平台?
skll-scan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 skll-scan?
由 niuqun2003(@niuqun2003)开发并维护,当前版本 v1.0.0。
推荐 Skills