Back to skill

Security audit

Ai Content Generator

Security checks for vulnerabilities and agentic risk

Overview

This skill is a simple content-generation helper with no observed hidden persistence, destructive behavior, credential harvesting, or real network calls in the packaged script.

Before installing, understand that the packaged script currently just prints placeholder content. If it is expanded to use the stated OpenAI API key, prompts and generated content may be sent to an external provider, so avoid using secrets, regulated data, or confidential business material unless that use is approved.

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
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • 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

Low
Confidence
91% confidence
Finding
The skill explicitly requires an OpenAI API key, which implies user prompts and generated content may be sent to a third-party API, but the documentation does not disclose that data transmission. This creates a privacy and compliance risk because users may unknowingly submit sensitive business, customer, or proprietary content to an external service.

Static analysis

No suspicious patterns detected.