
Research
/Security News
Coruna Respawned: Compromised art-template npm Package Leads to iOS Browser Exploit Kit
Compromised npm package art-template delivered a Coruna-like iOS Safari exploit framework through a watering-hole attack.
devforgeai
Advanced tools
Spec-driven development framework for AI-assisted software development with zero technical debt. Enforces TDD workflows, quality gates, architectural constraints, and anti-pattern prevention across 34 skills, 47+ agents, and 47+ slash commands.
Interactive CLI wizard for DevForgeAI installation with visual feedback and guided prompts.
Main orchestrator for the installation wizard flow. Coordinates prompts, progress indicators, and error handling.
const { InstallWizard } = require('./install-wizard');
const wizard = new InstallWizard({
promptService,
progressService,
outputFormatter,
signalHandler,
installer
});
const config = await wizard.run({ yes: false, quiet: false });
Handles interactive prompts using Inquirer.js.
Prompts:
promptTargetDirectory() - Target installation directory (default: current directory)promptInstallationMode() - Installation mode: minimal, standard, full (default: standard)promptMergeStrategy() - CLAUDE.md merge: preserve-user, merge-smart, replace (default: merge-smart)promptConfirmation(message, options) - Yes/No confirmation for destructive actionsVisual progress indicators using Ora (spinners) and CLI-Progress (progress bars).
Methods:
startSpinner(text) - Start spinner for indeterminate operationsupdateSpinner(text) - Update spinner textstopSpinner(success, text) - Stop spinner with success/failure indicatorstartProgressBar(total, label) - Start progress bar for determinate operationsupdateProgressBar(current) - Update progress barstopProgressBar() - Stop progress barColor-coded terminal output using Chalk.
Methods:
success(message) - Green output with ✓ symbolwarning(message) - Yellow output with ⚠ symbolerror(message) - Red output with ✗ symbolinfo(message) - Blue output with ? symbolGraceful SIGINT (Ctrl+C) handling with cleanup.
Methods:
register() - Register SIGINT handlerunregister() - Remove SIGINT handlertrackFile(path) - Track file for cleanup on interruptcaptureState(state) - Capture state for restorationConfiguration defaults and validation.
Defaults:
targetDirectory: "."installationMode: "standard"mergeStrategy: "merge-smart"spinnerDelayMs: 200exitCodes.success: 0exitCodes.sigint: 130| Flag | Description | Default |
|---|---|---|
--yes | Skip all prompts, use defaults | false |
--quiet | Suppress non-error output | false |
| Variable | Description |
|---|---|
CI=true | Auto-enables --yes and --quiet |
NO_COLOR | Disables color output |
TERM=dumb | Uses ASCII fallback symbols |
| Code | Description |
|---|---|
| 0 | Success |
| 1 | General error |
| 130 | Cancelled by user (Ctrl+C) |
inquirer@8.2.6 - Interactive prompts (CommonJS)ora@5.4.1 - Spinners (CommonJS)cli-progress@3.12.0 - Progress barschalk@4.1.2 - Colors (CommonJS)commander@11.0.0 - CLI parsingSee ADR-006 for ESM/CJS compatibility decisions.
FAQs
Spec-driven development framework for AI-assisted software development with zero technical debt. Enforces TDD workflows, quality gates, architectural constraints, and anti-pattern prevention across 34 skills, 47+ agents, and 47+ slash commands.
The npm package devforgeai receives a total of 2 weekly downloads. As such, devforgeai popularity was classified as not popular.
We found that devforgeai 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
Compromised npm package art-template delivered a Coruna-like iOS Safari exploit framework through a watering-hole attack.

Company News
As AI accelerates how code is written and shipped, Socket is scaling to protect the software supply chain from the growing wave of attacks targeting open source dependencies.

Company News
Socket is scaling to defend open source against supply chain attacks as AI accelerates software development.