Sign In

@cinch-codes/pangolin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cinch-codes/pangolin

Run code safely in disposable cloud sandboxes. Powered by Cinch.

npmnpm
Version
0.1.0
Version published
Weekly downloads
8
-52.94%
Maintainers
1
Weekly downloads
 
Created
Source

Pangolin 🦔

Run untrusted, AI-generated code safely in disposable, isolated cloud sandboxes. Powered by Cinch.

Install

npm install @cinch-codes/pangolin

Usage

import { Sandbox } from "@cinch-codes/pangolin";

const box = new Sandbox({ apiKey: "your-api-key" });
const result = await box.run("print(2 + 2)");

console.log(result.stdout);   // "4\n"
console.log(result.exitCode); // 0

Code runs in a sealed, gVisor-isolated sandbox and is destroyed after each run. Your infrastructure is never touched.

Keywords

sandbox

FAQs

Package last updated on 30 Jun 2026

Did you know?

Socket

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.

Install

Related posts