New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@readystack/data-act-switching-lint

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@readystack/data-act-switching-lint

Reads your cloud contract text and names every clause Chapter VI no longer allows, with the article number and the wording that replaces it

latest
Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
359
Maintainers
1
Weekly downloads
 
Created
Source

EU Data Act Switching Clause Lint

Reads your cloud contract text and names every clause Chapter VI no longer allows, with the article number and the wording that replaces it

Install

npx @readystack/data-act-switching-lint file

Node 18+. The same 20 rules as the VS Code extension, from a terminal or CI.

Free

  • Check the contract file open in the editor, clause by clause: 20 Chapter VI checks, each finding carrying its article number, the line, and the wording that replaces it
  • --rules lists every rule

With a licence ($29 once)

  • Sweep every contract file in the workspace at once and write a dated report you keep - the same 20 checks across terms, MSA, DPA and reseller agreements, with a per-file table you can hand to counsel or attach to a tender answer
@readystack/data-act-switching-lint --dir ./templates --report html --out report.html

An EU technology lawyer reviewing the exit clauses of one cloud contract bills at EUR 250-450 per hour

Use from an AI agent (MCP)

Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:

{ "mcpServers": { "data-act-switching-lint": { "command": "npx", "args": ["-y", "@readystack/data-act-switching-lint", "--mcp"] } } }

Tools: check_text and check_file (free) · check_dir (licence). The agent gets every finding with the line number.

Use in CI

- name: EU Data Act Switching Clause Lint
  run: npx -y @readystack/data-act-switching-lint --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/data-act-switching-lint --dir /work --ci)

The folder sweep, reports and CI mode need one licence — one payment, no subscription. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Keywords

data act

FAQs

Package last updated on 25 Sep 2026

Related posts