
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.
@limecloud/agent-workbench-adapter
Advanced tools
Headless Agent workbench adapter helpers for product surfaces.
@limecloud/agent-workbench-adapter 是 Agent 工作台的 headless adapter。它不渲染 UI,只把产品页面的 intent、composer 状态、runtime facts 和 turn payload 拼成可复用的标准结构。
目标是让 Claw、Agent App、Content Studio 这类 surface 共享工作台控制逻辑,而不是重复开发整套前端页面。
这个包负责:
lime.agent / agentSession/turn/start payload 拼装。这个包不负责:
import {
buildAgentTurnStartPayload,
resolveWorkbenchIntentCapabilityPolicy,
} from "@limecloud/agent-workbench-adapter";
const policy = resolveWorkbenchIntentCapabilityPolicy({
intentId: "research",
});
const payload = buildAgentTurnStartPayload({
agentAppId: "content-studio",
workspacePath,
prompt,
capabilityId: "content.draft.generate",
requiredCapabilities: policy.requiredCapabilities,
capabilityHints: policy.capabilityHints,
});
FAQs
Headless Agent workbench adapter helpers for product surfaces.
We found that @limecloud/agent-workbench-adapter 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.