
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
agora-rdc-webrtc-electron
Advanced tools
Agora Remote Desktop Control Guides
agora-rdc-webrtc-electron currently is only support electron >= 7.0.0
Installation, Agora Remote Desktop Control depends on Agora RTC SDK (web), so you need install it first.
install agora-rtc-sdk-ng by npm or yarn:
$ npm install agora-rtc-sdk-ng --save
$ yarn add agora-rtc-sdk-ng
install Agora Remote Desktop Control SDK by npm or yarn:
$ npm install agora-rdc-webrtc-electron --save
$ yarn add agora-rdc-webrtc-electron
Build your remote desktop control app. See api reference
Cause electron's limitation, please in your main process register handlers.
import registerHandlers from 'agora-rdc-webrtc-electron/lib/electron/registerHandlers';
registerHandlers();
You must have to add blow code in your webPreference, eg:
import { BrowserWindow } from 'electron';
mainWindow = new BrowserWindow({
//...
webPreferences: {
webSecurity: false,
nodeIntegration: true,
enableRemoteModule: true,
contextIsolation: false,
},
});
if not our sdk can not communicating with electron's main process.
FAQs
Agora Remote Desktop Control Guides
The npm package agora-rdc-webrtc-electron receives a total of 5 weekly downloads. As such, agora-rdc-webrtc-electron popularity was classified as not popular.
We found that agora-rdc-webrtc-electron demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.