Approved evaluations execute fixture commands and repository checks that are not pre-bounded
Source references: 3The Skill requires an “exact command” and runs the repository's focused code checks, but it does not restrict allowed commands, network access, or process privileges. An untrusted repository or test script could therefore execute arbitrary project code.
A malicious or compromised script could read credentials visible to the process, access the network, alter workspace files, or invoke local tools. Operator approval of the evaluation design reduces risk but does not itself establish that the commands are safe.
The commands are part of an operator-approved evaluation: the skill first requires a proposal naming the exact fixture and command, followed by approval before editing. Repository checks can execute project code, but the source does not direct hidden, arbitrary, or unapproved execution. The user should still confirm the commands and their network/process permissions when approving.
This assessment concerns the code and conditions shown, not proof that harm has occurred.Propose one minimal candidate change and a **paired eval** before editing. Theevaluation must run baseline and candidate on identical fixed inputs and record:- the task-outcome or quality check that must remain acceptable;- the same token, byte, or provider-counted cost measure for both arms;- the exact fixture, command, and environment used; and- any confounder that prevents a fair comparison.Show 2 other places
Keep the diff at the evidenced callsite and preserve existing safety controls.Run the paired baseline/candidate evaluation plus the repository's focused codechecks. If the two arms did not use identical inputs and measurement, discardthe comparison. If quality regresses or the resource result is inconclusive,Ask for approval of the candidate and eval design. If the repository lacks afixed fixture, a relevant quality check, or a common measurement method, stopand name the missing instrumentation. Ordinary unit tests alone do not prove anoptimization.