skills/broomva/skills/parallax/Gen Agent Trust Hub

parallax

Pass

Audited by Gen Agent Trust Hub on Aug 23, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses subprocess.run within its test suite (tests/test_integration_live_cli.py) to execute the parallax binary and verify output parsing. This is a standard practice for integration testing of CLI-based tools.
  • [COMMAND_EXECUTION]: The SKILL.md provides instructions for local installation via git clone and bun link, which are standard developer workflows for installing local CLI tools.
  • [REMOTE_CODE_EXECUTION]: There are no patterns of piping remote URLs to shell interpreters. The external repository referenced (github.com/broomva/parallax) is the official source for the tool and is treated as a trusted vendor resource for this skill.
  • [DATA_EXFILTRATION]: No network operations or unauthorized data transfer patterns were detected. The Python scripts process JSON data locally from stdin or files to provide state machine logic.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 23, 2026, 06:18 AM
Security Audit — agent-trust-hub — parallax