Back to skill

Security audit

Loot Drop

Security checks for vulnerabilities and agentic risk

Overview

This is a light gamification skill that generates RPG-style rewards for coding milestones, with no code, external calls, or privileged behavior in the artifact.

Install this if you want coding milestones turned into playful RPG rewards. Review whether automatic activation during commits, releases, or incidents would be distracting for your workflow; there is no evidence here of hidden network access, credential handling, destructive actions, or privileged persistence.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (1)

Vague Triggers

Medium
Confidence
93% confidence
Finding
The skill says it 'runs automatically on qualifying events' such as commits, releases, and incidents, but does not define precise eligibility, scope, rate limits, or gating conditions. Broad automatic triggers can cause over-invocation, user disruption, and unintended activation in sensitive contexts like incident response, even if the skill itself is only motivational.

Static analysis

No suspicious patterns detected.