Back to skill

Security audit

Send

Security checks for vulnerabilities and agentic risk

Overview

This is a Markdown-only pre-send communication checklist skill with a broad trigger, but it does not include code, hidden actions, data access, persistence, or exfiltration.

Installers should understand that this skill may be invoked for many outbound communication tasks. Use it as a review aid, and keep final control over recipients, attachments, sensitive data, and any actual sending workflow.

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

Vague Triggers

High
Confidence
96% confidence
Finding
The skill description is broadly scoped to trigger on nearly any important communication task, including emails, messages, files, proposals, campaigns, and automation workflows. Overly broad activation can cause the agent to invoke this skill in many unrelated contexts, increasing the chance it intercepts sensitive user workflows, overrides more specialized safeguards, or influences communications it was not intended to handle.

Static analysis

No suspicious patterns detected.