Ralph Security Audit
Analysis
This is a coherent security-audit skill, but it asks the agent to inspect secrets, environment/auth infrastructure, and persist reports without clearly defining scope or redaction.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
1. `git rev-parse --show-toplevel`, `git remote -v`
The skill documents local command use for project discovery. This is expected for a security audit, but users should notice that the agent may inspect repository metadata and local project structure.
| 8 | Exposed ports (host/container) | ... | 10 | Cron jobs and scheduled tasks | ... | 12 | Docker environment check |
The audit includes local infrastructure inspection. This is relevant to the stated security purpose, but it reaches beyond simple source-code reading into host/container configuration.
Source: unknown; Homepage: none; Registry Version: 3.0.0; SKILL.md metadata version: "2.0.0"
The skill is instruction-only, so there is no package code dependency risk shown here, but the provenance is limited and the displayed version metadata is inconsistent.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
| 46-50 | Secret detection (API keys, passwords, tokens) |
The skill explicitly directs the agent to inspect credentials and tokens. That is purpose-aligned for a security audit, but the artifacts do not define which locations are in scope, whether values should be redacted, or how credential material should be handled.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
On start: rename existing `.ralph-report.md` to `.ralph-report-{YYYY-MM-DD-HHmm}.md`. Auto-save every 10 iterations.The skill persists audit output to local report files. Because the audit includes secrets and security findings, the report could retain sensitive information unless the agent is separately instructed to redact or protect it.
