ubs
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The installation script (
install.sh) and the primary runner (ubs) fetch language-specific analysis modules and theast-grepbinary from GitHub. The runner verifies these downloads against hardcoded SHA-256 checksums before execution to mitigate supply-chain risks. - [COMMAND_EXECUTION]: The tool orchestrates several command-line utilities, including
ripgrepfor fast text searches,ast-grepfor structural analysis, andjqfor merging JSON reports. It may also invoke thedotnetCLI if scanning C# projects. - [REMOTE_CODE_EXECUTION]: Automated scanners flagged the
curl | bashinstallation pattern. This command executes the installer from the author's repository (Dicklesworthstone/ultimate_bug_scanner). This is the intended distribution method for the tool. - [SAFE]: The security alerts regarding homoglyphs, command injection, and unsafe deserialization (e.g.,
pickle.loadsintest-suite/python/buggy/security_injection.py) refer exclusively to files within thetest-suite/directory. These are intentionally malicious fixtures used to verify that the scanner correctly identifies such vulnerabilities. These paths are explicitly excluded from analysis by the.ubsignoreconfiguration.
Audit Metadata