Back to skill

Security audit

myskill

Security checks for vulnerabilities and agentic risk

Overview

This is a documentation-only exec configuration reference with caution-worthy defaults, but it does not contain hidden code, automatic execution, persistence, or exfiltration behavior.

Before installing, treat this as low-level exec reference material rather than a task-specific skill. Use host, gateway, node, elevated, and sandbox-off settings only when you intentionally want command execution outside a contained sandbox and understand the approval policy in effect.

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
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • 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
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (2)

Vague Triggers

Medium
Confidence
88% confidence
Finding
The skill content is purely low-level exec configuration documentation and does not define when the skill should be invoked, what user intents it serves, or what constraints apply. In an agent setting, unclear activation scope can cause the skill to be selected in overly broad contexts, increasing the chance of unintended command execution or unsafe host access pathways.

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The documentation explicitly states that sandboxing is off by default while also describing gateway/node host execution, approvals, elevation, and execution policy controls, but it does not foreground the security consequences to the user. This can normalize dangerous defaults and lead operators or downstream agents to run commands on the host with access to real system state, risking data loss, credential exposure, or system compromise if commands are misused or attacker-influenced.