You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem\nPre-run review currently approves runs when the agent times out or throws an exception. This is a fail-open behavior even when SVS is enabled. See src/goldfish/pre_run_review.py (exception handlers return approved=True).\n\n### Impact\nA failed or misconfigured agent (expired API key, CLI missing, timeout) silently allows long GPU runs to proceed despite the safety check being enabled.\n\n### Suggested Fix\nIf SVS is enabled, failed/timeout reviews should either block or require explicit bypass. At minimum, make this behavior explicit and configurable.\n\n### References\n- src/goldfish/pre_run_review.py timeout/exception handlers
Problem\nPre-run review currently approves runs when the agent times out or throws an exception. This is a fail-open behavior even when SVS is enabled. See src/goldfish/pre_run_review.py (exception handlers return approved=True).\n\n### Impact\nA failed or misconfigured agent (expired API key, CLI missing, timeout) silently allows long GPU runs to proceed despite the safety check being enabled.\n\n### Suggested Fix\nIf SVS is enabled, failed/timeout reviews should either block or require explicit bypass. At minimum, make this behavior explicit and configurable.\n\n### References\n- src/goldfish/pre_run_review.py timeout/exception handlers