Back to skill

Security audit

Dei Statement Drafter

Security checks for vulnerabilities and agentic risk

Overview

This skill is a simple local DEI statement drafting helper with expected file input and optional file output, but users should treat its content as potentially sensitive.

Install only if you are comfortable running a local Python helper on DEI application material. Keep input and output files in trusted workspace locations, avoid including unnecessary sensitive personal details, and review generated statements before sharing or committing them.

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
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • 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)

Lp3

Medium
Category
MCP Least Privilege
Confidence
86% confidence
Finding
The skill explicitly describes file-writing behavior and local script execution, but it does not declare any tool scope such as permissions or allowed-tools. That omission weakens enforcement and review boundaries, making it easier for an agent runtime to grant broader file access than users expect.

Missing User Warnings

Medium
Confidence
90% confidence
Finding
This skill handles DEI experiences and generates application materials, which are likely to contain sensitive personal, demographic, employment, or protected-category information. The documentation notes file I/O but does not warn users about privacy risks, safe storage, redaction, or output handling, increasing the chance of inadvertent exposure of sensitive data.

Static analysis

No suspicious patterns detected.