Back to skill

Security audit

document-release-desk

Security checks for vulnerabilities and agentic risk

Overview

This skill only guides document release selection and does not request credentials, private files, persistence, or publishing authority.

Install this if you want an agent to help choose document release versions. Provide clear selection guidance such as the target major version and approval requirements, and treat its output as a selection recommendation rather than a publishing or overwrite action.

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 workflow text tells the agent to 'invoke the stage requested by the user' for routine document release work, but the trigger language is broad enough that generic requests about documents or releases could activate the skill unintentionally. Over-broad invocation increases the chance of the agent applying this skill in the wrong context, causing incorrect business actions or bypassing more appropriate review logic.

Vague Triggers

Medium
Confidence
90% confidence
Finding
Stage 2 says to use the skill when the user 'asks to select a document release,' which is underspecified and may match vague or indirect requests without confirming scope, source data, or whether approved-only selection is intended. This ambiguity can lead to premature execution of selection logic, producing an incorrect release decision or using incomplete guidance.

Static analysis

No suspicious patterns detected.