Back to skill

Security audit

PRD Generator - 专业产品需求文档生成器

Security checks for vulnerabilities and agentic risk

Overview

This is a PRD-writing helper made of Markdown templates and references, with no evidence of hidden execution, data access, persistence, or privilege use.

Install this if you want a Chinese-language PRD generator. Users who need English or multilingual output should explicitly ask the agent to respond in their preferred language or use a more suitable skill.

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

Natural-Language Policy Violations

Medium
Confidence
96% confidence
Finding
The manifest description and trigger guidance are written as Chinese-only instructions for when the skill should be used, and the file does not indicate that users may choose another language. This creates a language/locale policy issue because the skill appears to assume or enforce a specific language without user opt-in or a stated region-specific justification.

Natural-Language Policy Violations

Medium
Confidence
95% confidence
Finding
This file is a natural-language reference document and all user-facing instructions and examples are presented only in Chinese. Under the policy, forcing a specific language without user opt-in or a documented justification is a locale-policy violation.

Natural-Language Policy Violations

Low
Confidence
84% confidence
Finding
This markdown file contains natural-language guidance exclusively in Chinese, including headings, labels, and template text. Under the policy rule for language/locale, forcing a specific language without user opt-in can be a violation when no scope limitation or alternative language option is documented.

Natural-Language Policy Violations

Low
Confidence
92% confidence
Finding
This markdown file uses only Chinese for instructions and examples, which can amount to a language policy violation when no user opt-in or alternative language option is provided. The content does not indicate that the workflow is intended only for a Chinese-speaking audience or a region-specific use case.

Static analysis

No suspicious patterns detected.