Back to skill

Security audit

file-organizer

Security checks for vulnerabilities and agentic risk

Overview

This is a file-organization skill with broad but disclosed local file-management powers and approval gates before destructive changes.

Install only if you want an agent to inspect and reorganize local folders. Start with a specific directory such as Downloads, review the proposed moves and deletions carefully, exclude sensitive/system folders, and keep backups for important files.

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
91% confidence
Finding
The top-level description says the skill organizes files and folders across the user's computer, which implies very broad activation and system-wide scope for a capability that can inspect, move, rename, and delete files. In this context, vague scope is dangerous because it can normalize access beyond the minimum necessary directory and encourage the agent to traverse sensitive locations without sufficiently explicit user authorization.

Vague Triggers

Medium
Confidence
89% confidence
Finding
The trigger phrases are broad, everyday requests that could activate a skill with powerful filesystem read/write behavior in situations where the user did not intend full-scale organization actions. In a file-management skill, ambiguous activation increases the chance of over-collection, unnecessary directory inspection, or unintended file moves/deletions after a loosely scoped request.

Static analysis

No suspicious patterns detected.