Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add rules/checkmarx/cx-agentic-ai/cx-cli-setupgit clone --depth 1 https://github.com/Checkmarx/cx-agentic-aiWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00027 | $0.00899 |
| Opus 5 | $0.00014 | $0.00449 |
| Sonnet 5 | $0.00005 | $0.00180 |
| Haiku 4.5 | $0.00003 | $0.00090 |
Grade A, and why
cx-cli-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CX CLI Setup
Use when cx is missing, below minimum version, incapable, or not authenticated — or when the user runs /cx-cli-setup.
Shell syntax (read first on Windows)
Cursor's Shell tool uses the workspace default shell — PowerShell on Windows. Write every command
for the shell you are in; full table in skills/cx-cli-setup/references/shells.md:
| PowerShell | cmd.exe | bash / sh | |
|---|---|---|---|
| Run a quoted/absolute path | & "<path>" args (& required) |
"<path>" args |
"<path>" args |
| Path separator | \ |
\ |
/ |
| Discard stdout | 1>$null |
1>NUL |
1>/dev/null |
| Env var | $env:LOCALAPPDATA |
%LOCALAPPDATA% |
$LOCALAPPDATA |
A bare cx … and bash "<script>" install are identical in all shells. Never chain (;/&&/|),
substitute ($(...)/backticks), or redirect to a real file — the gate blocks those.
Entry
- Check presence:
which cx(bash/sh) ·where cx(cmd) ·Get-Command cx(PowerShell) - If present:
cx auth validate(distinguish credential vs network failures from error text)
| CLI | Auth | Action |
|---|---|---|
| No | — | Bootstrap install (see deny agent_message for exact path) |
| Yes | OK | Confirm ready; offer reconfigure only if asked |
| Yes | Credential fail | Phase 2 auth only |
| Yes | Network fail | Fix network/proxy; do not re-auth |
Install
- Use the exact bootstrap command from a hook deny
agent_message:bash "<resolved-path>/scripts/cx-bootstrap.sh" install - Never substitute
${CURSOR_PLUGIN_ROOT}— it is empty in the agent shell - Ask once: "Install/upgrade Checkmarx CLI now? (Y/n)"
Verify
- Invoke cx by canonical absolute path when not on PATH, in your shell's form:
- PowerShell:
& "$env:LOCALAPPDATA\Checkmarx\cx\cx.exe" - cmd.exe:
"%LOCALAPPDATA%\Checkmarx\cx\cx.exe" - bash/sh (Git Bash):
"$LOCALAPPDATA/Checkmarx/cx/cx.exe" - bash/sh (Unix):
"$HOME/.checkmarx/bin/cx"
- PowerShell:
- A bare
cxreturning 127 after first install is expected; trust the next gate deny reason (not authenticated → proceed to auth; not installed → re-run bootstrap)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 69 lines · 27 tokens per session scan A c3d818b5722e
cx-cli-setup is a cursor rule published in the GitHub repository Checkmarx/cx-agentic-ai (0 stars, last pushed yesterday), licensed Apache-2.0. It adds 27 tokens to every session and 899 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other cursor rules, from other repositories
grok-mcp
Grok MCP orchestrator — cheap worker, unpin, typed sessionnext cards.
intelligence-router
Intelligence cost router — auto-delegates to fast subagents, preserves memory, compresses context.
frontend-architecture
Vite + React SPA architecture - directory layout, providers, bundle splitting. Tailwind styling in tailwind.mdc.
react_hooks
React Hooks best practices for frontend package.
cursorrules
When the user asks about social media, use social-media-ai-mcp tools: schedulepost, generatehashtags, analyzeengagement, plancontentcalendar, getaudienceinsights.
use-bun-instead-of-node-vite-npm-pnpm
../../CLAUDE.md.