Use of software with malware In @activepieces/piece-google-contacts
Description
src/index.js imports child_process and issues POST requests alongside a ping command invocation (lines 25, 38, 49). The co-occurrence of child_process shell execution with hardcoded network POST endpoints and a system ping in a package presenting itself as a Google Contacts integration piece is inconsistent with the declared purpose (an OAuth-based Google Contacts API client would not need to spawn shell processes or ping remote hosts). The pattern matches host reconnaissance and outbound beaconing shape rather than legitimate Google People API interaction.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Component | Affected version |
|---|---|---|
npm |
Aliases