扫描报告
20 /100
golang-code-review
Golang代码审查技能 - 对Git merge提交的Golang代码进行全面的代码审查
A legitimate Go code review skill with minor documentation inconsistencies but no malicious behavior detected.
可以安装
The skill is safe to use but lacks the full security scanning capabilities advertised. Consider verifying external tool dependencies.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Inflated capability claims in documentation 文档欺骗 | SKILL.md:6 |
| 低危 | Referenced tools not implemented 文档欺骗 | SKILL.md:4 |
| 提示 | Embedded executable code in documentation 文档欺骗 | SKILL.md:22 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | index.go reads Go files via os.ReadFile for analysis |
| 命令执行 | NONE | NONE | — | No subprocess or shell execution in code |
| 网络访问 | NONE | NONE | — | No network calls present in implementation |
| 凭证访问 | NONE | NONE | — | No credential harvesting or sensitive file access |
2 项发现
中危 外部 URL 外部 URL
https://golang.org/doc/effective_go.html SKILL.md:20 中危 外部 URL 外部 URL
https://staticcheck.io SKILL.md:21 目录结构
3 文件 · 7.7 KB · 288 行 Go 1f · 224L
Markdown 2f · 64L
├─
config.md
Markdown
├─
index.go
Go
└─
SKILL.md
Markdown
安全亮点
✓ No credential harvesting or sensitive file access detected
✓ No network communication or data exfiltration
✓ No obfuscation techniques (base64, eval, etc.)
✓ No reverse shell or remote code execution
✓ No supply chain risks - no external dependencies used
✓ Filesystem access limited to reading files for analysis (compliant with declared behavior)
✓ No persistence mechanisms or backdoors
✓ No prompt injection vulnerabilities