ShieldNet-360/secure-vibe

SecureVibe — prevention-first security for AI-written code. Signed SKILL.md knowledge that makes AI coding assistants write secure code at generation time, plus a deterministic CI gate. Offline · keyless · Ed25519-signed. By ShieldNet360.

This repository also configures its own agents. See what secure-vibe tells them →

22Stars on the repository
32Mods indexed here, across every type
26d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Turning a confirmed and fixed finding into a permanent guard: proving the test fails without the fix, asserting the effect and not only the status code, seeding the two principals an authorization test needs, making a timing or out-of-band proof deterministic enough for CI, and keeping the test in a job that can…

not rated 22 26d ago B 91 tokens original MIT

serverless-security

26

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

What a function-as-a-service platform changes: an execution environment reused between invocations so /tmp and module globals outlive a request, an event envelope that is attacker-influenced whichever trigger delivered it, encrypted-at-rest configuration that the control-plane API still returns in cleartext, and…

not rated 22 26d ago A 104 tokens original MIT

ssrf-prevention

27

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Server-Side Request Forgery: allowlisting the destination of a server-side fetch, when re-resolution between check and connect matters, redirect and scheme bypasses, parsers that fetch on their own (XXE, SVG, HTML-to-PDF), cloud metadata, and keeping the response from becoming an oracle. Use when fetching a…

not rated 22 26d ago C 92 tokens original MIT

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Vet dependencies before they enter the build: typosquats, dependency confusion, malicious packages, known vulnerabilities, unlocked resolution, risky install and build hooks, EOL embedded runtimes, and the authenticity and freshness of your own release channel. Use when adding or upgrading a dependency, reviewing…

not rated 22 26d ago A 78 tokens original MIT

template-injection

29

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

User input reaching a template compiler rather than its context: the source-versus-values distinction, double-render pipelines, template names chosen by the caller, why a template sandbox is a mitigation and not a boundary, minimizing what the render context exposes, and template-driven resource exhaustion. Use when…

not rated 22 26d ago A 86 tokens original MIT

threat-modeling

30

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Decide what a design must be true before code exists: naming assets and actors, locating trust boundaries, producing a written (asset, boundary, threat, control, owner) list, recording the assumptions the design rests on, and knowing when a change invalidates the model. Use when scaffolding a new feature, service, or…

not rated 22 26d ago A 93 tokens original MIT

websocket-security

31

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Securing the WebSocket upgrade and the frames after it: Origin validation against Cross-Site WebSocket Hijacking, authenticating the handshake rather than the first message, the ticket pattern for browsers that cannot set headers, per-frame authorization, and resource limits on a connection that stays open. Use when…

not rated 22 26d ago A 93 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: