harness
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill includes scripts (
scripts/install.sh,scripts/sync-upstream-harness.sh) that download code and documentation from therevfactory/harnessGitHub repository. These operations are used to install the skill and synchronize reference materials from the upstream project. - [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute internal management and utility scripts: scripts/install.sh: Handles the initial setup by cloning the project repository and installing the skill to the local environment.scripts/bootstrap-harness.sh: Creates the directory structure for new agent teams and generates a manifest file for orchestration.scripts/validate-harness.sh: Implements a linter that validates the structure and content of generated agent definitions and skill files.scripts/sync-upstream-harness.sh: Synchronizes local reference files with the latest versions from the repository.
Audit Metadata