
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
create-atlas-plugin
Advanced tools
Scaffold a new Atlas plugin project.
bun create atlas-plugin my-plugin
--type <type> Plugin type (datasource, context, interaction, action, sandbox) [default: datasource]
--scope <scope> Package scope (e.g. @useatlas) [default: @useatlas]
--defaults, -y Use all default values (non-interactive)
--help, -h Show this help message
# Interactive setup
bun create atlas-plugin my-datasource
# Quick scaffold with defaults
bun create atlas-plugin my-plugin --defaults
# Specific plugin type
bun create atlas-plugin my-context --type context
# Custom scope
bun create atlas-plugin my-plugin --scope @myorg --type action
my-plugin/
├── src/
│ ├── index.ts # Plugin entry point with typed skeleton
│ └── index.test.ts # Tests using SDK testing utilities
├── package.json # npm-ready with correct peer deps
├── tsconfig.json # Self-contained TypeScript config
├── README.md # Template with install/configure/usage
├── LICENSE # Apache-2.0
└── .gitignore
| Type | Description |
|---|---|
datasource | Connect a new database or data source |
context | Inject additional context into the agent prompt |
interaction | Add HTTP routes for external integrations |
action | Add approval-gated write operations |
sandbox | Custom explore backend for code isolation |
Apache-2.0
FAQs
Scaffold a new Atlas plugin project
The npm package create-atlas-plugin receives a total of 6 weekly downloads. As such, create-atlas-plugin popularity was classified as not popular.
We found that create-atlas-plugin 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
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.