Back to skill

Security audit

Clean Code Review

Security checks for vulnerabilities and agentic risk

Overview

This skill is a documentation-only clean-code guide that gives coding-style and refactoring advice without hidden execution or data access.

Install this if you want your assistant to apply clean-code and refactoring standards. Prefer project-level installation if you only want these rules in one codebase, and review changes that remove comments, rename symbols, or restructure dependent files.

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.