ru-score
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted user-supplied text to perform quality scoring, which creates a surface for indirect instructions to influence the agent.
- Ingestion points: User input is ingested via the
$ARGUMENTSvariable as described inSKILL.md. - Boundary markers: No specific delimiters or boundary markers are defined to isolate user-provided text from the skill's scoring instructions.
- Capability inventory: The skill environment is restricted to
Read,Grep, andGlobtools. It explicitly disallows dangerous tools such asWrite,Edit,Bash, andPowerShell. - Sanitization: The instructions do not specify any sanitization, filtering, or escaping of the user-provided text before it is evaluated by the agent.
Audit Metadata