Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

aicc

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aicc

The AICC CLI validates AI Change Control specs and produces normalized plans. It is the reference validator for the open AICC specification.

latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

AICC CLI

The AICC CLI validates AI Change Control specs and produces normalized plans. It is the reference validator for the open AICC specification.

Install

npm install

Usage

npm run build
node dist/index.js validate ../aicc-spec/examples/minimal.yaml
node dist/index.js plan ../aicc-spec/examples/minimal.yaml

If installed globally or linked, use the aicc command:

aicc validate ../aicc-spec/examples/minimal.yaml
aicc plan ../aicc-spec/examples/minimal.yaml

Exit codes

  • 0 valid
  • 1 invalid spec
  • 2 internal error

Examples

Validate a spec:

node dist/index.js validate ../aicc-spec/examples/pr_safe_change.yaml

Generate a normalized plan:

node dist/index.js plan ../aicc-spec/examples/migration_requires_approval.yaml

Relationship to aicc-spec

This CLI validates against ../aicc-spec/schema.json and enforces the semantic rules documented in ../aicc-spec/spec.md.

FAQs

Package last updated on 11 Feb 2026

Did you know?

Socket

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.

Install

Related posts