Skill 审计报告
golang-performance 审计报告.
Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization. Use when profiling or benchmarks have identified a bottleneck and you need the right optimization pattern to fix it. Also use when performing performance code review to suggest improvements or benchmarks that could help identify quick performance gains. Not for measurement methodology (→ See `samber/cc-skills-golang@golang-benchmark` skill) or debugging workflow (→ See `samber/cc-skills-golang@golang-troubleshooting` skill).
OpenAgentSkill 信任评分
OpenAgentSkill 信任评分
Trust Score 帮助 Agent 在安装前判断一个 Skill 是否足以进入候选清单。
GitHub 采用度
通过86
3.1K 个 GitHub Stars
Star/Fork 活跃度
信息77
3.1K 个 Star,204 个 Fork; 当前元数据中没有议题活跃度信息
近期维护
通过100
今天有推送
许可证清晰度
通过86
MIT
README/SKILL.md 完整度
通过86
元数据包含足够的用法与工作流上下文
依赖与运行时风险
警告46
command execution surface, external package install surface
安装可用性
通过92
npx skills add samber/cc-skills-golang --skill golang-performance
安装命令安全性
通过92
标准软件包或运行时安装路径
权限范围
失败36
shell or command execution, filesystem or document access
仓库证据
通过86
https://github.com/samber/cc-skills-golang/tree/main/skills/golang-performance
审查状态
信息66
可用 AI 审查数据
Agent 验证结果
信息54
暂未有 Agent 结果数据
检查项
安装与采用审查
安装路径
92
npx skills add samber/cc-skills-golang --skill golang-performance
仓库
88
https://github.com/samber/cc-skills-golang/tree/main/skills/golang-performance
许可证
86
MIT
维护
100
今天有推送
AI 审查
55
The skill references other skills (golang-benchmark, golang-troubleshooting) that are not included in this repository, which may lead to incomplete guidance if those skills are not available in the agent's environment.
README/SKILL.md 完整度
86
Usable description available
依赖风险
46
command execution surface, external package install surface
安装命令安全性
92
标准软件包或运行时安装路径
权限范围
36
shell or command execution, filesystem or document access
Star/Fork 活跃度
77
3.1K 个 Star,204 个 Fork; 当前元数据中没有议题活跃度信息
采用度
88
3.1K 个 GitHub Stars
警告
- Dependency or permission surface needs review
- Permission surface may require sandboxing
- The skill references other skills (golang-benchmark, golang-troubleshooting) that are not included in this repository, which may lead to incomplete guidance if those skills are not available in the agent's environment.
- The SKILL.md includes an evaluation file (evals.json) but its content appears truncated in the provided excerpt; ensure the full evaluation suite exists.
- Quality score needs review
- Permission surface needs review: shell or command execution, filesystem or document access
- Dependency/runtime risk: command execution surface, external package install surface
- Permission surface: shell or command execution, filesystem or document access
方法
本报告综合公开元数据、AI 审查输出、仓库活跃度、安装就绪度、OpenAgentSkill 事件、质量评分、信任检查和 Agent 安全门槛;它不是完整的源代码安全审计。