oh-my-wiki
Audited by Socket on Aug 14, 2026
2 alerts found:
Anomalyx2No clear evidence of embedded malware in this fragment. The security-relevant concern is orchestration of external CLI binaries: detect_available() can execute attacker-controlled binaries if override_path is untrusted (PATH precedence), and build_invocation() can select alternate executables/scripts via override_cli_path. Additionally, when enabled, it can pass explicit 'dangerously-*' bypass flags that reduce sandbox/approval/safety boundaries in downstream backends. The code fragment also appears truncated/incorrect at the end of build_invocation(), lowering confidence in complete end-to-end behavior.
No explicit malicious code or obfuscation is visible in this module. The primary security concern is the orchestration of outbound network fetching and persistence/indexing of untrusted content using caller-provided URLs and RSS-derived links, without any allowlisting/validation visible here; this can enable SSRF or internal network access and potential unsafe storage/indexing behavior if upstream fetch/ingest/url-normalization functions do not enforce strict controls. Additionally, exception messages are persisted, which may unintentionally record sensitive details depending on upstream error contents.