universal-email
Audited by Socket on Aug 23, 2026
2 alerts found:
Securityx2The skill's purpose and mail-related capabilities are internally coherent, and its documented data flows appear aimed at official mail backends rather than a third-party interception service. The main issue is trust: it asks the agent to use a bundled executable that will handle mailbox credentials and content, but the skill does not provide a way to verify that bundled binary matches the legitimate upstream Himalaya source/revision. This makes the skill high risk from a supply-chain and credential-forwarding perspective, though not confirmed malware.
This module is a high-suspicion native component due to explicit macOS Keychain/keyring credential manipulation capabilities (read/find, write/add, modify, delete) combined with runtime inputs (env/argv) and diagnostic output. No clear network exfiltration indicators are visible in the provided excerpt, but local credential theft or tampering/persistence remains a significant concern. Full review requires examining the original source/control-flow and running it in a sandbox with Keychain/syscall tracing to confirm whether its credential access is intended and scoped.