UNPKG

magicrune-cli

Version:

Complete security framework for safe execution of AI-generated and external code with risk analysis, signature verification, and sandbox isolation

49 lines 1.01 kB
{ "name": "magicrune-cli", "version": "0.2.2", "description": "Complete security framework for safe execution of AI-generated and external code with risk analysis, signature verification, and sandbox isolation", "main": "index.js", "bin": { "magicrune": "./bin/magicrune.js" }, "scripts": { "postinstall": "node install.js", "test": "node test.js" }, "keywords": [ "security", "sandbox", "code-execution", "ai-safety", "cli", "risk-analysis", "signature-verification", "ci-cd", "vulnerability-scanning", "cache-management", "artifact-promotion" ], "author": "MagicRune Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/NishizukaKoichi/magicrune.git" }, "engines": { "node": ">=14.0.0" }, "os": [ "darwin", "linux", "win32" ], "cpu": [ "x64", "arm64" ], "dependencies": { "node-fetch": "^2.6.7", "tar": "^6.1.0", "progress": "^2.0.3" } }