frontierharness-eval
Fail
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The provisioning script downloads a shell script from a remote URL and executes it directly by piping it to the shell.
- Evidence:
curl -LsSf https://astral.sh/uv/install.sh | shinscripts/provision-golden-checkpoint.sh. - [EXTERNAL_DOWNLOADS]: The skill downloads code, corpora, and container images from various third-party sources during setup and execution.
- Evidence: Clones the Deep-SWE corpus from
https://github.com/datacurve-ai/deep-sweinscripts/provision-golden-checkpoint.sh. - Evidence: Downloads task-specific Docker images from various registries during trials.
- [COMMAND_EXECUTION]: The skill constructs and executes shell commands dynamically based on user-provided harness names and task definitions.
- Evidence: The
render()function inscripts/run-trials.shinterpolates variables into shell templates which are then executed viarunta exec. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data produced by third-party coding agents, creating a potential path for malicious data to influence the benchmarking process.
- Ingestion points: Reads
result.json,trial.json, and agent trajectories from harness job directories inscripts/calculate-cost.pyandscripts/normalize-results.mjs. - Boundary markers: Absent; the skill does not use specific delimiters or instructions to ignore embedded content when parsing agent outputs.
- Capability inventory: The skill has extensive shell execution capabilities within its sandboxed runtimes via
runta execandtrial-worker.sh. - Sanitization: While the skill uses
jqfor structured JSON parsing, it does not explicitly sanitize the text content of agent trajectories against malicious instructions.
Recommendations
- HIGH: Downloads and executes remote code from: https://astral.sh/uv/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata