Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+17 more

    Shell Script Admin Safety Reviewer

    2

    Review bash and zsh admin scripts for safer quoting, input handling, permissions, and rollout readiness.

    Secure checkout via Stripe

    0 installsSecurity scanned

    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

    Audit root-level scripts for permission flaws and insecure temp files.Generate production readiness checklists and risk notes for change control.Modernize legacy shell automation with safer quoting and input validation.Harden help desk support tools to prevent unintended privilege escalation.Create test cases and rollback procedures for infrastructure deployments.

    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

    Listed3 months ago

    Frequently Asked Questions