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

@readystack/sql-card-data-lint

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@readystack/sql-card-data-lint

Names every column, index, view and seed row in a .sql migration that stores card data, with its PCI DSS Requirement 3 rule id

latest
Source
npmnpm
Version
1.0.6
Version published
Weekly downloads
370
-7.5%
Maintainers
1
Weekly downloads
 
Created
Source

SQL Card Data Lint (PCI DSS Req 3)

Names every column, index, view and seed row in a .sql migration that stores card data, with its PCI DSS Requirement 3 rule id

Install

npx @readystack/sql-card-data-lint file

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

Free

  • Check the .sql file open in your editor against all 10 rules and get every card-data column, index, view and seed literal with its Requirement 3 rule id and a replacement line
  • --rules lists every rule

With a licence ($29 once)

  • Sweep every migration in the workspace at once and write a dated findings report you keep and hand to an assessor, for team and commercial use
@readystack/sql-card-data-lint --dir ./templates --report html --out report.html

A QSA-led gap analysis of your data stores is commonly quoted as a five-figure engagement; the same migrations are read here in the editor.

Use from an AI agent (MCP)

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

{ "mcpServers": { "sql-card-data-lint": { "command": "npx", "args": ["-y", "@readystack/sql-card-data-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: SQL Card Data Lint (PCI DSS Req 3)
  run: npx -y @readystack/sql-card-data-lint --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/sql-card-data-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

pci

FAQs

Package last updated on 25 Sep 2026

Related posts