Back to skill

Security audit

Simple Concise Responder

Security checks for vulnerabilities and agentic risk

Overview

This skill only changes response style to make answers shorter and clearer, with no code execution or data access.

Install this if you want terse, easy-to-read answers. Be aware it may make responses very short when you use common brevity phrases, especially Chinese ones.

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)

Vague Triggers

Medium
Confidence
95% confidence
Finding
Line L04 says the skill triggers on phrases like '简洁', '简单说', '一句话', and generally 'when brevity is explicitly requested'. These are common conversational expressions and the file does not provide exclusion conditions or tighter scope, so the skill could activate unintentionally in ordinary chats.

Natural-Language Policy Violations

Low
Confidence
81% confidence
Finding
The instructions and examples are entirely in Chinese, and the trigger examples in L04 are also Chinese-only. This can be read as enforcing a specific language/locale behavior without documenting user choice or a justified region-specific constraint.

Static analysis

No suspicious patterns detected.