风险评分

76/100 (Low)

OpenClaw: benign
VirusTotal: suspicious
StaticScan: unknown

Rate Limit Validator

作者: Onyedika Christopher Agada
Slug:rate-limit-validator
版本:1.0.0
更新时间:2026-03-24 13:05:56
风险信息

OpenClaw: benign

查看 OpenClaw 分析摘要
The skill's requirements and instructions match its stated purpose of testing HTTP rate limiting, with only minor inconsistencies and operational caveats to be aware of.

VirusTotal: suspicious VT 报告

静态扫描: unknown

README

README 未提供

文件列表

无文件信息

下载
下载官方 ZIP
原始 JSON 数据
{
    "latestVersion": {
        "_creationTime": 1772543566292,
        "_id": "k970ehy03wyb5amt5gp7edxscx827r3z",
        "changelog": "Initial release of the rate-limit-validator skill.\n\n- Tests if an HTTP endpoint enforces rate limiting by sending a burst of requests and analyzing responses.\n- Checks for HTTP 429 responses, as well as Retry-After and X-RateLimit headers.\n- Useful for validating API\/gateway throttling before production deployment.\n- Designed to confirm rate limit middleware or to audit third-party services.\n- Requires curl to run.",
        "changelogSource": "user",
        "createdAt": 1772543566292,
        "parsed": {
            "clawdis": {
                "requires": {
                    "bins": [
                        "curl"
                    ]
                }
            }
        },
        "version": "1.0.0"
    },
    "owner": {
        "_creationTime": 0,
        "_id": "publishers:missing",
        "displayName": "Onyedika Christopher Agada",
        "handle": "techris93",
        "image": "https:\/\/avatars.githubusercontent.com\/u\/115749095?v=4",
        "kind": "user",
        "linkedUserId": "kn7crd1m807d0ey2ypdby85n7982428g"
    },
    "ownerHandle": "techris93",
    "skill": {
        "_creationTime": 1772543566292,
        "_id": "kd7fqrh5y6rd40s3dbpzccph8582721q",
        "badges": [],
        "createdAt": 1772543566292,
        "displayName": "Rate Limit Validator",
        "latestVersionId": "k970ehy03wyb5amt5gp7edxscx827r3z",
        "ownerUserId": "kn7crd1m807d0ey2ypdby85n7982428g",
        "slug": "rate-limit-validator",
        "stats": {
            "comments": 0,
            "downloads": 224,
            "installsAllTime": 0,
            "installsCurrent": 0,
            "stars": 0,
            "versions": 1
        },
        "summary": "Test whether an HTTP endpoint enforces rate limiting. Sends a burst of requests and checks for 429 responses, Retry-After, and X-RateLimit headers. Useful fo...",
        "tags": {
            "latest": "k970ehy03wyb5amt5gp7edxscx827r3z"
        },
        "updatedAt": 1774328756822
    }
}