What problem does it solve?
Secure and validate Bash scripts used by iDumb to prevent security vulnerabilities, enforce path safety, and control agent permissions before actions are executed.
Core Features & Use Cases
- Bash script validation: detects unsafe interpolation, unquoted variables, and risky patterns in scripts before they run.
- Path sanitization: normalizes and restricts file paths to stay within the project scope.
- Permission enforcement: validates agent permissions against a governance matrix to prevent privilege escalation.
- Atomic operations & race-condition protection: provides safe file write patterns to avoid concurrent modification issues.
- Use Case: When creating or updating iDumb components, run pre-write validations to catch security issues early.
Quick Start
Install and activate the iDumb security skill in your project, then run a pre-write scan to validate your bash scripts.