JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 58
  • Score
    100M100P100Q98880F
  • License Apache-2.0

VION Security CLI — secure-by-default installer for the VION agent across Claude Code, Blackbox AI, OpenAI Codex, and terminal. Pre-release placeholder.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vionsec/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @vionsec/cli

    🚧 Pre-release placeholder. This package is reserved while the real release is being built. Do not install yet.

    VION Security CLI — secure-by-default installer and orchestrator for the VION Security agent.

    What this will be

    A first-class command-line tool to install, authenticate, and operate the VION Security agent across:

    • Claude Code (Anthropic)
    • Blackbox AI
    • OpenAI Codex CLI
    • Generic terminal (Bash / PowerShell / Zsh)

    It replaces the legacy curl | bash installer with:

    npm install -g @vionsec/cli   # signed package, integrity-checked
    vion login                    # OAuth/PKCE — token never touches the shell
    vion install --cli=claude     # install agent files for the chosen CLI
    vion watch start              # background fix-watcher

    Why a CLI

    The current installer flow has well-known security issues that contradict VION's value proposition:

    • curl | bash enables remote code execution.
    • API tokens passed via -H leak to shell history, ps, telemetry.
    • --dangerously-skip-permissions bypasses Claude Code safety controls.
    • HTTP without TLS allows local MITM.

    @vionsec/cli fixes all four by design.

    Status

    0.0.1 — name reservation only. The real public release will be 0.1.0+. Track progress at https://vionsec.com.br.

    License

    Apache-2.0 © 2026 VION Security