Score breakdown0 Version history1 Source
Category Weight Category score Contribution
Security prompt, exec, net, exfil, eval
35%
100
35.0 pts
Supply chain hash, typosquat, maintainer, lockfile
20%
100
20.0 pts
Maintenance staleness, pinning, CI
15%
100
15.0 pts
Transparency SKILL.md, perms, README
15%
100
15.0 pts
Community installs, verify, response
15%
100
15.0 pts
Findings & checks · 0 flagged
Security score 100 · 0 findings
✓ — All security checks passedNo findings in this category for the latest scan. pass
Supply chain score 100 · 0 findings
✓ — All supply chain checks passedNo findings in this category for the latest scan. pass
Maintenance score 100 · 0 findings
✓ — All maintenance checks passedNo findings in this category for the latest scan. pass
Transparency score 100 · 0 findings
✓ — All transparency checks passedNo findings in this category for the latest scan. pass
Community score 100 · 0 findings
✓ — All community checks passedNo findings in this category for the latest scan. pass
Every scanned point with the score it earned and what moved between them.
1 scans · 90 days 7c3b067 latest
Jun 26, 2026 100 7c3b067
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
skills/explain-code/SKILL.md · 1 file skills/explain-code/SKILL.md 0.7 KB · Markdown Rendered Raw ⧉ Copy
name : explain-code
description : "用类比和图解的方式解释代码。当用户问'这段代码干什么'、'解释一下这个函数'、'这个模块怎么工作的'、'帮我理解这段逻辑'时使用。"
解释代码时,按这个结构来:
一句话概括 :这段代码在做什么,用一句大白话说清楚类比 :找一个日常生活中的类比,帮助理解核心逻辑流程图 :用 ASCII art 画出代码的执行流程或数据流向逐段解读 :分段解释关键逻辑,跳过显而易见的部分容易踩的坑 :指出一个初学者容易误解或犯错的地方语气保持口语化,像是在白板前给同事讲解。