agentic-security
v0.75.1Agentic-Security: SAST + SCA + secrets + IaC + LLM-sec scanner with deterministic fix toolchain. Exposes a Model Context Protocol (MCP) server with 17 tools that Codex CLI can call directly.
By Ross YoungLicense: PolyForm-Internal-Use-1.0.0116 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 20, 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 agentic-security for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agentic-security@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/Clear-Capabilities/agentic-securityClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- node
- args
- ${CODEX_PLUGIN_ROOT}/scanner/bin/agentic-security-mcp.js --root ${CODEX_PROJECT_DIR:-${PWD}}
Plugin manifests2
{
"name": "agentic-security",
"version": "0.75.1",
"description": "Agentic-Security: SAST + SCA + secrets + IaC + LLM-sec scanner with deterministic fix toolchain. Exposes a Model Context Protocol (MCP) server with 17 tools that Codex CLI can call directly.",
"author": {
"name": "Ross Young",
"email": "[email protected]"
},
"vendor": "Clear Capabilities Inc.",
"homepage": "https://github.com/Clear-Capabilities/agentic-security",
"license": "PolyForm-Internal-Use-1.0.0",
"harness": "codex",
"mcpServers": {
"agentic-security": {
"command": "node",
"args": [
"${CODEX_PLUGIN_ROOT}/scanner/bin/agentic-security-mcp.js",
"--root",
"${CODEX_PROJECT_DIR:-${PWD}}"
],
"description": "agentic-security MCP server (17 tools: scan_diff, query_taint, explain_finding, find_rule_module, lookup_cve, synthesize_fix, verify_fix, apply_fix, append_scratchpad, read_scratchpad, append_agents_memory, read_agents_memory, synthesize_sca_upgrade, apply_sca_upgrade, query_triage_memory, query_findings_memory, query_cache_telemetry). Session root confined to the current project directory; apply_fix and apply_sca_upgrade require confirm:true and a valid last-scan.json HMAC signature; shadow findings are never auto-applied.",
"trust": {
"writes_files": true,
"session_scope": "project_directory_only",
"requires_confirm_for": [
"apply_fix"
]
}
}
},
"notes": "Codex CLI support: validated against the protocol spec; not yet validated against a live Codex install. Report issues at https://github.com/Clear-Capabilities/agentic-security/issues."
}{
"name": "agentic-security",
"version": "0.152.0",
"description": "Agentic-Security is a powerful Claude Code plugin that automatically performs Application Security Testing (SAST, SCA, secrets detection, and more). Think of it as the easy button for making your Claude-generated code safe and secure.",
"author": {
"name": "Ross Young",
"email": "[email protected]"
},
"homepage": "https://github.com/Clear-Capabilities/agentic-security",
"license": "PolyForm-Internal-Use-1.0.0",
"keywords": [
"security",
"sast",
"sca",
"secrets",
"iac",
"cve",
"osv",
"kev",
"cisa-kev",
"claude-code",
"appsec",
"prompt-injection",
"llm-security",
"ai-security",
"mcp-security",
"agent-security",
"authz",
"broken-access-control",
"business-logic",
"aspm",
"llmsecops",
"aibom",
"ml-bom",
"owasp-llm-top-10",
"model-security",
"sbom",
"cyclonedx",
"spdx",
"pbom",
"compliance",
"owasp-asvs",
"nist-ai-600-1",
"scorecard",
"red-team",
"redteam",
"promptfoo",
"jailbreak",
"llm-eval",
"adversarial-testing",
"ai-safety"
],
"mcpServers": {
"agentic-security": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scanner/bin/agentic-security-mcp.js",
"--root",
"${CLAUDE_PROJECT_DIR}"
],
"description": "agentic-security MCP server (scan_diff, query_taint, explain_finding, find_rule_module, synthesize_fix, verify_fix, apply_fix). Session root is confined to the current project directory; apply_fix requires confirm:true and a valid last-scan.json HMAC signature; shadow findings are never auto-applied.",
"trust": {
"writes_files": true,
"session_scope": "project_directory_only",
"requires_confirm_for": [
"apply_fix"
]
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agentic-security on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agentic-security)