- Home
- Skills
- Security & Compliance
- Shell Script Admin Safety Reviewer
Works with the AI tools you already use
Shell Script Admin Safety Reviewer
Review bash and zsh admin scripts for safer quoting, input handling, permissions, and rollout readiness.
$19.99
Secure checkout via Stripe
See it in action
You say
Review this script for risks before I deploy it via Jamf: it takes $user_input to clear a cache and writes a log to /tmp/log.sh. Give me a verdict and fix snippets.
Your agent does
Verdict: CAUTION [Line 14] Finding: Unquoted variable '$user_input' in 'rm -rf'. Risk: Globbing/Word-splitting. Fix: rm -rf -- "$user_input" [Line 22] Finding: World-readable temp file in /tmp. Fix: Use 'mktemp -t script.XXXXXX'. Rollback: Revert via 'jamf policy -event undo-config'.
What you get
About this skill
Defensive review for admin shell scripts
Shell Script Admin Safety Reviewer reviews bash, zsh, and sh admin scripts before deployment. It focuses on maintainable fixes for quoting, input handling, permissions, temporary files, logging, and rollout readiness.
What it checks
- Word splitting, globbing, and command substitution mistakes.
- User input, path, and argument validation.
- Root context, sudo usage, umask, ownership, and file permissions.
- Temporary file hygiene, cleanup, and predictable path concerns.
- Logging patterns that may expose sensitive input.
Boundaries
This is a defensive review tool for authorized scripts. Use redacted examples when private values are present. It does not provide unauthorized access guidance.
Output
You get a ready, caution, or hold verdict, line-focused findings, safer replacement snippets, test cases, and rollback notes.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 3 months ago
- One-time purchase, yours forever