Back to skill

Security audit

Quality Convergence Engine

Security checks for vulnerabilities and agentic risk

Overview

This skill is a markdown-only quality review helper that may activate broadly for review tasks but does not run code, access data, or persist changes.

Install this if you want review requests to be converted into strict red-light failure conditions and green-light acceptance criteria. Be aware that it may shape ordinary code or architecture review conversations into that format because its triggers are broad.

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
The trigger conditions are broad enough to match many normal developer interactions such as submitting solutions, asking for review, or error-proofing. This can cause the skill to activate unexpectedly and steer conversations into its prescribed format, creating prompt-scope confusion and potentially overriding more appropriate task-specific behavior.

Natural-Language Policy Violations

Low
Confidence
79% confidence
Finding
This file contains user-facing operational guidance exclusively in English and does not indicate that other languages are supported or that English is optional. Under the stated policy, forcing a specific language without user opt-in can be a natural-language policy violation.

Static analysis

No suspicious patterns detected.