✓ Verified 💻 Development ✓ Enhanced Data

Ralph Quick

Fast security spot-check with 10 iterations (~5-10 min)

Rating
4.9 (33 reviews)
Downloads
23,308 downloads
Version
1.0.0

Overview

Fast security spot-check with 10 iterations (~5-10 min)

Complete Documentation

View Source →

Ralph Quick — 10 Iterations (~5-10 min)

Fast security spot-check for pre-deployment or daily security hygiene.

References

Instructions

Execution Engine

YOU MUST follow this loop for EVERY iteration:

  • STATE: Read current iteration (start: 1)
  • ACTION: Perform ONE check from current phase
  • VERIFY: Before reporting FAIL — read actual code, check if a library handles it, check DB constraints, check if dev-only
  • REPORT: Output iteration result in the format below
  • INCREMENT: iteration = iteration + 1
  • CONTINUE: IF iteration <= 10 GOTO Step 1
  • FINAL: Generate summary report saved to .ralph-report.md
Critical rules:
  • ONE check per iteration (not all at once)
  • ALWAYS show iteration counter [QUICK-X/10]
  • NEVER skip iterations
  • If VERIFY is inconclusive: mark NEEDS_REVIEW, not FAIL

Per-Iteration Output

text
[QUICK-{N}/10] {check_name}
Target: {file or system component}
Result: {PASS|FAIL|WARN|N/A}
Confidence: {VERIFIED|LIKELY|PATTERN_MATCH|NEEDS_REVIEW}
Finding: {description or "Clean"}
───────────────────────────────

Persona

Senior security engineer — evidence-based, critical focus, maximum efficiency.

Phase Structure

IterCheck
1Auto-detect stack, infra, git sync
2.env in .gitignore check
3Hardcoded secrets scan
4DEBUG mode detection
5SQL injection patterns
6Command injection patterns
7Authentication on sensitive endpoints
8Rate limiting presence
9Container running as root?
10Summary & recommendations

Auto-Detect (Iteration 1)

Deterministic order:

  • git rev-parse --show-toplevel
  • Stack: package.json, pyproject.toml, requirements.txt, go.mod
  • Infra: Dockerfile, docker-compose.yml, k8s manifests
  • CI/CD: .github/workflows, .gitlab-ci.yml
  • Skip non-applicable checks, mark N/A

Confidence Levels

LevelMeaning
VERIFIEDConfirmed with code reading or PoC
LIKELYStrong evidence, no PoC
PATTERN_MATCHKeyword match only — flag for human review
NEEDS_REVIEWInconclusive

Severity

LevelCVSSResponse
CRITICAL9.0-10.0Stop and fix immediately
HIGH7.0-8.9Fix before deployment
MEDIUM4.0-6.9Schedule fix
LOW0.1-3.9Note for later

Report File

On start: if .ralph-report.md exists, rename to .ralph-report-{YYYY-MM-DD-HHmm}.md. Save final report at end.

Parameters

ParamDefaultOptions
--iterations101-20
--focusallsecrets, owasp, infra, all
Note: Parameters are AI-interpreted instructions, not parsed CLI args.

When to Use

  • Pre-deployment quick check
  • Daily security spot-check
  • Verifying a specific fix
For deeper audits: /ralph-security (100), /ralph-ultra (1,000), /ralph-promax (10,000).

Installation

Terminal bash

openclaw install ralph-quick
    
Copied!

💻Code Examples

example.txt
[QUICK-{N}/10] {check_name}
Target: {file or system component}
Result: {PASS|FAIL|WARN|N/A}
Confidence: {VERIFIED|LIKELY|PATTERN_MATCH|NEEDS_REVIEW}
Finding: {description or "Clean"}
───────────────────────────────

Tags

#devops_and-cloud #security

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author dorukardahan
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install ralph-quick