
Shell Script Admin Safety Reviewer
by LB Creations
Review bash and zsh admin scripts for safer quoting, input handling, permissions, and rollout readiness.
- 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.
Secure checkout via Stripe
Included in download
- Audit root-level scripts for permission flaws and insecure temp files.
- Generate production readiness checklists and risk notes for change control.
- terminal automation included
- Ready for Codex CLI
See it in action
A real example of what this skill takes in and produces.
Sample output
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'.
Review bash and zsh admin scripts for safer quoting, input handling, permissions, and rollout readiness.
Secure checkout via Stripe
Included in download
- Audit root-level scripts for permission flaws and insecure temp files.
- Generate production readiness checklists and risk notes for change control.
- terminal automation included
- Ready for Codex CLI
- Instant install
See it in action
A real example of what this skill takes in and produces.
Sample output
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'.
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.
Use Cases
- 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.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/shell-script-admin-safety-reviewer | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
No runtime dependencies. Works with SKILL.md-compatible agents including Claude Code, Codex CLI, Cursor, VS Code Copilot, Gemini CLI, and OpenClaw. Use authorized, redacted scripts when private values are present.
Creator
LB designs and builds autonomous AI systems optimized for local deployment. Specializing in distributed inference fleets, multi-model orchestration, and agent-native tooling, everything runs on your hardware, zero API fees.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
subagent-orchestrator (Develop based on the Claude Code sourcemap)
Turn your AI agent into a coordinator that manages parallel subagents for complex coding and research tasks.
software-architect
A structured framework for planning, reviewing, and evolving complex software systems with explicit trade-offs.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.