Back to skill

Security audit

Architecture Review

Security checks for vulnerabilities and agentic risk

Overview

This is a passive architecture review checklist/template skill with no code execution, persistence, credentials, or data exfiltration behavior.

Install this if you want Chinese-language architecture review prompts and templates. Be aware it may activate broadly for architecture or design review requests, so users who need narrower routing or multilingual behavior may want the publisher to clarify trigger scope and language expectations.

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
93% confidence
Finding
The skill description says it should trigger for architecture review or design review in very broad terms, without clear inclusion/exclusion criteria or a narrow trigger scope. This can cause the skill to activate in unintended contexts, increasing the chance of irrelevant guidance, policy bypass-by-confusion, or accidental use where a more appropriate skill should handle the request.

Natural-Language Policy Violations

Medium
Confidence
83% confidence
Finding
L003 的技能描述完全以中文给出,文件整体也仅提供中文说明,暗示该技能默认面向单一语言环境,但未说明是否支持用户按需选择输出语言。根据规则,若技能对语言/locale 有隐含强制约束且无用户 opt-in 或合理限定,属于自然语言策略问题。

Static analysis

No suspicious patterns detected.