codebase-search
Fail
Audited by Socket on Mar 15, 2026
1 alert found:
Obfuscated FileObfuscated Filescripts/codebase-search.py
HIGHObfuscated FileHIGH
scripts/codebase-search.py
The script itself is not containing an embedded backdoor or direct malicious payload. Primary security risks are: 1) exposing MORPH_API_KEY on the command line (process argument leakage) which may leak secrets to local users or monitoring tools, and 2) executing third-party code via bunx/@morphllm/morphmcp (supply-chain risk), especially since 'latest' is used and no integrity checks are performed. Mitigations: pass secrets via environment (not command-line args) or use more secure IPC; avoid invoking unpinned remote packages in production; audit the external tools and restrict execution context. No obfuscation or obvious malware in this file alone.
Confidence: 98%
Audit Metadata