Comprehensive security suite for OpenClaw skills. Includes static scanning (AST + keywords) and AI-powered semantic behavior review to detect malicious code.
为 OpenClaw 扩展提供全面的安全防护层,兼具静态分析与 AI 辅助行为审查功能。
本套件包含两大核心安全能力:
必须指定 action 和 path 参数。
示例 1:静态扫描
json
{
action: scan,
path: /path/to/skill/directory
}
示例 2:AI 审查
json
{
action: review,
path: /path/to/skill/index.ts
}
扫描输出:
json
{
safe: false,
results: [
{
file: index.ts,
issues: [{ type: blockedmodule, module: childprocess }]
}
]
}
审查输出:
json
{
risk_level: high,
reason: 代码从环境变量读取 AWS 凭证并将其发送至外部 IP 地址。
}
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 openclaw-security-suite-1776154453 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 openclaw-security-suite-1776154453 技能
skillhub install openclaw-security-suite-1776154453
文件大小: 9.11 KB | 发布时间: 2026-4-15 12:23