
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@cinch-codes/pangolin
Advanced tools
Official JavaScript/TypeScript SDK for Cinch — run untrusted code in secure, disposable sandboxes.
Run untrusted code in secure, disposable sandboxes. https://cinch.codes
npm install @cinch-codes/pangolin
import { Sandbox } from "@cinch-codes/pangolin";
const box = new Sandbox({ apiKey: "cinch_live_..." });
const result = await box.run("print(2 + 2)");
console.log(result.stdout); // "4\n"
const result = await box.run("console.log(2 + 2)", { language: "javascript" });
Requires Node 18+.
FAQs
Official JavaScript/TypeScript SDK for Cinch — run untrusted code in secure, disposable sandboxes.
We found that @cinch-codes/pangolin 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 new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.