BeClaude

securevibe

New
2GitHub TrendingGeneralby ShieldNet-360

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.

First seen 6/21/2026

Summary

SecureVibe is a prevention-first security skill that makes AI coding assistants write secure code at generation time.

  • md knowledge and a deterministic CI gate to enforce security without requiring internet access or API keys, leveraging Ed25519 signatures for integrity.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/securevibe.md https://raw.githubusercontent.com/ShieldNet-360/securevibe/main/SKILL.md
3
Invoke in Claude Code
/securevibe

Use Cases

Prevent injection vulnerabilities in AI-generated SQL queries by enforcing parameterized queries at generation time.
Ensure all AI-written code passes a deterministic security gate before being committed to the repository.
Automatically apply Ed25519-signed security rules to new code without manual review.
Block insecure cryptographic implementations in AI-generated code by enforcing approved algorithms.
Enforce input validation patterns in AI-generated web endpoints to prevent XSS and CSRF attacks.
Integrate offline security checks into CI pipelines to catch vulnerabilities before deployment.

Usage Examples

1

/securevibe scan my-app/src for SQL injection risks

2

Generate a secure REST endpoint using /securevibe guidelines

3

/securevibe enforce --policy strict --path ./generated

View source on GitHub
security

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is securevibe?

SecureVibe is a prevention-first security skill that makes AI coding assistants write secure code at generation time. It uses signed SKILL.md knowledge and a deterministic CI gate to enforce security without requiring internet access or API keys, leveraging Ed25519 signatures for integrity.

How to install securevibe?

To install securevibe: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/securevibe.md https://raw.githubusercontent.com/ShieldNet-360/securevibe/main/SKILL.md. Finally, /securevibe in Claude Code.

What is securevibe best for?

securevibe is a skill categorized under General. It is designed for: security. Created by ShieldNet-360.

What can I use securevibe for?

securevibe is useful for: Prevent injection vulnerabilities in AI-generated SQL queries by enforcing parameterized queries at generation time.; Ensure all AI-written code passes a deterministic security gate before being committed to the repository.; Automatically apply Ed25519-signed security rules to new code without manual review.; Block insecure cryptographic implementations in AI-generated code by enforcing approved algorithms.; Enforce input validation patterns in AI-generated web endpoints to prevent XSS and CSRF attacks.; Integrate offline security checks into CI pipelines to catch vulnerabilities before deployment..