verify
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill includes functionality to process untrusted external data through the
ruview_claim_check {text}command, which evaluates reports, README sections, PR bodies, and model cards. This creates a surface for indirect prompt injection where malicious instructions could be embedded in the processed data to manipulate the agent. - Ingestion points: External text processed via
{text}parameter inSKILL.md. - Boundary markers: None identified to isolate untrusted data from the agent's instructions.
- Capability inventory: Ability to execute shell scripts and Python scripts as defined in the verification workflows in
SKILL.md. - Sanitization: No sanitization or escaping of external content is specified.
- [COMMAND_EXECUTION]: The skill executes several local scripts to perform deterministic proofs and bundle verification.
- Runs
archive/v1/data/proof/verify.pyvia theruview_verifycommand. - Runs
scripts/generate-witness-bundle.shto produce distribution artifacts. - Executes
VERIFY.shwithin a dynamically generated directory path (dist/witness-bundle-ADR028-*/) after the bundle is created.
Audit Metadata