Back to skill

Security audit

docs-page-generator

Security checks for vulnerabilities and agentic risk

Overview

This skill only provides documentation-site planning guidance, with no executable code, persistence, external access, or hidden behavior found.

Before installing, consider that this skill may activate on broad documentation-related prompts and may read existing project-context files to tailor its output. That behavior is disclosed and proportionate for documentation planning, but keep sensitive information out of those context files if it is not needed for docs work.

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

Medium
Confidence
95% confidence
Finding
The manifest description uses very broad trigger language such as 'docs,' 'documentation site,' 'help center,' 'knowledge base,' and related terms, which can cause the skill to activate for many generic documentation requests. Over-broad activation increases the chance of incorrect routing, unintended reading of local project-context files, and generation of documentation-specific guidance when a narrower or different skill should handle the request.

Static analysis

No suspicious patterns detected.