
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@useatlas/create-plugin
Advanced tools
Scaffold a new Atlas plugin project.
bun create @useatlas/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 @useatlas/plugin my-datasource
# Quick scaffold with defaults
bun create @useatlas/plugin my-plugin --defaults
# Specific plugin type
bun create @useatlas/plugin my-context --type context
# Custom scope
bun create @useatlas/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 @useatlas/create-plugin receives a total of 14 weekly downloads. As such, @useatlas/create-plugin popularity was classified as not popular.
We found that @useatlas/create-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.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.