
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@kpanks/computer-control
Advanced tools
Praetor-native computer-use session: PraetorScreen capture + audit + activity-bus streaming, with a pluggable input adapter slot for click/type/scroll/hotkey.
Praetor-native computer-use session. Captures the screen via
PraetorScreen, audits every action, streams tool.* events on the
charter's ActivityBus. Click / type / scroll / hotkey are exposed
through a pluggable input adapter so the runtime stays cross-platform.
npm install @kpanks/computer-control
import { ComputerControlSession } from "@kpanks/computer-control";
const session = new ComputerControlSession({ bus, missionId });
const snap = await session.snapshot();
await session.click({ x: 240, y: 380 });
await session.type("hello");
await session.hotkey(["ctrl", "s"]);
The default input adapter uses nut-tree's vendored binary on Windows
and osascript / xdotool on macOS / Linux respectively. Adapters
declare their licenseFamily so charters can refuse non-permissive
backends.
Apache 2.0.
FAQs
Praetor-native computer-use session: PraetorScreen capture + audit + activity-bus streaming, with a pluggable input adapter slot for click/type/scroll/hotkey.
We found that @kpanks/computer-control demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.