
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@sapiom/orchestration-core
Advanced tools
Pure, stateless core functions for scaffolding, validating, and operating Sapiom orchestrations — shared by the CLI and MCP packages.
A Sapiom orchestration, authored as code against @sapiom/orchestration.
npm install
Then open index.ts. The orchestration is defined with defineOrchestration({ steps }); each step is a defineStep({ name, next, run }). The run body is ordinary code — and inside it, the full Sapiom tool catalog is available, pre-auth'd and tenant-scoped, on ctx.sapiom:
const box = await ctx.sapiom.sandboxes.create({ name: 'demo' });
const repo = await ctx.sapiom.repositories.create('my-repo');
No credentials to wire — a per-execution tenant credential is injected when your orchestration runs.
Author and run this orchestration with the Sapiom dev tools:
npm run typecheck and npm run format are also available for editor-level checks.
See AGENTS.md for the full authoring loop.
FAQs
Pure, stateless core functions for scaffolding, validating, and operating Sapiom orchestrations — shared by the CLI and MCP packages.
The npm package @sapiom/orchestration-core receives a total of 90 weekly downloads. As such, @sapiom/orchestration-core popularity was classified as not popular.
We found that @sapiom/orchestration-core demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.