bbc-skill
Audited by Socket on Sep 10, 2026
3 alerts found:
Malwarex2AnomalyThis code is designed to harvest and decrypt browser authentication cookies, including a targeted Bilibili `SESSDATA` session cookie, by accessing the macOS Keychain and browser cookie databases. Although no external exfiltration is shown, returning decrypted session credentials is malicious or highly unsafe in a package context. The fragment is also syntactically incomplete at the end.
No direct evidence of malware or intentional exfiltration appears in this documentation-only fragment. It describes sensitive browser-cookie and Keychain extraction capabilities, creating a meaningful credential-theft risk if implemented insecurely or combined with an untrusted API client. The actual extraction and network code is required for a complete assessment.
The code is designed to locate Firefox profiles and extract Bilibili cookies, including the SESSDATA session cookie. This is unauthorized credential/session-token harvesting behavior and represents a high security risk even though no exfiltration mechanism appears in the provided fragment. The incomplete final statement also makes the supplied code invalid Python.