Back to skill

Security audit

task-executor

Security checks for vulnerabilities and agentic risk

Overview

This is a workflow-only coding skill that gives disciplined planning and validation instructions, with no hidden executable payload or persistence mechanism found.

Install this if you want a structured workflow for nontrivial implementation tasks. Be aware it may activate on broad phrases like "execute this task" or "implement this ticket"; users should confirm the task is concrete and review the required plan before approving any file changes.

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
94% confidence
Finding
The skill advertises very broad auto-trigger phrases such as 'execute this task', 'implement this ticket', and 'work this item', which can cause the agent to invoke this skill in situations where another safer or more appropriate workflow should be used. Because this skill authorizes extensive repo inspection, command execution, and code changes once activated, accidental invocation can steer the session into an overly powerful execution path without clear user intent.

Static analysis

No suspicious patterns detected.