Back to skill

Security audit

系统化调试四阶段根因定位方法论

Security checks for vulnerabilities and agentic risk

Overview

This skill is a disclosed debugging checklist that may run normal investigation tools, with no evidence of hidden installation, persistence, exfiltration, or destructive behavior.

Install this if you want the agent to follow a stricter root-cause debugging process. Expect it to spend time reproducing and investigating issues before proposing fixes, and guide it if you only want quick general coding help rather than a full debugging workflow.

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
91% confidence
Finding
This markdown file defines when the skill should be used, and the phrase 'Use for ANY technical issue' is extremely broad. Although examples follow, the invocation scope still overlaps with many ordinary development situations and lacks negative examples or sharper boundaries for when this skill should not activate.

Static analysis

No suspicious patterns detected.