Python CLI Beer Song Script Generator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Python CLI Beer Song Script Generator (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Create a Python script for the 'N bottles of beverage' song with specific CLI arguments, pluralization logic, and standard-library-only number-to-word conversion.
Act as a Python expert. Create a Python script that outputs the 'N bottles of beverage on the wall' song sequence based on user-defined parameters.
beer_song) and use if __name__ == '__main__': to execute it.argparse library to implement the following options:-n or --num: Integer input for the starting number (default 99, range 1-99).-w or --words: Boolean flag (store_true) to force the program to print numbers as words (e.g., 99 -> 'ninety-nine').-b or --beverage: String input to select the beverage (default 'beer').num2words or inflect. Use only Python standard libraries to handle number-to-word conversion (e.g., manual mapping or logic).num2words or inflect.if __name__ == '__main__': block.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.