风险评分

82/100 (Low)

OpenClaw: benign
VirusTotal: suspicious
StaticScan: clean

Bcrypt Generate

作者: Omar Hernandez
Slug:bcrypt-generate
版本:1.0.0
更新时间:2026-03-23 07:16:49
风险信息

OpenClaw: benign

查看 OpenClaw 分析摘要
The skill's requirements and runtime instructions match its stated purpose (bcrypt hash generation and verification) and request no unrelated credentials or installs.

VirusTotal: suspicious VT 报告

静态扫描: clean

No suspicious patterns detected.
README

README 未提供

文件列表

无文件信息

下载
下载官方 ZIP
原始 JSON 数据
{
    "latestVersion": {
        "_creationTime": 1774221096132,
        "_id": "k975sj9crs4p2t7s2annv5k92583dekd",
        "changelog": "Initial release — securely hash and verify passwords using bcrypt via Python.\n\n- Hashes passwords with customizable cost (rounds) via Python’s bcrypt library.\n- Verifies if a password matches an existing bcrypt hash.\n- Clear instructions and command examples for both hashing and verification modes.\n- Handles missing python3 or bcrypt module with actionable install guidance.\n- Warnings for malformed hashes, complex passwords, and slow high-cost factors.",
        "changelogSource": "auto",
        "createdAt": 1774221096132,
        "parsed": {
            "clawdis": {
                "requires": {
                    "bins": [
                        "python3"
                    ]
                }
            }
        },
        "version": "1.0.0"
    },
    "owner": {
        "_creationTime": 0,
        "_id": "publishers:missing",
        "displayName": "Omar Hernandez",
        "handle": "ohernandez-dev-blossom",
        "image": "https:\/\/avatars.githubusercontent.com\/u\/86250007?v=4",
        "kind": "user",
        "linkedUserId": "kn76j75m1bjvsxewdyf62ekq4n83cthq"
    },
    "ownerHandle": "ohernandez-dev-blossom",
    "skill": {
        "_creationTime": 1774221096132,
        "_id": "kd75bgyzh5a6btgabc1cve52ed83d4y0",
        "badges": [],
        "createdAt": 1774221096132,
        "displayName": "Bcrypt Generate",
        "latestVersionId": "k975sj9crs4p2t7s2annv5k92583dekd",
        "ownerUserId": "kn76j75m1bjvsxewdyf62ekq4n83cthq",
        "slug": "bcrypt-generate",
        "stats": {
            "comments": 0,
            "downloads": 19,
            "installsAllTime": 1,
            "installsCurrent": 1,
            "stars": 0,
            "versions": 1
        },
        "summary": "Hash passwords using bcrypt or verify a password against a bcrypt hash. Use when the user asks to bcrypt a password, generate a bcrypt hash, check if a passw...",
        "tags": {
            "latest": "k975sj9crs4p2t7s2annv5k92583dekd"
        },
        "updatedAt": 1774221409446
    }
}