shell-scripts — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited shell-scripts (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.
Write shell code with an explicit portability target first, then apply strict quoting and a bounded ShellCheck remediation loop. Default to Bash readability and safety; switch to POSIX-only mode when the user asks for strict portability.
shell-scripts.When NOT to use:
fish, powershell, or Windows batch.sh and no Bash features (use POSIX mode from references/compatibility-matrix.md).references/compatibility-matrix.md:POSIX strict, Bash-first, or Bash-with-zsh-compatibility.
assets/script-template.sh or pull focused snippets from:assets/usage-template.txtassets/logging-template.shassets/getopts-template.sh${VAR} expansion form for clarity.[[ ... ]] for Bash conditionals; use [ ... ] when POSIX compatibility is required.command -v / type -a when shadowing is possible.bash -n path/to/script.shshellcheck -x path/to/script.sh (if available)references/advanced-patterns.mdreferences/command-resolution-and-os-portability.mdreferences/quoting-and-expansion.mdreferences/tests-and-conditionals.mdreferences/shellcheck-workflow.mdreferences/compatibility-matrix.mdreferences/quoting-and-expansion.mdreferences/tests-and-conditionals.mdreferences/shellcheck-workflow.mdreferences/advanced-patterns.mdreferences/command-resolution-and-os-portability.mdreferences/shellcheck-codes.md~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.