go-concurrency-web

Fail

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: CRITICAL
Full Analysis
  • [SAFE] (SAFE): No malicious patterns detected across all 10 threat categories.
  • [COMMAND_EXECUTION] (SAFE): The skill mentions standard Go development commands (go test -race, go build -race) for the purpose of race detection, which is a security best practice in Go development.
  • [EXTERNAL_DOWNLOADS] (SAFE): References official and trusted Go extended libraries (golang.org/x/time/rate, golang.org/x/sync/errgroup). No downloads from untrusted sources are present.
  • [DATA_EXFILTRATION] (SAFE): No hardcoded credentials, sensitive file access, or unauthorized network operations. Examples using http.Get are pedagogical demonstrations of goroutine management.
  • [FALSE_POSITIVE_ALERT] (SAFE): The automated scanner alert for wp.logger.Info is a false positive. This is a Go statement for structured logging (logger.Info) on a WorkerPool struct (wp), not a URL.
Recommendations
  • Contains 1 malicious URL(s) - DO NOT USE
Audit Metadata
Risk Level
CRITICAL
Analyzed
Feb 17, 2026, 06:27 PM