checkmarx-devassist-sca

checkmarx-devassist-sca is a skill for Claude Code, Codex from Checkmarx/cx-agentic-ai. It costs 111 tokens per session (2,807 once invoked), scanned A, original, Apache-2.0.

A Checkmarx dependency scanner for examining package manifests and lockfiles for vulnerable or malicious open-source packages.

In plain words
What is it for?
Use it to audit files such as package.json, requirements.txt, go.mod, or pom.xml and remediate dependency findings.
Why use it?
It shows when third-party packages create security or supply-chain risks, including packages that are vulnerable or potentially malicious.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to audit files such as package.json, requirements.txt, go.mod, or pom.xml and remediate dependency findings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/checkmarx/cx-agentic-ai/checkmarx-devassist-sca
Install

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.

Any agent
npx skills add Checkmarx/cx-agentic-ai --skill checkmarx-devassist-sca
Clone the repo
git clone --depth 1 https://github.com/Checkmarx/cx-agentic-ai

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for checkmarx-devassist-sca

README.md
[![agentmods](https://agentmods.dev/badge/skills/checkmarx/cx-agentic-ai/checkmarx-devassist-sca/github.svg)](https://agentmods.dev/skills/checkmarx/cx-agentic-ai/checkmarx-devassist-sca)
Your own site
<a href="https://agentmods.dev/skills/checkmarx/cx-agentic-ai/checkmarx-devassist-sca"><img src="https://agentmods.dev/badge/skills/checkmarx/cx-agentic-ai/checkmarx-devassist-sca/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for checkmarx-devassist-sca

Your own site · 80×15
<a href="https://agentmods.dev/skills/checkmarx/cx-agentic-ai/checkmarx-devassist-sca"><img src="https://agentmods.dev/badge/skills/checkmarx/cx-agentic-ai/checkmarx-devassist-sca.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,807 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00111 $0.02807
Opus 5 $0.00056 $0.01404
Sonnet 5 $0.00022 $0.00561
Haiku 4.5 $0.00011 $0.00281

Measured 9d ago against content hash 6c3739104c45, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

checkmarx-devassist-sca 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 9d ago.

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.

plugins/copilot-devassist/skills/checkmarx-devassist-sca/SKILL.md · 234 lines

How it starts

The opening of the file, as written. The whole thing — 234 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CX DevAssist SCA

Detects and remediates vulnerable / malicious open-source dependencies using Checkmarx SCA (OSS realtime). This is the dependency / package counterpart to checkmarx-devassist-asca (which scans source code for SAST vulnerabilities).

When to Use

This skill has two entry points:

  1. On-demand scan — User asks to scan or audit dependencies (e.g., "scan my dependencies", "check package.json", "are my npm/pip packages safe?", "audit go.mod").
  2. Remediation — User asks to fix SCA/OSS findings, or SCA findings from a hook block need fixing.

If SCA findings are already present in context (e.g., provided by a hook block or a prior scan), skip Flow 1 and go directly to Flow 2 using those findings. Do not re-run the scan.

Routing — which Checkmarx capability to use

The plugin exposes three scan surfaces; pick by the target, and ask if it is ambiguous:

The user wants to scan… Use
A source code file (.py, .js, .java, .go, …) for code vulnerabilities checkmarx-devassist-asca (SAST)
A dependency manifest / lockfile (package.json, requirements.txt, go.mod, pom.xml, …) this skill (SCA/OSS)
An entire project / repository at cloud scale, or existing platform scan results the Checkmarx MCP (Cx1 cloud) tools

A bare "scan this file" refers to whatever file is in context: a manifest/lockfile → this skill; source code → checkmarx-devassist-asca. If it is unclear which, ask the user.

Prerequisites

  • Checkmarx cx CLI installed. On a first-install session cx is in the canonical store but not yet on the agent shell's PATH, so invoke it by its absolute path"$LOCALAPPDATA/Checkmarx/cx/cx.exe" on Windows, "$HOME/.checkmarx/bin/cx" on Unix (these env vars are available in the agent's shell) — and fall back to a bare cx only when it is already on PATH.
  • Checkmarx MCP server connected (required for remediation).

Remediation is MCP-only. Every fix MUST come from mcp__Checkmarx__packageRemediation. If that tool is not available, you MUST NOT remediate by any other means — no manual edits to the manifest, no generic or LLM-guessed version bumps. Stop and recover the MCP first (see Flow 2 → Step 2).

Read the full file on GitHub · 234 lines

Changes

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.

  1. 9d ago First seen · 234 lines · 111 tokens per session scan A 6c3739104c45

Subscribe to this mod's changes

checkmarx-devassist-sca is a skill published in the GitHub repository Checkmarx/cx-agentic-ai (0 stars, last pushed 2d ago), licensed Apache-2.0. It adds 111 tokens to every session and 2,807 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

mcp2cli

Use mcp2cli to connect to, explore, and execute commands against any MCP (Model Context Protocol) server from the terminal. Covers discovery, tool invocation, resource reading, prompt execution, alias creation, config management, background jobs, authentication, and JSON output pipelines.

mcp2cli/source-code · 60 tokens

loot-agent-mcp

You are playing LOOT on Robinhood Chain (4663) through the loot-agent-mcp tools. The game in one line: hold tokens through risk to mint loot boxes, play to earn keys, open boxes with keys, claim your pro rata share of the token's fee pot in ETH. Pots grow when the token trades. Selling burns your game position for the…

D-Kek/loot-agent-mcp · 0 tokens

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, then fills the gaps with list (filters, sort, a time…

comet-ml/opik-mcp · 174 tokens

cortex-explore-memory

Explore the memory system's state, find gaps in knowledge, assess coverage, and get diagnostic information. Use when the user asks 'what does my memory look like', 'show me memory stats', 'what am I missing', 'how good is my knowledge', 'memory health', 'show coverage', 'find gaps', 'what topics are weak', or when you…

cdeust/Cortex · 91 tokens

quick-capture

Use this skill to drop a new task into GSD Task Manager from any AI assistant that has the gsd-mcp-server connected.

vscarpenter/gsd-task-manager · 0 tokens

maintenance

Update mcp-reporter dependencies, adopt SDK changes, reconcile development workflows, and verify the CLI and library.

cyanheads/mcp-reporter · 24 tokens