Skip to main content

golang-testing

テスト駆動開発とGoコードの高品質を保証するための包括的なテスト戦略。

85/100

Security score

The golang-testing skill was audited on Mar 16, 2026 and we found 1 security issue across 1 threat category, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 483

Direct command execution function call

SourceSKILL.md
481
482 for _, query := range fixtures {
483 if _, err := db.Exec(query); err != nil {
484 t.Fatalf("failed to seed data: %v", err)
485 }
Scanned on Mar 16, 2026
View Security Dashboard