vibe

Fail

Audited by Runlayer on Mar 14, 2026

Risk Level: HIGH
Scan Summary
Max Score
94%
Files
18
Flagged
11
Chunks
46
Flagged Files (11)
vibe/SKILL.mdHIGH
94.4%

Shadow Persistence

Privilege Escalation

Destructive Action

Resource Abuse

Context Poisoning

Prompt Injection

Guardrail Bypass

vibe/references/shell-standards.mdMEDIUM
84.6%

Tool passed security scan

Malicious tool definition detected

Tool: vibe/references/shell-standards.md [2/3] Description: } # ------------------------------------------------------------------- # Main # ------------------------------------------------------------------- main() { local required_arg="" # Parse arguments while [[ $# -gt 0 ]]; do case "$1" in -h|--help) usage exit 0 ;; -n|--namespace) NAMESPACE="$2" shift 2 ;; --dry-run) DRY_RUN="true" shift ;; -*) die "Unknown option: $1" ;; *) required_arg="$1" shift ;; esac done validate_args "${required_ar

vibe/references/examples.mdMEDIUM
83.8%

Malicious tool definition detected

vibe/references/python-standards.mdMEDIUM
83.4%

Tool passed security scan

Malicious tool definition detected

Tool: vibe/references/python-standards.md [4/4] Description: hardcode secrets in source code: ```python # DANGEROUS - Hardcoded secrets API_KEY = "REDACTED" # Leaked in git history forever db_url = "postgresql://user:REDACTED@prod-db:5432/app" # SAFE - Environment variables import os API_KEY = os.environ["API_KEY"] # Fails loudly if missing # SAFE - With default for optional config DEBUG = os.environ.get("DEBUG", "false").lower() == "true" # SAFE - Vault/secrets manager for production from hvac

vibe/scripts/prescan.shMEDIUM
82.3%

Malicious tool definition detected

vibe/references/deep-audit-protocol.mdMEDIUM
77.3%

Risky tool definition detected

vibe/references/json-standards.mdLOW
61.6%

Tool passed security scan

vibe/references/patterns.mdLOW
56.9%

Tool passed security scan

vibe/references/go-standards.mdLOW
55.3%

Tool passed security scan

vibe/references/yaml-standards.mdLOW
53.8%

Tool passed security scan

vibe/references/markdown-standards.mdLOW
50.1%

Tool passed security scan

Passed Files (7)Click to expand
vibe/references/typescript-standards.mdOK
46.1%

Tool passed security scan

vibe/scripts/ol-validate.shOK
42.8%

Tool passed security scan

vibe/scripts/validate.shOK
38.7%

Tool passed security scan

vibe/references/vibe-coding.mdOK
29.6%

Tool passed security scan

vibe/references/rust-standards.mdOK
24.9%

Tool passed security scan

vibe/references/go-patterns.mdOK
22.0%

Tool passed security scan

vibe/references/report-format.mdOK
13.3%

Tool passed security scan

Audit Metadata
Max File Score
94%
Classification
KNOWN_SERVER_KNOWN_TOOL_LIST
Files Scanned
18
Files Flagged
11
Chunks Analyzed
46
Analyzed
Mar 14, 2026, 12:19 PM
Security Audit — runlayer — vibe