{
  "name": "Agent Skill Preflight Kit",
  "version": "0.2.0",
  "runtime": "Python 3.9+",
  "dependencies": [],
  "license": "one-company commercial license",
  "checks": [
    "required SKILL.md",
    "required name and description metadata",
    "lowercase hyphen-case name",
    "folder and skill-name consistency",
    "thin descriptions",
    "unresolved placeholders",
    "secret-like patterns",
    "unsafe instruction and command patterns",
    "missing local Markdown references",
    "references escaping the package",
    "symlinks escaping the package",
    "oversized text files",
    "license presence"
  ],
  "outputs": ["human-readable text", "JSON"],
  "exit_codes": {"0": "no blocking findings", "1": "blocking findings", "2": "target could not be scanned"}
}
