sentinelx-prime
v1.0.0Stage-aware security guidance for planning, risky implementation changes, review, and release checkpoints.
by Alican KirazMIT37updated 4 months ago
Source
git clone https://github.com/alicankiraz1/SentinelXPrimeClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .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
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
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/"
}