Back to skill

Security audit

cli-developer

Security checks for vulnerabilities and agentic risk

Overview

This is a markdown-only helper for building command-line tools, with no executable code or hidden privileged behavior found.

Reasonable to install if you want CLI development guidance. As with any CLI helper, review generated commands, install steps, and shell scripts before running them, especially when they affect your system PATH, shell profile, package manager, or CI environment.

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.