← 返回 Skills 市场
Security Tester
作者
zhanghengyi1986-afk
· GitHub ↗
· v1.0.0
· MIT-0
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install security-tester
功能描述
Security testing for web applications and APIs based on OWASP standards. Identify common vulnerabilities (injection, auth bypass, XSS, CSRF, IDOR), generate...
安全使用建议
This skill appears to be a legitimate OWASP-based security-testing guide, but take these precautions before installing or running it:
- Only run tests against targets you own or have explicit authorization to test. Many included checks are intrusive (SQLi payloads that include 'DROP TABLE', brute-force login attempts, DoS-style loops, SSRF tests targeting cloud metadata) and can cause data loss, account lockout, or legal issues.
- The SKILL.md expects runtime inputs (URL, bearer tokens, JWTs, API tokens) and uses tools (python3, base64, nmap, openssl) but the registry metadata does not declare these environment variables or binary requirements — the skill will implicitly depend on them. Ask the publisher to explicitly list required env vars and binaries.
- Consider running tests in a safe staging environment or with rate limits and non-destructive payloads first. Remove obviously destructive payloads (e.g., DROP TABLE) from automated runs.
- If you allow autonomous invocation, restrict its scope or disable autonomous execution until you confirm what inputs it will use. Autonomous operation combined with undisclosed credentials/targets increases risk.
- Verify legal/organizational approval and have backups/incident contacts ready before running active tests. If you need higher confidence, request the publisher to add a clear requires.env section, explicit warnings about destructive tests, and non-destructive default test mode.
能力评估
Purpose & Capability
The name, description, and included test matrices (OWASP Top 10, API Security) match the instructions and reference documents. The actions described (IDOR, XSS, SQLi, CSRF, SSRF, auth testing) are appropriate for a security-testing skill.
Instruction Scope
SKILL.md tells the agent to run many live tests (curl loops, brute-force attempts, payload injection including a 'DROP TABLE' payload, SSRF checks targeting metadata IPs). It also invokes tools and commands (python3, base64, nmap, openssl, jwt decoding, curl, shell loops) and references environment variables ($URL, $USER_A_TOKEN, $NORMAL_USER_TOKEN, $JWT) that are not declared. These instructions can be destructive or invasive if run against production or without authorization and grant broad operational discretion to the user/agent.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing will be written to disk by an installer. This reduces some risk compared to an arbitrary download/install, but runtime commands may still execute local binaries.
Credentials
The SKILL.md expects multiple runtime inputs and secrets (URL, various bearer tokens, JWTs) but requires.env lists none and the registry metadata declares no primary credential. This mismatch is important: the skill relies on user-provided credentials and target URLs but does not declare or document them as required variables. Additionally, the instructions include tests that may attempt to reach internal services (169.254.169.254) — access to cloud metadata is sensitive and must be intentionally authorized.
Persistence & Privilege
The skill is not always-included and does not request special persistence or system-wide configuration changes. Autonomous model invocation is enabled (platform default); combine this with the above concerns when deciding whether to allow autonomous runs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install security-tester - 安装完成后,直接呼叫该 Skill 的名称或使用
/security-tester触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: OWASP Top 10 testing, API security, injection/auth/access control tests, CVSS scoring
元数据
常见问题
Security Tester 是什么?
Security testing for web applications and APIs based on OWASP standards. Identify common vulnerabilities (injection, auth bypass, XSS, CSRF, IDOR), generate... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 Security Tester?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install security-tester」即可一键安装,无需额外配置。
Security Tester 是免费的吗?
是的,Security Tester 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Security Tester 支持哪些平台?
Security Tester 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Security Tester?
由 zhanghengyi1986-afk(@zhanghengyi1986-afk)开发并维护,当前版本 v1.0.0。
推荐 Skills