
Security News
Suno Breached via Shai-Hulud Worm, Leaked Code Exposes AI Music Scraping
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.
@open330/oac-execution
Advanced tools
Agent execution engine for OAC (Open Agent Contribution).
npm install @open330/oac-execution
p-queue, retry, and abort supportAgentProvider implementation for Claude Code CLI (claude-code)AgentProvider implementation for OpenAI Codex CLI (codex)git worktreeimport { ClaudeCodeAdapter, CodexAdapter, createSandbox, executeTask } from '@open330/oac-execution';
// Use Claude Code
const claude = new ClaudeCodeAdapter();
// Or use Codex
const codex = new CodexAdapter();
const sandbox = await createSandbox(repo, task);
const result = await executeTask(claude, task, sandbox);
Implement the AgentProvider interface:
import type { AgentProvider } from '@open330/oac-execution';
export class MyAgent implements AgentProvider {
readonly id = 'my-agent';
readonly name = 'My Agent';
async checkAvailability() { /* ... */ }
execute(params) { /* ... */ }
async estimateTokens(params) { /* ... */ }
async abort(executionId) { /* ... */ }
}
MIT — see the main repo for details.
FAQs
Agent execution engine and sandboxing for OAC
The npm package @open330/oac-execution receives a total of 3 weekly downloads. As such, @open330/oac-execution popularity was classified as not popular.
We found that @open330/oac-execution 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.
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
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.

Security News
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.