Back to skill

Security audit

Minimal Engineering Review

Security checks for vulnerabilities and agentic risk

Overview

This is a lightweight code-review guidance skill with no executable code, install actions, credential handling, or hidden persistence.

This skill is appropriate to install if you want an agent to apply a conservative engineering-review lens. It may encourage deleting or simplifying code, so keep normal review practices in place for any generated changes, especially around security, data-loss handling, public posting, schedulers, or production systems.

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.