vapi-voice-call
Audited by Socket on Mar 12, 2026
1 alert found:
Obfuscated FileThe skill is coherent with its stated purpose of placing outbound calls via Vapi and returning transcripts. However, there are notable security concerns: (1) installation depends on cloning a non-official repository with sparse-checkout, which introduces supply-chain risk; (2) credentials are stored in OS keychain and injected at runtime, which can be a vector for leakage if not properly guarded; (3) data flows to external services (Vapi/Twilio) are expected but require proper handling of transcripts/logs. Overall, the footprint is suspicious due to supply-chain risk and credential handling, but not definitively malicious. Treat as SUSPICIOUS with emphasis on securing installation provenance and credential handling.