← Back to Skills Marketplace
Ralph Security Audit
by
dorukardahan
· GitHub ↗
· v3.0.0
649
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install ralph-security
Description
Comprehensive security audit with 100 iterations (~30-60 min). Use when user says 'security audit', 'ralph security', 'weekly security check', 'audit this pr...
Usage Guidance
This skill is an instruction-only, 100-step security audit that will read project files, run git commands, scan for secrets, inspect environment variables, and write a `.ralph-report.md` in the repository. That behavior aligns with an audit, but note: (1) it will access environment variables and may surface secrets despite the skill declaring no required credentials, (2) it will write a report file that could contain sensitive findings — back up or inspect existing `.ralph-report.md` before running, and (3) if you run it against a live system the agent may request DB or infrastructure access (you would need to provide credentials separately). Only run this skill in a controlled environment where you are comfortable the agent can read the repo and env, and review the generated report before sharing it. If you need stricter boundaries, require the skill to declare which env/files it will access or run it inside an isolated container/CI job with read-only mounts.
Capability Analysis
Type: OpenClaw Skill
Name: ralph-security
Version: 3.0.0
The skill bundle defines a comprehensive security audit. While it instructs the AI agent to perform high-risk actions like reading environment variables, searching for secrets (API keys, passwords, tokens), executing `git` commands, enumerating network services, and writing to the filesystem (for reports), these capabilities are explicitly and plausibly required for a legitimate security audit. The `SKILL.md` instructions are detailed and focused on reporting findings, not exfiltrating data or performing unauthorized actions. There is no evidence of malicious intent, prompt injection to subvert the agent, or instructions to act beyond the stated purpose of auditing the project.
Capability Assessment
Purpose & Capability
Name and description match the behavior: the SKILL.md instructs the agent to enumerate stack files, CI, infra manifests, secrets, auth, and run 100 staged checks. These capabilities are coherent with a comprehensive security audit.
Instruction Scope
Runtime instructions explicitly tell the agent to read code, check environment variables, audit DB constraints, run git commands, and write/rotate a `.ralph-report.md` file. Reading repo files and running git is consistent, but the instructions are broad (e.g., 'check DB constraints', 'Environment variable audit') and give the agent discretion to access secrets and system state not declared elsewhere.
Install Mechanism
Instruction-only skill with no install spec and no shipped code — this is low-risk from an install perspective (nothing is downloaded or written by an installer).
Credentials
The skill requests access to environment variables, uncommitted sensitive files, and possibly databases, but requires.env and primary credential are empty. That mismatch means the agent may try to access sensitive local env/state without any declared credential scope or user prompt guidance.
Persistence & Privilege
always is false and the skill does not request system-wide persistence. It instructs writing and rotating `.ralph-report.md` in the workspace (normal for an audit), which may store discovered secrets or sensitive findings locally — users should be warned to protect that file.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ralph-security - After installation, invoke the skill by name or use
/ralph-security - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.0
Latest update
v2.0.0
Initial publish — security audit skill (10/100/1K/10K iterations)
Metadata
Frequently Asked Questions
What is Ralph Security Audit?
Comprehensive security audit with 100 iterations (~30-60 min). Use when user says 'security audit', 'ralph security', 'weekly security check', 'audit this pr... It is an AI Agent Skill for Claude Code / OpenClaw, with 649 downloads so far.
How do I install Ralph Security Audit?
Run "/install ralph-security" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ralph Security Audit free?
Yes, Ralph Security Audit is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Ralph Security Audit support?
Ralph Security Audit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ralph Security Audit?
It is built and maintained by dorukardahan (@dorukardahan); the current version is v3.0.0.
More Skills