Back to skill

Security audit

Code Refactoring

Security checks for vulnerabilities and agentic risk

Overview

This is a simple code-refactoring guidance skill with no executable code, install hooks, persistence, credential access, or network/data handling.

This skill is appropriate to install for general refactoring advice. As with any refactoring assistant, review proposed diffs and run tests before accepting changes, especially in production or business-critical code.

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

Static analysis

No suspicious patterns detected.