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

@readystack/ssdf-attestation-workflow-audit

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/ssdf-attestation-workflow-audit

14 rules, four CISA attestation sections, one workflow file

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

SSDF Attestation Audit for GitHub Actions

SSDF Attestation Audit for GitHub Actions

14 rules, four CISA attestation sections, one workflow file

Install

npx @readystack/ssdf-attestation-workflow-audit file

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

Free

  • Audit the workflow file you have open and list every attestation gap with its SSDF practice ID and the CISA form section it sits under.
  • --rules lists every rule

With a licence ($29 once)

  • Audit every workflow in the repository at once and export one dated evidence table mapped to all four attestation sections.
@readystack/ssdf-attestation-workflow-audit --dir ./templates --report html --out report.html

A US application-security contractor bills roughly 150-250 an hour to review and re-pin a release pipeline by hand.

Use from an AI agent (MCP)

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

{ "mcpServers": { "ssdf-attestation-workflow-audit": { "command": "npx", "args": ["-y", "@readystack/ssdf-attestation-workflow-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: SSDF Attestation Audit for GitHub Actions
  run: npx -y @readystack/ssdf-attestation-workflow-audit --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/ssdf-attestation-workflow-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

ssdf

FAQs

Package last updated on 25 Sep 2026

Related posts