ecommerce-amazon-product-research-api

Warn

Audited by Socket on Sep 14, 2026

3 alerts found:

Anomalyx3
AnomalyLOW
scripts/sellersprite_market_statistics.py

The code appears to be a legitimate API wrapper with local caching and session-file management, not malware. It does transmit an environment-provided API key and session metadata to the environment-configured endpoint, which is expected but trust-sensitive. The unsanitized SESSION_ID creates a path traversal or arbitrary-path write risk when that environment variable is attacker-controlled. The provided source also contains an apparent syntax error at the end. No hardcoded suspicious domain, reverse shell, credential harvesting, dynamic code execution, cryptomining, or destructive behavior is present.

Confidence: 98%Severity: 52%
AnomalyLOW
scripts/sellersprite_competitor_lookup.py

The code appears to be a legitimate API gateway and response-caching utility, with no clear malware indicators, credential harvesting beyond transmitting its explicitly configured API key, persistence mechanism, destructive behavior, or code execution. The main security concern is unsanitized SESSION_ID path construction, which can enable path traversal or absolute-path writes when the environment is attacker-controlled. NEXSCOPE_PROXY_BASE also controls where the API key and request data are sent, so deployment must restrict and validate that variable. The fragment additionally appears syntactically incomplete at the final `main(` call.

Confidence: 98%Severity: 57%
AnomalyLOW
scripts/keepa_product_history.py

The code appears to be a legitimate API gateway and response-caching utility rather than malware. Its principal security concerns are transmission of the configured API key and environment metadata to an environment-controlled endpoint, plaintext storage of API responses, and unsanitized SESSION_ID path construction that can enable filesystem path traversal. The fragment also contains an apparent syntax error at the end. No clear malicious payload or unauthorized data-exfiltration destination is present.

Confidence: 97%Severity: 55%
Audit Metadata
Analyzed At
Sep 14, 2026, 04:14 AM
Package URL
pkg:socket/skills-sh/nexscope-ai%2Fnexscope-ecommerce-skills%2Fecommerce-amazon-product-research-api%2F@16cb69dd8f0094059413219ba0cf845d9d3752f0a0e29f5b23233f0013656398
Security Audit — socket — ecommerce-amazon-product-research-api