Skill audit report

golang-performance Audit report.

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

EXPERIMENTAL · REVIEWNeeds reviewGenerated Aug 24, 2026Heuristic metadata audit
81
Audit
71
Trust
82
Quality
73
Security
100
Maintain
92
Install

OpenAgentSkill Trust Score

71
Manual review

OpenAgentSkill Trust Score

The Trust Score helps an agent decide whether a skill is safe enough to shortlist before installation.

GitHub adoption

PASS

86

3.1K GitHub stars

Stars/forks activity

INFO

77

3.1K stars, 204 forks; issue activity unavailable in current metadata

Recent maintenance

PASS

100

Pushed today

License clarity

PASS

86

MIT

README/SKILL.md completeness

PASS

86

Metadata includes enough usage and workflow context

Dependency/runtime risk

WARN

46

command execution surface, external package install surface

Install availability

PASS

92

npx skills add samber/cc-skills-golang --skill golang-performance

Install command safety

PASS

92

standard package or runtime install path

Permission surface

FAIL

36

shell or command execution, filesystem or document access

Repository evidence

PASS

86

https://github.com/samber/cc-skills-golang/tree/main/skills/golang-performance

Review status

INFO

66

AI review data available

Agent Proven outcomes

INFO

54

No agent outcome data yet

Checks

Install and adoption review

7 Passed · 12 Needs review

Install path

92

PASS

npx skills add samber/cc-skills-golang --skill golang-performance

Repository

88

PASS

https://github.com/samber/cc-skills-golang/tree/main/skills/golang-performance

License

86

PASS

MIT

Maintenance

100

PASS

Pushed today

AI review

55

CHECK

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 completeness

86

PASS

Usable description available

Dependency risk

46

FIX

command execution surface, external package install surface

Install command safety

92

PASS

standard package or runtime install path

Permission surface

36

FIX

shell or command execution, filesystem or document access

Stars/forks activity

77

CHECK

3.1K stars, 204 forks; issue activity unavailable in current metadata

Adoption

88

PASS

3.1K GitHub stars

Warnings

  • 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

Method

This report combines public metadata, AI review output, repository freshness, install readiness, OpenAgentSkill events, quality scoring, trust checks, and the agent safety gate. It is not a full source-code security review.

Compare nearby options

Related skills to audit next