Analyze install scripts before you execute them.
CEX-InstallGuard is a Termux-first security analysis tool that helps you inspect shell and install scripts safely β without running them.
Built for people who value safety, transparency, and control.
Many Termux users blindly run commands like:
curl something | bashThis tool exists to answer one critical question before damage happens:
βIs this script safe to run?β
β Analyze shell scripts without executing them
β Detect high-risk commands (rm -rf, chmod 777, permission abuse)
β Classify risks into High / Medium / Low
β Show exact line numbers of dangerous commands
β Offline-first (no internet required)
β Designed for low-end Android phones
β Simple menu-based interface
β Ethical & defensive by design
| Field | Value |
|---|---|
| Tool Name | CEX-InstallGuard |
| Version | v2.0.1 |
| Platform | Termux (Android) |
| Language | Python 3 |
| License | MIT |
| Author | CyberEmpireX |
pkg update && pkg upgrade
pkg install python gitgit clone https://github.com/cyberempirex/CEX-InstallGuard.git
cd CEX-InstallGuardchmod +x installguard.pypython installguard.pyOption: 1
Enter script path: install.sh
/data/data/com.termux/files/home/tool/install.shchmod 777 ~/.ssh
rm -rf /π¨ The tool will flag this immediately as HIGH RISK
- Reads the script as plain text
- Calculates file hash
- Counts lines & size
- Scans for known dangerous patterns
- Scores overall risk level
- Shows a clear verdict
π« The script is never executed
CyberEmpireX focuses on:
- Ethical hacking education
- Defensive cybersecurity tools
- Practical learning for low-resource users
π Website: https://cyberempirex.com
π¬ Telegram: https://t.me/CyberEmpireXChat
π GitHub: https://github.com/cyberempirex
This tool is intended for:
β Educational use
β Defensive analysis
β Scripts you own or trust
β Not for illegal activity
β Not for attacking systems
You are responsible for how you use this tool.
- CLI mode (
cex-installguard file.sh) - Export scan reports (JSON / TXT)
- URL-based script fetching
- Integration with CEX Builder
- Visual risk score indicator
MIT License
Free to use, modify, and distribute with credit.
Think before you run.
Security starts with awareness. π

