parallax
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
subprocess.runwithin its test suite (tests/test_integration_live_cli.py) to execute theparallaxbinary and verify output parsing. This is a standard practice for integration testing of CLI-based tools. - [COMMAND_EXECUTION]: The
SKILL.mdprovides instructions for local installation viagit cloneandbun 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