# Send Ralph Quick Security Check to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ralph-quick",
    "name": "Ralph Quick Security Check",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/dorukardahan/ralph-quick",
    "canonicalUrl": "https://clawhub.ai/dorukardahan/ralph-quick",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ralph-quick",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ralph-quick",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/severity-guide.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ralph-quick",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T12:12:27.362Z",
      "expiresAt": "2026-05-06T12:12:27.362Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ralph-quick",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ralph-quick",
        "contentDisposition": "attachment; filename=\"ralph-quick-3.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ralph-quick"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ralph-quick"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ralph-quick",
    "downloadUrl": "https://openagent3.xyz/downloads/ralph-quick",
    "agentUrl": "https://openagent3.xyz/skills/ralph-quick/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ralph-quick/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ralph-quick/agent.md"
  }
}
```
## Documentation

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

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

### References

Severity definitions

### 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

[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

IterCheck1Auto-detect stack, infra, git sync2.env in .gitignore check3Hardcoded secrets scan4DEBUG mode detection5SQL injection patterns6Command injection patterns7Authentication on sensitive endpoints8Rate limiting presence9Container 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

LevelMeaningVERIFIEDConfirmed with code reading or PoCLIKELYStrong evidence, no PoCPATTERN_MATCHKeyword match only — flag for human reviewNEEDS_REVIEWInconclusive

### Severity

LevelCVSSResponseCRITICAL9.0-10.0Stop and fix immediatelyHIGH7.0-8.9Fix before deploymentMEDIUM4.0-6.9Schedule fixLOW0.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).
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: dorukardahan
- Version: 3.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T12:12:27.362Z
- Expires at: 2026-05-06T12:12:27.362Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ralph-quick)
- [Send to Agent page](https://openagent3.xyz/skills/ralph-quick/agent)
- [JSON manifest](https://openagent3.xyz/skills/ralph-quick/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ralph-quick/agent.md)
- [Download page](https://openagent3.xyz/downloads/ralph-quick)