风险评分

91/100 (Very Low)

OpenClaw: benign
VirusTotal: unknown
StaticScan: clean

Golang Safety

作者: Samuel Berthe
Slug:golang-safety
版本:0.1.0
更新时间:2026-03-24 13:58:28
风险信息

OpenClaw: benign

查看 OpenClaw 分析摘要
The skill is an instruction-only Go defensive-coding guide that is internally consistent with its purpose and requests no credentials or risky installs.

VirusTotal: unknown VT 报告

静态扫描: clean

No suspicious patterns detected.
README

README 未提供

文件列表

无文件信息

下载
下载官方 ZIP
原始 JSON 数据
{
    "latestVersion": {
        "_creationTime": 1774331895463,
        "_id": "k975ntgs63d8mfy5ft2sntykyn83hdbr",
        "changelog": "- Initial release of the \"golang-safety\" skill focused on defensive Go coding.\n- Provides best practices for avoiding panics, silent data corruption, and subtle runtime bugs in Go projects.\n- Covers key safety topics: nil handling, slice and map aliasing, numeric conversions, resource lifecycle management, and defensive copying.\n- Includes practical examples and explanations for common pitfalls with pointers, interfaces, maps, slices, channels, type assertions, and zero-value design.\n- Offers linter recommendations and cross-references to related skills for concurrency, error handling, and security.",
        "changelogSource": "auto",
        "createdAt": 1774331895463,
        "parsed": {
            "clawdis": {
                "emoji": "🛡️",
                "homepage": "https:\/\/github.com\/samber\/cc-skills-golang",
                "requires": {
                    "bins": [
                        "go"
                    ]
                }
            }
        },
        "version": "0.1.0"
    },
    "owner": {
        "_creationTime": 0,
        "_id": "s173arkhs3131fq5jf769qq75583hdgt",
        "displayName": "Samuel Berthe",
        "handle": "samber",
        "image": "https:\/\/avatars.githubusercontent.com\/u\/2951285?v=4",
        "kind": "user",
        "linkedUserId": "kn72rhnkwjfeex9wr1n7y24qa983cjn3"
    },
    "ownerHandle": "samber",
    "skill": {
        "_creationTime": 1774331895463,
        "_id": "kd77rjt7qhpmzq0phkhyg9b55983hx1e",
        "badges": [],
        "createdAt": 1774331895463,
        "displayName": "Golang Safety",
        "latestVersionId": "k975ntgs63d8mfy5ft2sntykyn83hdbr",
        "ownerPublisherId": "s173arkhs3131fq5jf769qq75583hdgt",
        "ownerUserId": "kn72rhnkwjfeex9wr1n7y24qa983cjn3",
        "slug": "golang-safety",
        "stats": {
            "comments": 0,
            "downloads": 15,
            "installsAllTime": 0,
            "installsCurrent": 0,
            "stars": 0,
            "versions": 1
        },
        "summary": "Defensive Golang coding to prevent panics, silent data corruption, and subtle runtime bugs. Use whenever writing or reviewing Go code that involves nil-prone...",
        "tags": {
            "latest": "k975ntgs63d8mfy5ft2sntykyn83hdbr"
        },
        "updatedAt": 1774331908152
    }
}