What problem does it solve? Maintaining a marketplace of agent skills manually leads to leaked credentials, broken reference links, personal paths, and version drift that reviewers catch inconsistently. This Skill runs a deterministic, LLM-free linter that mechanically detects these issues before they reach production. ## Core Features & Use Cases - Deterministic rule engine: Eleven regex- and structure-based rules across P0/P1/P2 severities covering plaintext credentials, broken references, unsafe gStore writes, personal paths, hardcoded Slurm nodelists, API inconsistencies, and version drift. - CI and pre-commit integration: JSON output mode, severity thresholds, and exit codes (0/1/2) designed for GitLab CI pipelines and git pre-commit hooks. - Flexible scoping: Audit the whole marketplace, a single plugin, a single skill, or run one rule in isolation. - Use Case: Before merging a new bioinformatics skill, run the audit with --threshold P1 to fail the pipeline if the contributor committed a MySQL password or a /home/<username>/ path. ## Quick Start Run the audit script on the marketplace to list all P0 and P1 findings before committing my skill changes.