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

@readystack/payroll-deduction-code-audit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@readystack/payroll-deduction-code-audit

Twelve rules over the deduction-code map, before the January 31 W-2 filing date

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
158
Maintainers
1
Weekly downloads
 
Created
Source

Payroll Deduction Code Audit 2026

Twelve rules over the deduction-code map, before the January 31 W-2 filing date

Install

npx @readystack/payroll-deduction-code-audit file

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

Free

  • Every deduction code in the open map is audited against twelve rules and each broken line is named with its line number.
  • --rules lists every rule

With a licence ($29 once)

  • Audits every deduction map in the workspace at once and writes a dated exposure report you keep as the payroll audit trail.
@readystack/payroll-deduction-code-audit --dir ./templates --report html --out report.html

Hand-checking one deduction map against the IRS Box 12 letter list is about half a day of a payroll analyst's time, every plan year

Use from an AI agent (MCP)

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

{ "mcpServers": { "payroll-deduction-code-audit": { "command": "npx", "args": ["-y", "@readystack/payroll-deduction-code-audit", "--mcp"] } } }

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

Use in CI

- name: Payroll Deduction Code Audit 2026
  run: npx -y @readystack/payroll-deduction-code-audit --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/payroll-deduction-code-audit --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

payroll

FAQs

Package last updated on 25 Sep 2026

Related posts