sentinelx-prime
v1.0.0Stage-aware security guidance for planning, risky implementation changes, review, and release checkpoints.
By Alican KirazLicense: MIT37 GitHub starsUpdated 5 months ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Apr 5, 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 sentinelx-prime for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install sentinelx-prime@agent-plugin-marketplacePaste 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/alicankiraz1/SentinelXPrimeClone 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
├── .claude-plugin/plugin.json├── skills/sentinelx-plan-gap/SKILL.md├── skills/sentinelx-prime/SKILL.md├── skills/sentinelx-review-gate/SKILL.md├── skills/sentinelx-test-rig/SKILL.md└── skills/using-sentinelx/SKILL.md
Included Skills5
Use when defining plans, specs, or task breakdowns for web application work that may be missing security requirements
Use when a repository wants stage-aware cybersecurity guidance during planning, risky implementation changes across authentication, authorization, tokens, secrets, middleware, outbound requests, file handling, CI, deployment, and other trust boundaries, post-implementation review, or pre-release hardening; do not trigger for doc-only, naming-only, formatting-only, or UI-only changes that do not affect a trust boundary
Use when implementation is complete or review is requested and the user may want a focused security review of the changed code
Use when a feature or project is nearing handoff or release and the user may want a stack-aware security check plan without automatic setup
Use when a session needs quick orientation to SentinelXPrime stages, checkpoints, guardrails, and the right SentinelXPrime skill to invoke
Plugin manifests1
{
"name": "sentinelx-prime",
"version": "1.0.0",
"description": "Stage-aware security guidance for planning, risky implementation changes, review, and release checkpoints.",
"author": {
"name": "Alican Kiraz"
},
"homepage": "https://github.com/alicankiraz1/SentinelXPrime",
"repository": "https://github.com/alicankiraz1/SentinelXPrime",
"license": "MIT",
"keywords": [
"security",
"skills",
"codex",
"claude-code",
"opencode"
],
"skills": "./skills/"
}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.
[sentinelx-prime on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sentinelx-prime)