shellcheck-config-generator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited shellcheck-config-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.
Generate ShellCheck configuration for shell script linting.
Invoke this skill when you need to:
# .shellcheckrc - ShellCheck configuration
# https://www.shellcheck.net/wiki/
# Default shell dialect (sh, bash, dash, ksh)
shell=bash
# Source path for sourced files
source-path=SCRIPTDIR
source-path=lib/
# External sources (follow source commands)
external-sources=true
# Severity level: error, warning, info, style
severity=warning
# Disable specific warnings
# SC1090: Can't follow non-constant source
disable=SC1090
# SC1091: Not following (sourced file not found)
disable=SC1091
# SC2034: Variable appears unused (often used in sourced scripts)
# disable=SC2034
# SC2086: Double quote to prevent globbing (sometimes intentional)
# disable=SC2086
# SC2155: Declare and assign separately
# disable=SC2155
# Enable optional checks
# Check for unquoted variables that could be empty
enable=check-unassigned-uppercase
# Check for extra masking of return values
enable=check-extra-masked-returns~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.