product-spec
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The Python script
assets/ralph/scripts/ralph/spec_to_prd.pyuses thesubprocessmodule to executegit rev-parseto retrieve the current branch name. This is a benign use of system commands with hardcoded arguments for metadata collection. - [COMMAND_EXECUTION]: Utility scripts such as
scripts/collect-project-context.shandscripts/check-brand-signature.shutilize standard Unix tools likels,git, andripgrepto gather repository status and validate documentation standards. - [REMOTE_CODE_EXECUTION]: The skill includes shell wrappers (
ralph-claude.shandralph-codex.sh) that facilitate the 'Golden Ralph Loop,' which orchestrates autonomous coding iterations via external AI agent CLIs. This functionality is the stated primary purpose of the team automation features and is documented with appropriate safety guardrails. - [SAFE]: The file
references/evals.yamlcontains comprehensive 'pressure' test cases designed to evaluate the agent's ability to refuse malicious instructions, such as prompt injections and unauthorized shell commands. - [SAFE]: The skill's core instructions in
SKILL.mdandreferences/STYLE_GUIDE.mdmandate the redaction of secrets and require the agent to treat all external content as hostile, aligning with security best practices.
Audit Metadata