Back to skill

Security audit

一人公司实战指南

Security checks for vulnerabilities and agentic risk

Overview

This is a Chinese-language advisory guide for solo-company workflows and does not request tools, credentials, persistence, or code execution.

Install this if you want Chinese-language guidance for building a solo-company operating system. Be aware that it may activate on general Chinese entrepreneurship questions, and independently verify legal, tax, platform, and market claims before acting on 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
  • 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 (2)

Natural-Language Policy Violations

Medium
Confidence
96% confidence
Finding
The entire skill, including headings, instructions, and trigger phrases, is written in Chinese, which effectively forces a specific language/locale for use. The file does not offer an opt-in language choice or explain that the skill is intentionally limited to a Chinese-language audience.

Vague Triggers

Medium
Confidence
90% confidence
Finding
The trigger examples are broad conversational phrases such as “一人公司怎么起步” and “帮我搭一人公司体系,” which are likely to appear in ordinary user requests. This can cause the skill to activate unintentionally and override the assistant’s default behavior in contexts where the user did not explicitly request this specific skill.

Static analysis

No suspicious patterns detected.