
Research
/Security News
jscrambler npm Package Compromised in Supply Chain Attack
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.
"🔥 AO-Forge: Your AI-powered CLI companion for building, managing, and deploying AO smart contracts with Next.js, Nuxt.js, and Svelte integration."
# Using npm
npm install -g ao-forge
# Using pnpm (recommended)
pnpm add -g ao-forge
# Or use directly with npx
npx ao-forge init my-app
See the Quick Start Guide for step-by-step instructions.
See the CLI Reference for all commands, options, and advanced usage.
Forge includes advanced AI capabilities for AO development. See the AI Commands section in the CLI Reference for details and examples.
Forge supports a plugin system for extending functionality. See Plugins.
my-app/
├── README.md
├── node_modules/
├── package.json
├── ao.config.yml # AO configuration file
├── tsconfig.json
└── [framework-specific-files]
├── ao/ # For Nuxt.js projects
│ └── *.lua
└── src/ # For Next.js projects
└── ao/
└── *.lua
The configuration file is now fully documented in the CLI Reference. Use the provided template as a starting point.
# Clone the repository
git clone https://github.com/Utitofon-Udoekong/forge-ao.git
cd forge-ao
# Install dependencies
pnpm install
# Build the project
pnpm build
# Link for local testing
pnpm run link:global
# Test the CLI
ao-forge init test-app
# Unlink when done
pnpm run unlink:global
pnpm dev # Watch mode
pnpm build # Build project
pnpm test:cli # Test CLI directly
pnpm link:global # Link globally
pnpm unlink:global # Unlink global installation
You can manage AO processes using Forge commands or the AOS CLI directly:
# Using ao-forge commands
ao-forge process start -n "my-process"
ao-forge process stop
ao-forge process list
# Or use AOS CLI directly
npm i -g https://get_ao.g8way.io
aos [process-name] --load ./ao/contract.lua
git checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)MIT License - see the LICENSE file for details
For support, please open an issue on GitHub.
FAQs
AO-Forge: CLI tool to create AO-powered applications
The npm package ao-forge receives a total of 4 weekly downloads. As such, ao-forge popularity was classified as not popular.
We found that ao-forge 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
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.

Research
/Security News
A malicious .NET package is typosquatting the Braintree SDK to steal live payment card data, merchant API keys, and host secrets from production apps.

Security News
/Research
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.