
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
@midscene/computer
Advanced tools
Midscene.js Computer Desktop Automation - AI-powered desktop automation for:
See https://midscenejs.com/computer-introduction.html.
Use agentForRDPComputer():
import { agentForRDPComputer } from '@midscene/computer';
const agent = await agentForRDPComputer({
host: '10.0.0.10',
username: 'Admin',
password: 'secret',
ignoreCertificate: true,
});
When the machine running Midscene has multiple outbound routes, pass
localAddress to bind the RDP TCP connection to a specific local source IP:
const agent = await agentForRDPComputer({
host: '10.0.0.10',
username: 'Admin',
password: 'secret',
localAddress: '10.0.0.20',
ignoreCertificate: true,
});
RDP usage requires:
If you need to rebuild the native helper locally from source:
pnpm --filter @midscene/computer run build:native
Run RDP AI tests:
pnpm --filter @midscene/computer run test:ai:rdp
FAQs
Midscene.js Computer Desktop Automation
The npm package @midscene/computer receives a total of 5,328 weekly downloads. As such, @midscene/computer popularity was classified as popular.
We found that @midscene/computer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.