vetto 0.2.22

Daemon-less sandbox + security layer for AI coding agents (Landlock/Seatbelt, TUI statusline, post-session audit reports)
Documentation
{
  "name": "@shledery/vetto",
  "version": "0.2.22",

  "description": "Cross-platform vetto sandbox and security layer for AI coding agents",
  "license": "Apache-2.0",
  "author": "shledery",
  "keywords": [
    "ai",
    "sandbox",
    "security",
    "landlock",
    "seccomp"
  ],
  "homepage": "https://github.com/shleder/vetto#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shleder/vetto.git"
  },
  "bugs": {
    "url": "https://github.com/shleder/vetto/issues"
  },
  "bin": {
    "vetto": "bin/vetto.js"
  },
  "scripts": {
    "test": "node --check bin/vetto.js"
  },
  "files": [
    "bin",
    "native",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "engines": {
    "node": ">=14"
  }
}