Back to skill

Security audit

File

Security checks for vulnerabilities and agentic risk

Overview

This is a plain Markdown file-organization skill whose risky actions are related to its stated purpose, with no executable code or hidden behavior found.

Before installing, treat this as a broad file-management assistant: use it on clearly named folders, require a full preview before moves or deletions, and prefer archiving or trash over permanent deletion for anything uncertain, sensitive, financial, legal, or medical.

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

Vague Triggers

Medium
Confidence
91% confidence
Finding
The skill description is extremely broad and does not define clear invocation boundaries or safety constraints. In an agentic environment, this can cause the skill to be selected for loosely related requests and perform file-management actions in contexts where the user did not intend broad filesystem assistance, increasing the chance of unintended access or modification.

Missing User Warnings

Medium
Confidence
91% confidence
Finding
This section explicitly discusses deleting files during project closeout without any visible warning about irreversible data loss, backup expectations, or confirmation requirements. Even though the prose says the skill helps archive projects, an agent following this guidance could normalize deletion as part of routine workflow and remove important project artifacts or records.

Missing User Warnings

Medium
Confidence
94% confidence
Finding
The skill recommends regularly processing Downloads and Desktop items by filing, deleting, or deferring them, but it does not warn about accidental deletion of unreviewed or misidentified files. In a file-management skill, this context makes the omission more dangerous because these folders often contain newly acquired documents, installers, and transient files whose importance may not be obvious at a glance.

Static analysis

No suspicious patterns detected.