life-os-knowledge

Fail

Audited by Socket on Feb 16, 2026

2 alerts found:

Obfuscated Filex2
Obfuscated FileHIGH
scripts/insert_location.py

This script is not an obvious malware implant, but it contains critical security issues that make it dangerous to publish or distribute: a hardcoded Supabase service_role JWT in cleartext, disabled TLS verification (verify=False), use of elevated privileges instead of least-privilege credentials, no input validation, and weak error handling. If this code is included in a repository or package, the embedded credential can be discovered and abused to fully access the Supabase instance. Immediate remediation: remove the hardcoded SERVICE_KEY, rotate any exposed key, use environment variables or a secret manager for credentials, enable TLS verification, prefer least-privileged keys (anon or row-level constrained service), validate/sanitize inputs, and add robust error handling and logging practices.

Confidence: 98%
Obfuscated FileHIGH
scripts/query_locations.py

The module is not overtly malicious (no obfuscated payloads or remote shells), but it contains critical security misconfigurations that make it dangerous in a supply-chain or production context: a hardcoded Supabase service key in source, disabled TLS certificate verification (verify=False), and unsafe URL parameter construction without URL-encoding or validation. These create realistic paths for credential theft, MITM, and unauthorized access or modification of the Supabase project. Remediation: remove any hardcoded keys, require secrets from secure environment/configuration stores, enable TLS verification, use URL encoding for query parameters (urllib.parse.quote or httpx params), enforce least-privilege keys (anon or scoped service roles), add input validation and logging safeguards, and avoid printing sensitive fields to public logs.

Confidence: 98%
Audit Metadata
Analyzed At
Feb 16, 2026, 12:44 PM
Package URL
pkg:socket/skills-sh/breverdbidder%2Flife-os%2Flife-os-knowledge%2F@c25d74c72475d0e0654cd554e412961e3d2fda47