Agent Plugins Marketplace
All plugins

sec-overlay

v2.8.27

Agentic security-audit harness: runs SAST, investigates candidates with multi-agent gates, and emits SARIF + Markdown reports.

Claude Code1 Skill

By Christopher Bischoff0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 6, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install sec-overlay for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install sec-overlay@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/cjbischoff/cjbischoff-claude-code-tools

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sec-overlay/.

Plugin files

plugins/sec-overlay/
├── .claude-plugin/plugin.json
└── skills/sec-overlay/SKILL.md

Included Skills1

sec-overlayskills/sec-overlay/SKILL.md

Self-contained agentic security-audit harness. Runs bundled SAST, normalizes findings, and emits SARIF + Markdown reports. Use for security audits and vulnerability scans of a codebase. This is the deterministic core; multi-agent investigation and remediation phases are added in later increments.

Plugin manifests1

plugins/sec-overlay/.claude-plugin/plugin.json
{
  "name": "sec-overlay",
  "description": "Agentic security-audit harness: runs SAST, investigates candidates with multi-agent gates, and emits SARIF + Markdown reports.",
  "version": "2.8.27",
  "author": {
    "name": "Christopher Bischoff"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sec-overlay on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sec-overlay)