Back to skill

Security audit

My New Skill

Security checks for vulnerabilities and agentic risk

Overview

This appears to be an unfinished template skill with no clear purpose or activation scope, so users should review it before installing.

Install only if you intend to edit this into a real skill first. As published, it does not define a trustworthy purpose, boundaries, or workflow, though it also does not contain executable code, persistence, credential handling, or exfiltration behavior.

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 (2)

Vague Triggers

Medium
Confidence
98% confidence
Finding
The skill description is still a template placeholder and does not define when the skill should activate or what tasks it is intended to handle. In an agent system, missing activation constraints can cause the skill to be invoked in unintended contexts, increasing the chance of unsafe behavior, overbroad application, or misuse of any future resources/scripts added to the skill.

Vague Triggers

Medium
Confidence
97% confidence
Finding
The body of the skill is almost entirely unresolved scaffolding, with no operational guidance, safety constraints, or task-specific instructions. This makes the skill effectively unbounded and ambiguous, which is dangerous because agents may infer behavior from generic template text or apply the skill without any concrete limitations, resulting in unpredictable or insecure execution paths.

Static analysis

No suspicious patterns detected.