spot-companies-and-people-with-active-pain-points

Warn

Audited by Socket on Apr 20, 2026

3 alerts found:

Anomalyx3
AnomalyLOW
signup.sh

This module appears to be a legitimate sign-up/verification helper that communicates only with a fixed OpenFunnel API domain and stores returned credentials locally as intended by the script’s comments. However, it carries moderate security/abuse risk due to sensitive API key persistence to a local .env file, fragile parsing of JSON responses using grep/cut, and unescaped JSON construction from user-controlled inputs (risk of malformed/manipulated payloads). No strong indicators of overt malware or supply-chain sabotage are present in this fragment, but the credential-handling and parsing approach should be reviewed and hardened (e.g., JSON escaping and a proper JSON parser) before use in security-sensitive environments.

Confidence: 72%Severity: 56%
AnomalyLOW
SKILL.md

SUSPICIOUS. The skill’s overall purpose, requested inputs, and data flows are mostly consistent with an OpenFunnel search/deployment workflow, and the documented API domains appear official. The main concern is trust in opaque local wrapper scripts that handle authentication and stored credentials; that hidden execution path raises medium risk, but there is not enough evidence here to call it malicious.

Confidence: 82%Severity: 56%
AnomalyLOW
api.sh

No clear malware behavior is evident in this fragment (single fixed HTTPS destination, no persistence/backdoor/exfil beyond intended API authentication). The primary security risk is the use of `source` on a discovered `.env` file discovered via directory traversal, which can enable arbitrary command execution if the `.env` contents/location are attacker-controlled. METHOD/ENDPOINT are unvalidated and could cause unintended requests, but they do not appear to enable arbitrary host targeting in this snippet.

Confidence: 68%Severity: 56%
Audit Metadata
Analyzed At
Apr 20, 2026, 09:29 AM
Package URL
pkg:socket/skills-sh/openfunnel%2Fopenfunnel%2Fspot-companies-and-people-with-active-pain-points%2F@2555b37aedb3f3503ca484d19b0f4e0319ebd7f1
Security Audit — socket — spot-companies-and-people-with-active-pain-points