Back to skill

Security audit

knowledge-export-desk

Security checks for vulnerabilities and agentic risk

Overview

This skill clearly supports knowledge-base path planning and user-requested workspace export file creation, with no evidence of hidden execution, credential use, persistence, or exfiltration.

Install this if you want an agent to help plan knowledge-base file paths and create workspace export files. Before using the write stage, confirm the intended workspace path because it may create or modify a local export file.

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
  • 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
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

Missing User Warnings

Medium
Confidence
93% confidence
Finding
The skill explicitly performs a write operation to the workspace via `write_workspace_export_file`, but the user-facing description does not clearly warn that invoking this stage causes file creation/modification. That omission can mislead downstream agents or users into approving an action they may believe is purely planning or formatting, increasing the risk of unintended filesystem changes.

Static analysis

No suspicious patterns detected.