qiaomu-markdown-proxy
Audited by Socket on Apr 7, 2026
2 alerts found:
AnomalySecurityThe code itself is not overtly malicious, but it is risk-laden by design: it forwards arbitrary user-supplied URLs to third-party services (privacy/data disclosure risk) and it can execute a runtime npm package/tool via `npx --yes agent-fetch` (supply-chain execution risk). It also prints fetched content directly to stdout without sanitization, which can enable downstream terminal/content injection. Overall, treat this as a security-reviewed utility rather than a safe dependency without controlling the npm fallback behavior and proxy configuration.
SUSPICIOUS. The core purpose is coherent, but the footprint is broader than a simple fetcher because it routes arbitrary and possibly authenticated content through a third-party proxy, invokes browser automation for login-required pages, and installs/depends on another skill transitively. This is not confirmed malware, but it carries medium-high security risk due to intermediary data flow and prompt-injection exposure.