Back to skill

Security audit

Golang Samber Oops

Security checks across malware telemetry and agentic risk

Overview

The skill is a coherent Go error-handling guide, but it may lead agents to put sensitive user or request data into logs without enough redaction guidance.

Review before installing in production workflows. If used, require generated code to keep request and response bodies out of error attributes by default, avoid emails, tokens, cookies, authorization headers, credentials, and raw user input in logs, and use allowlisted, redacted, truncated, or hashed fields for observability exports.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

Missing User Warnings

Medium
Confidence
93% confidence
Finding
The skill repeatedly demonstrates adding user IDs, emails, HTTP request objects, query strings, and raw input data to structured errors without caution about PII, secrets, or request-body leakage. In real systems these errors are commonly serialized to logs, APMs, and third-party observability platforms, which can turn routine failures into broad sensitive-data exposure.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Static analysis

No suspicious patterns detected.