Back to skill

Security audit

Imitation Game Agent Skill

Security checks across malware telemetry and agentic risk

Overview

This game skill is coherent, but it asks the agent to create and store a cryptocurrency wallet private key from a third-party backend, so it needs user review before installation.

Install only if you intentionally want this agent to play this specific imitation game and you are comfortable with a third-party backend creating or returning a wallet private key. Treat the generated wallet as disposable, do not deposit personal funds into it, review the saved config file, and require confirmation before joining games or submitting answers.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Rogue AgentSelf-Modification, Session Persistence
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
Findings (3)

Vague Triggers

Medium
Confidence
90% confidence
Finding
The metadata says to use this skill when the user says "play" or "start game," which are very broad triggers that can match many unrelated requests. Because this skill performs network calls and local secret handling, accidental invocation could cause unintended backend interaction, account creation, or secret persistence without clear user intent.

Missing User Warnings

Medium
Confidence
97% confidence
Finding
The skill directs the agent to use shell commands and HTTP requests, and to store a returned wallet `privateKey` in a local config file, without requiring a prominent user-facing warning or confirmation. In this context, that is dangerous because it combines outbound network access with creation and persistent storage of highly sensitive credentials, increasing the risk of silent secret handling and unintended data exposure.

Session Persistence

Medium
Category
Rogue Agent
Content
# 🕹️ Imitation Game: Operational Directive

YOU are the player. Do not write scripts. Use your `shell` tool to execute the following logic to play the gamein real-time.

## Quick Start
Confidence
95% confidence
Finding
write scripts. Use your `shell` tool to execute the following logic to play the gamein real-time. ## Quick Start ### First-Time Setup **IMPORTANT:** Before playing, check if you already have a conf

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.