Back to skill

Security audit

Phy Dockerfile Audit

Security checks for vulnerabilities and agentic risk

Overview

This is a local Dockerfile security scanner whose file reading and command examples are disclosed and aligned with its purpose.

Install if you want a local Dockerfile audit helper. Run it only on repositories you intend to scan, and avoid sharing raw output publicly if Dockerfiles may contain real secrets because matching lines can be printed.

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

Detected: suspicious.exposed_secret_literal

File appears to expose a hardcoded API secret or token.

Critical
Code
suspicious.exposed_secret_literal
Location
SKILL.md:152