← 返回 Skills 市场
487
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sovereign-api-hardener
功能描述
Hardens API endpoints against common attacks. Covers rate limiting, input validation, auth, CORS, headers, injection prevention, error handling, and monitoring.
安全使用建议
This is an instruction-only hardening playbook (no downloads, no env keys requested). It's internally consistent and useful for auditing API code, but follow these precautions before using it: (1) Do not paste secrets, .env files, or private keys into prompts—only share code you are comfortable exposing to the agent. (2) Treat suggested code changes as recommendations: review them, run tests, and stage changes in a dev environment before deploying. (3) If the skill recommends third-party services (Redis, monitoring, rate-limit stores), validate the providers and avoid supplying production credentials directly—use least-privilege test credentials. (4) Verify the upstream project/homepage and the author's reputation before applying large-scale automated changes. If you want higher assurance, restrict the agent to a sanitized subset of your codebase or run the suggested changes in an isolated environment first.
功能分析
Type: OpenClaw Skill
Name: sovereign-api-hardener
Version: 1.0.0
The OpenClaw AgentSkills skill bundle 'sovereign-api-hardener' is benign. The `SKILL.md` file provides comprehensive instructions for an AI agent to analyze API code for security vulnerabilities and suggest hardening recommendations. The instructions for the AI agent are consistently aligned with its stated purpose as an 'API security specialist' and do not contain any prompt injection attempts to subvert the agent's behavior. Code examples are illustrative of secure coding practices, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The `clawhub install` command is a standard installation instruction for the user, not a malicious command for the agent.
能力评估
Purpose & Capability
The name/description promise (hardening API endpoints) matches the SKILL.md: a comprehensive checklist and many language-specific code examples for rate limiting, input validation, auth, CORS, headers, injection prevention, error handling, and monitoring. There are no unrelated environment variables, binaries, or installs requested.
Instruction Scope
The skill instructs the agent to analyze API code (routes, controllers, middleware, configs) and produce before/after fixes. That is appropriate for the stated purpose, but it means the agent will need access to your source code when invoked — do not submit secrets, private keys, or production-only env files. The instructions do not, as presented, direct the agent to exfiltrate data or call unexpected external endpoints, but you should review recommended changes before applying them.
Install Mechanism
No install spec or code files are present (instruction-only). This is low-risk because nothing will be written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials. It mentions integration patterns (e.g., Redis for distributed rate limits, logging/monitoring) in examples but does not require any secrets. This is proportionate to an audit/playbook style skill; still be cautious when following suggestions that ask you to provision or connect third-party services.
Persistence & Privilege
always is false and there are no instructions to modify other skills or global agent configs. Normal autonomous invocation is allowed (platform default). The skill does not request permanent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sovereign-api-hardener - 安装完成后,直接呼叫该 Skill 的名称或使用
/sovereign-api-hardener触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release of sovereign-api-hardener.
- Provides a comprehensive checklist and code patterns for API hardening.
- Covers rate limiting, input validation, authentication, CORS, security headers, injection prevention, error handling, and monitoring.
- Designed for practical, actionable defense against real-world API attacks.
- Includes implementation examples for Express.js, Flask, and Go.
- Offers clear security requirements, validation schemas, and recommended configurations.
元数据
常见问题
Sovereign API Hardener 是什么?
Hardens API endpoints against common attacks. Covers rate limiting, input validation, auth, CORS, headers, injection prevention, error handling, and monitoring. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 487 次。
如何安装 Sovereign API Hardener?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sovereign-api-hardener」即可一键安装,无需额外配置。
Sovereign API Hardener 是免费的吗?
是的,Sovereign API Hardener 完全免费(开源免费),可自由下载、安装和使用。
Sovereign API Hardener 支持哪些平台?
Sovereign API Hardener 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sovereign API Hardener?
由 ryudi84(@ryudi84)开发并维护,当前版本 v1.0.0。
推荐 Skills