web-search

Warn

Audited by Socket on Jul 17, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
lib/fingerprint.js

This module is primarily a fingerprint spoofing/anti-detection utility for automated browsing: it crafts synthetic locale/UA/hardware signals, sets corresponding HTTP headers, and injects code to override high-signal browser APIs (navigator/window/screen/chrome and permissions.query). It also executes a locally resolved browser binary to read --version, which is not inherently malicious, but becomes a potential local execution risk if resolveBrowserBin/preferredBin/env are attacker-influenced. No direct exfiltration or credential theft is visible in this file.

Confidence: 72%Severity: 60%
AnomalyLOW
lib/daemon-client.js

This module does not show overt malware characteristics (no obfuscation, no dynamic code execution like eval, no hardcoded credentials, no direct third-party exfiltration). However, it has inherently sensitive capabilities: it can spawn a detached background process based on caller-controlled scriptPath/arguments and uses environment-influenced launcher selection, and it can dispatch arbitrary command/payload JSON to a daemon endpoint over HTTP. The primary security concern is trust-boundary control over inputs (scriptPath, forwardedArgs, env, daemonUrl, daemonPidFile) and the daemon’s authorization model for the /command endpoint. If an attacker can influence these inputs or endpoints, this could become an arbitrary execution/command dispatch primitive.

Confidence: 70%Severity: 52%
Audit Metadata
Analyzed At
Jul 17, 2026, 05:36 PM
Package URL
pkg:socket/skills-sh/ogulcancelik%2Fagent-skills%2Fweb-search%2F@0e36c858ed4f479269ce5f572f63eca9e3257823f9c5586a99dcf95245e05e06
Security Audit — socket — web-search