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 c721928 latest
Jun 28, 2026 100 c721928
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
.claude/skills/document/SKILL.md · 1 file .claude/skills/document/SKILL.md 1.3 KB · Markdown Rendered Raw ⧉ Copy
name : document
description : Markdown 文档编写规范,包括目录结构、README 内容规范、版本记录和代码示例规范。当编写或审查 Markdown 文档(*.md 文件)时使用此 skill。
文档规范 通用要求 所有文档使用Markdown格式 使用简洁、清晰的语言 文档内容应保持最新 避免拼写和语法错误 使用中文作为主要语言 目录结构 README.md:项目根目录,提供项目概述docs/:存放详细文档guide/:使用指南api/:API文档examples/:示例代码文档README.md 内容规范 项目名称和简短描述 技术栈说明 项目结构说明 使用说明 许可证信息 版本记录规范 使用 CHANGELOG.md 记录版本变更 遵循语义化版本(Semantic Versioning)规范 每个版本应包含:新增功能、修复问题、破坏性变更 文档内容组织 从整体到局部,从简单到复杂 重要信息放在前面 相关内容应当放在一起 使用小标题和列表增强可读性 避免过长段落,保持内容简洁 代码示例规范 提供完整可运行的示例 代码应当简洁且易于理解 添加适当的注释解释关键部分 说明代码的预期输出或行为 更新示例以匹配最新API