{ "name": "taskbounty-check", "version": "0.1.6", "mcpName": "io.github.eliottreich/taskbounty-check", "description": "Pre-launch safety check for AI-built apps (Lovable, Bolt, Replit, Cursor, v0). Scans your GitHub Actions + CI hygiene locally. Source code and workflow contents never leave your machine.", "type": "module", "bin": { "taskbounty-check": "src/index.js", "security-check": "src/index.js" }, "exports": { ".": "./src/lib.js" }, "files": [ "src", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "scripts": { "test": "vitest run", "pack-check": "npm pack --dry-run" }, "dependencies": {}, "devDependencies": { "vitest": "^4.1.9" }, "license": "MIT", "keywords": [ "ai-app-security", "vibe-coding", "lovable", "bolt", "replit", "cursor", "v0", "github-actions", "security", "local-scanner", "mcp", "mcp-server", "claude-code", "codex", "devsecops", "github-security", "github-actions-security", "ci-security", "software-supply-chain" ], "homepage": "https://www.task-bounty.com/ai-app-security-check", "repository": { "type": "git", "url": "https://github.com/eliottreich/taskbounty-check.git" }, "publishConfig": { "access": "public", "provenance": true }, "private": false }