jm-ufo-agent

Warn

Audited by Socket on Sep 19, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
jm_ufo_agent/agents/image_fetch.py

The code appears to implement legitimate image fetching and retry behavior, with no clear malware or supply-chain backdoor indicators. Its main security concern is unrestricted server-side URL fetching, which can create SSRF exposure when URLs are attacker-controlled. Lack of response-size limits also permits resource exhaustion. Restrict schemes and destinations, validate or allowlist hosts, disable unsafe redirects or revalidate each redirect, enforce maximum download sizes, validate image content, and perform blocking I/O outside the event loop.

Confidence: 96%Severity: 58%
AnomalyLOW
jm_ufo_agent/backends/js_bridge/injector.py

The fragment is an incomplete or malformed browser JavaScript bridge with a potential JavaScript injection vulnerability caused by direct selector interpolation. Its intended functionality permits DOM inspection and interaction, but the supplied code does not show successful execution because the execution method and several variables are missing. No direct malicious behavior or data exfiltration is present. Selectors should be safely serialized or validated, and the execution path should be reviewed before use.

Confidence: 96%Severity: 58%
Audit Metadata
Analyzed At
Sep 19, 2026, 11:35 PM
Package URL
pkg:socket/skills-sh/xianmingyao%2Fopenclaw-cayson%2Fjm-ufo-agent%2F@1a5b6c101bef8f2a730378a2af9828fd2e8b4c54c31aaa0f5519acba8b0574d1
Security Audit — socket — jm-ufo-agent