Back to skill

Security audit

落地鸿沟补全器

Security checks for vulnerabilities and agentic risk

Overview

This is a simple Chinese-language Markdown skill for turning agent plans into workspace documentation and deployment handoff steps, with no hidden code or automatic execution.

Before installing, make sure you are comfortable with a Chinese-language skill that may create or update planning and handoff documents in a target agent workspace. When using it, verify the workspace path and intended files before allowing edits, especially if it writes under a skills/ directory.

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
  • 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
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (2)

Missing User Warnings

Medium
Confidence
94% confidence
Finding
The skill explicitly instructs the agent to write multiple artifacts into a target workspace, but it does not require user confirmation, scope limits, or safeguards before modifying files. In an agentic environment, this can cause unintended changes to user or project data, especially if the target workspace is inferred incorrectly or shared across projects.

Natural-Language Policy Violations

Low
Confidence
84% confidence
Finding
The natural-language instructions and user-facing description are entirely in Chinese, and there is no indication that the skill supports other languages or that Chinese is a justified requirement for a region-specific use case. This can violate language/locale policy when a skill effectively forces one language without user opt-in.

Static analysis

No suspicious patterns detected.