Back to skill

Security audit

GoldKey Agent Utilities

Security checks across malware telemetry and agentic risk

Overview

The skill is a disclosed GoldKey API client that uses network calls, wallet signatures, and short-lived access tokens in ways that fit its stated payment and utility purpose.

Install only if you intend to use GoldKey's external API and understand that some operations can involve USDC payments, wallet signatures, short-lived access tokens, and delegated key management. Keep tokens/signatures in the agent secret store, review every unsigned transaction before signing, and avoid using bulk key revocation unless that is your intended action.

SkillSpector

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

Credential Access

High
Category
Privilege Escalation
Content
};
  }

  const env = options.env ?? process.env;
  const runtime = resolveRuntimeConfig({ env, releaseIdentitySource });
  const context = { runtime, fetchImpl: options.fetchImpl ?? fetch };
  const readStdinImpl = options.readStdinImpl ?? (() => readSignatureFromStdin());
Confidence
60% confidence
Finding
.env

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.