oh-my-wiki

Warn

Audited by Socket on Aug 14, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/backends.py

No 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.

Confidence: 60%Severity: 58%
AnomalyLOW
scripts/inbox.py

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.

Confidence: 56%Severity: 60%
Audit Metadata
Analyzed At
Aug 14, 2026, 11:59 AM
Package URL
pkg:socket/skills-sh/dandacompany%2Foh-my-wiki%2Foh-my-wiki%2F@abf80c2be9de11ce70741afdff8858695caf63a3
Security Audit — socket — oh-my-wiki