ralph-security
Comprehensive security audit with 100 iterations (~30-60 min). Use when user says 'security audit', 'ralph security', 'weekly security check', 'audit this project', 'new project security review', or 'check for vulnerabilities'. Covers OWASP Top 10, auth, secrets, infrastructure, and code quality.
Why use this skill?
Perform deep, comprehensive security audits on your codebase with Ralph Security. Covers OWASP Top 10, auth, and infrastructure to ensure robust protection.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dorukardahan/ralph-securityWhat This Skill Does
Ralph Security is a high-rigor, autonomous security audit agent designed for OpenClaw. It performs an exhaustive 100-iteration code and infrastructure audit, specifically tailored to identify vulnerabilities following industry-standard benchmarks. The skill operates by systematically walking through a predefined phase structure—Reconnaissance, OWASP Top 10, Auth & Secrets, Infrastructure, and Code Quality—to provide a defense-in-depth analysis of any target project. By employing an evidence-based approach, it mandates verification against existing libraries (e.g., Auth0, bcrypt, jose) before flagging vulnerabilities, minimizing false positives and providing actionable remediation steps.
Installation
You can install this skill directly via the ClawHub repository using the following command:
clawhub install openclaw/skills/skills/dorukardahan/ralph-security
Use Cases
This skill is ideal for:
- Pre-deployment security sign-offs: Ensuring that a codebase meets security standards before pushing to production.
- Legacy system reviews: Identifying accumulated technical debt and security vulnerabilities in long-running projects.
- Continuous Compliance: Weekly security checks for projects to identify new vulnerabilities or regressions in security posture.
- Infrastructure hardening: Auditing container configurations, environment variables, and hidden attack surfaces.
Example Prompts
- "Ralph, perform a weekly security check on this project to identify any potential vulnerabilities in the current auth implementation."
- "I need a deep audit this project. Start the Ralph security process and focus on the OWASP Top 10 vulnerabilities."
- "Run a new project security review for this repository to ensure our secrets management and infra configs are safe."
Tips & Limitations
- Time Commitment: The audit is designed to be thorough. Each run takes approximately 30-60 minutes; ensure the agent has sufficient time to complete the full 100 iterations.
- Verification: The agent is programmed to be conservative; if a security control is detected via a library or environment gating, it will mark it as safe. You may need to provide additional context if custom security implementations bypass standard detection patterns.
- Critical Findings: Always prioritize manual review of flagged 'CRITICAL' findings. While Ralph is highly effective at surfacing risks, final architectural security decisions remain with the human engineer.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dorukardahan-ralph-security": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
traktor
Extract all assets and content from websites including images, SVGs, fonts, videos, and page structure. Parallel agents with thorough scraping coverage. Triggers: "extract assets", "scrape website", "download site assets", "get all images from", or "/traktor url". Supports multiple URLs.
skeall
Agent Skills (SKILL.md) builder, auditor, and improver for cross-platform LLM agents. Use for "skeall", "build a skill", "create skill", "improve skill", "audit skill", "skill review", or any SKILL.md question. Follows agentskills.io standard.
humanizer-enhanced
Advanced AI text humanizer for blog content. Detects and removes 34 AI writing patterns, adds personality/soul, and handles crypto/Web3 specific tells. Use when user says /humanizer, "humanize this", "remove AI patterns", "make it sound human", or asks to clean up blog posts, articles, or drafts. Features: 28 base patterns from Wikipedia's "Signs of AI writing", 6 crypto/Web3 specific patterns, severity scoring (HIGH/MEDIUM/LOW), stat attribution fixer, soul/personality injection, batch mode.
research-reprompter
Transform rough research questions into executable USACF research prompts. Use when user says "research", "research this", "investigate", "deep dive", "researcher", or pastes a research topic. Generates complete multi-agent swarm configuration with algorithm selection, claude-flow commands, and adversarial review.
ralph-quick
Fast security spot-check with 10 iterations (~5-10 min). Use when user says 'quick security check', 'pre-deploy audit', 'ralph quick', 'fast security scan', 'spot check before deploy', or 'daily security check'. Covers secrets, OWASP basics, auth, rate limiting, and containers.