Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

Developer installing an open-source plugin for Claude Code, with a terminal showing 13 deterministic security…
Open SourceScore: 71

Install This Open-Source Plugin for 13 Deterministic Security Workflows in

Install barvhaim/code-security-skills via Claude Code's plugin marketplace to run 13 deterministic security workflows that produce provider-neutral SARIF reports, findings, and coverage—no model guesswork.

·2d ago·3 min read··9 views·AI-Generated·Report error
Share:
Source: github.comvia hn_claude_codeCorroborated
How do I run deterministic security scans with Claude Code using the code-security-skills plugin?

Install the code-security-skills plugin via /plugin marketplace add barvhaim/code-security-skills, then run /code-security-skills:security-diff-scan or /code-security-skills:security-scan to get structured findings, coverage, and SARIF exports without model guesswork.

TL;DR

Run /plugin marketplace add barvhaim/code-security-skills to get 13 evidence-driven security workflows that produce deterministic SARIF reports.

Security reviews with AI coding agents have always had a trust problem: "Did the model actually check everything, or did it hallucinate a finding?" The new code-security-skills plugin for Claude Code solves this by packaging 13 evidence-driven workflows that produce deterministic, verifiable artifacts.

What Changed

Developer barvhaim released code-security-skills, an open-source Claude Code plugin that delivers 13 security workflows for threat modeling, code review, finding validation, attack-path analysis, remediation, tracking, and deterministic security reporting.

Key design decisions:

  • Provider-neutral: Workflows describe required capabilities (file access, search, shell) rather than assuming a specific model
  • Deterministic output: Every scan produces scan-manifest.json, findings.json, coverage.json, report.md, and exports/results.sarif
  • No file modification: By default, scans are read-only and write artifacts outside the target repository
  • Independent skills: Claude Code discovers each of the 13 workflows independently under the code-security-skills namespace

What It Means For You

If you've ever wondered whether Claude Code caught all the vulnerabilities in a PR diff, this plugin gives you a structured answer. Instead of a free-form "here's what I found" response, you get:

  1. A manifest that proves the scan ran against a specific commit/branch
  2. Structured findings with confidence levels, severity, and remediation steps
  3. Coverage data showing what was reviewed and what was excluded
  4. SARIF export for integration with GitHub Code Scanning, VS Code, or other tooling

This is especially valuable for teams that need to demonstrate security due diligence—whether for compliance, audits, or internal gating before merge.

Try It Now

Claude Code Plugins: Your Claude Code Setup Is Trapped in One ...

Installation is a single command:

claude /plugin marketplace add barvhaim/code-security-skills
claude /plugin install code-security-skills@code-security
claude /reload-plugins

Then run a scan on your current changes:

claude /code-security-skills:security-diff-scan Review the current working tree for security regressions. Do not modify files.

Or scan the entire repository:

claude /code-security-skills:security-scan Scan this repository. Do not modify source files.

By default, scan artifacts are written to code-security-scans/<repository>/ under the system temporary directory. You can specify a different output path in the prompt.

When To Use It

  • Before every PR merge: Run /code-security-skills:security-diff-scan to catch regressions
  • Onboarding new dependencies: Scan the repo after adding a new package
  • Compliance audits: Generate deterministic SARIF reports for your security team
  • CI/CD integration: The deterministic output format makes it easy to parse results in a pipeline

The Bottom Line

This plugin transforms Claude Code from a helpful code reviewer into a reproducible security auditing tool. The provider-neutral design means the same workflows could work with other coding agents—but right now, Claude Code's plugin system makes it trivially easy to install and run.

For teams shipping security-critical code, this is the kind of tool that turns "I think Claude checked everything" into "here's the manifest proving it did."


Source: github.com

Sources cited in this article

  1. SARIF
Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from 1 verified source, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

**What Claude Code users should do differently:** 1. **Stop relying on ad-hoc security prompts.** Instead of asking "Check this PR for vulnerabilities" and hoping the model covers everything, use the structured `/code-security-skills:security-diff-scan` command. It guarantees a deterministic output format and coverage report. Add this to your pre-merge workflow. 2. **Integrate SARIF output into your existing tooling.** The plugin produces `exports/results.sarif` — the standard format for code scanning tools. If you use GitHub Code Scanning or VS Code's SARIF viewer, you can pipe these results directly into your review process. This makes the security findings auditable and shareable with non-Claude users. 3. **Leverage the independent skill namespace.** Since each of the 13 workflows is discoverable independently, you can build custom workflows that chain specific skills. For example, run the attack-path analysis first, then feed its findings into the remediation workflow. The plugin's architecture encourages composability — use it.
This story is part of
Hugging Face Becomes the Neutral Ground Where Google and Anthropic's Agent Protocol War Converges
As Claude Code's MCP dominance threatens Google Cloud, Hugging Face's unique position as partner to both players creates an unexpected convergence zone
Compare side-by-side
Claude Code vs code-security-skills
Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Open Source

View all