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).

实验性 · 审查需审查生成于 2026年8月24日启发式元数据审计
81
审计
71
信任
82
质量
73
安全性
100
维护
92
安装

OpenAgentSkill 信任评分

71
人工审查

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 结果数据

检查项

安装与采用审查

7 通过 · 12 需审查

安装路径

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 安全门槛;它不是完整的源代码安全审计。