🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@useatlas/sidecar

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useatlas/sidecar

Atlas sidecar sandbox plugin

latest
Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
11
-45%
Maintainers
1
Weekly downloads
 
Created
Source

@useatlas/sidecar

HTTP-isolated container sidecar for the explore tool. Communicates with a separate container running bash/coreutils.

Install

bun add @useatlas/sidecar

Requires a running sidecar service (see packages/sandbox-sidecar/).

Usage

import { defineConfig } from "@atlas/api/lib/config";
import { sidecarSandboxPlugin } from "@useatlas/sidecar";

export default defineConfig({
  plugins: [sidecarSandboxPlugin({ url: "http://sandbox-sidecar:8080" })],
});

Config

FieldTypeDefaultDescription
urlstringSidecar service URL
authTokenstring?Optional shared auth token
timeoutMsnumber10000Command timeout in ms

Reference

  • Plugin SDK docs
  • Authoring guide

Keywords

atlas

FAQs

Package last updated on 10 Mar 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