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

@readystack/agentforce-action-audit

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@readystack/agentforce-action-audit

13 rules on a Salesforce Agentforce topic file, before the deploy and before Article 50

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Agentforce Action Audit

Agentforce Action Audit

13 rules on a Salesforce Agentforce topic file, before the deploy and before Article 50

Install

npx @readystack/agentforce-action-audit file

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

Free

  • Audit the Agentforce topic metadata file you have open and get every deploy blocker with its line number.
  • --rules lists every rule

With a licence ($29 once)

  • Sweep every genAiPlugin and genAiPlannerBundle in the workspace in one run and export a dated AGENTFORCE-AUDIT.md for the change request.
@readystack/agentforce-action-audit --dir ./templates --report html --out report.html

A Salesforce partner bills metadata review at about $150 an hour; one topic file takes roughly 20 minutes to read by hand.

Use from an AI agent (MCP)

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

{ "mcpServers": { "agentforce-action-audit": { "command": "npx", "args": ["-y", "@readystack/agentforce-action-audit", "--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: Agentforce Action Audit
  run: npx -y @readystack/agentforce-action-audit --dir . --ci

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

Keywords

agentforce

FAQs

Package last updated on 21 Sep 2026

Related posts