
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@getforma/create-app
Advanced tools
Scaffold a new Forma application — Rust server + TypeScript frontend, fully wired.
npx @getforma/create-app my-app
cd my-app
Then:
# Build the frontend
cd admin && npm install && npm run build && cd ..
# Start the Rust server
cargo run
Open http://localhost:3000.
npx @getforma/create-app my-app --template dashboard
npx @getforma/create-app --help
npx @getforma/create-app --version
| Template | Description |
|---|---|
dashboard | DevOps admin panel — 3 pages, 8 API routes, SVG charts, Tailwind CSS, Gruvbox theme |
minimal | Clean slate — Rust server + JSX frontend, ready to build on |
A full-stack project with:
src/main.rs) — Axum + forma-server with SSR, asset serving, CSP headersadmin/src/) — FormaJS with JSX, signals, componentsadmin/build.ts) — @getforma/build with content hashing, compression, manifest| Package | Description |
|---|---|
| @getforma/core | Reactive DOM library — signals, h(), islands, SSR hydration |
| @getforma/compiler | Vite plugin — h() optimization, server transforms, FMIR emission |
| @getforma/build | Production pipeline — bundling, hashing, compression, manifest |
| Package | Description |
|---|---|
| forma-ir | FMIR binary format: parser, walker, WASM exports |
| forma-server | Axum middleware: SSR, asset serving, CSP headers |
| Package | Description |
|---|---|
| @getforma/create-app | This package — scaffolds the full stack |
MIT
FAQs
Create a new Forma app — Rust + TypeScript SSR framework
We found that @getforma/create-app 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.