Sign inSign up

getreadystack/sql-card-data-lint

By getreadystack

Updated about 18 hours ago

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

Image
0

130

getreadystack/sql-card-data-lint repository overview

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

Run

docker run --rm -v "$PWD":/work getreadystack/sql-card-data-lint /work/file

The same 10 rules as the VS Code extension, in a container. Mount a folder on /work.

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
docker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work getreadystack/sql-card-data-lint --dir /work --ci

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 full sweep is free for 7 days). 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)

Try the full run free for 7 days — no key needed. Then one licence, 7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Tag summary

Content type

Image

Digest

sha256:343253c08

Size

46.1 MB

Last updated

about 18 hours ago

docker pull getreadystack/sql-card-data-lint