Run agents like Hermes, LangChain Deep Agents, and OpenClaw more securely inside NVIDIA OpenShell with managed inference
This report presents the forensic synthetic code analysis of NVIDIA/NemoClaw, a TypeScript project with 22,297 GitHub stars. SynthScan v2.0 examined 1,643,521 lines of code across 5338 source files, recording 9766 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 8.6 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 9766 distinct pattern matches across 20 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/mcp-tool-discovery-runtime/tool-discovery-core.ts | 34 | export function parseMcpToolDiscoveryArguments(args: string[]): McpToolDiscoveryArguments { | CODE |
| LOW | tools/mcp-tool-discovery-runtime/tool-discovery-core.ts | 52 | export function buildMcpToolDiscoveryAuthorizationPlaceholder( | CODE |
| LOW | tools/mcp-tool-discovery-runtime/tool-discovery-core.ts | 205 | export async function runMcpToolDiscoverySession(session: McpToolDiscoverySession): Promise<void> { | CODE |
| LOW | tools/mcp-tool-discovery-runtime/tool-discovery-core.ts | 322 | export function safeToolDiscoveryErrorDetail(error: unknown): string { | CODE |
| LOW | tools/e2e/risk-signal.ts | 54 | export function configuredRiskSignalEnvironment( | CODE |
| LOW | test/shields-external-policy-recovery.test.ts | 25 | function externalPolicyMutationAuthority(effectivePolicy: Record<string, unknown>) { | CODE |
| LOW | test/shields-external-policy-recovery.test.ts | 34 | function prepareExternalMcpRecoveryFixture() { | CODE |
| LOW | test/shields-external-policy-recovery.test.ts | 60 | function bindExternalPolicyRecovery( | CODE |
| LOW | test/shields-external-policy-recovery.test.ts | 84 | function readExternalRecoveryArtifact(artifactPath: string): { | CODE |
| LOW | test/shields-external-policy-recovery.test.ts | 99 | function mismatchedExternalAuthority() { | CODE |
| LOW | test/shields-external-policy-recovery.test.ts | 112 | function prepareExternalRecoveryRetirementFixture() { | CODE |
| LOW | test/nemoclaw-start-gateway.test-helpers.ts | 46 | export function extractGatewayLogAppendFunction(src: string, gatewayLog: string): string { | CODE |
| LOW | test/messaging-plan-test-helper.ts | 59 | export function withLegacyMessagingPlanEnv( | CODE |
| LOW | test/messaging-plan-test-helper.ts | 78 | export async function withLegacyMessagingPlanEnvDirect( | CODE |
| LOW | …ler-integration/install-station-resume-cleanup.test.ts | 18 | function writeStationExpressInstallerResume(mode: "express" | "provider") { | CODE |
| LOW | …ller-integration/install-openshell-version-pin.test.ts | 135 | function createFakeStickyOpenshell(binDir: string, version: string): void { | CODE |
| LOW | …r-integration/install-station-host-preparation.test.ts | 44 | function runNonInteractiveStationSelector(home: string) { | CODE |
| LOW | test/installer-integration/install-preflight.test.ts | 42 | function runFailedSessionPromptChoice(answer: string) { | CODE |
| LOW | test/installer-integration/install-preflight.test.ts | 2059 | function callEnsureSupportedRuntime( | CODE |
| LOW | test/installer-integration/install-preflight.test.ts | 2864 | function runInstallerWithPipedStdinAndTty(answer: string) { | CODE |
| LOW | test/installer-integration/install-preflight.test.ts | 2868 | function runInstallerWithInteractiveStdin(answer: string) { | CODE |
| LOW | …t/installer-integration/install-express-prompt.test.ts | 104 | function detectExpressPlatformForProductName(productName: string) { | CODE |
| LOW | …t/installer-integration/install-express-prompt.test.ts | 108 | function detectExpressPlatformForStockDgxRelease(productName: string, dgxRelease: string) { | CODE |
| LOW | …-integration/install-station-vllm-continuation.test.ts | 27 | function runStationPreparationSourced(body: string) { | CODE |
| LOW | …ller-integration/install-station-package-state.test.ts | 30 | function runRealApplyPackagePreflight(body: string) { | CODE |
| LOW | …nstaller-integration/install-managed-cli-reuse.test.ts | 77 | function setupGroupAccessibleStateRoot({ home }: Parameters<InitialStateSetup>[0]) { | CODE |
| LOW | …nstaller-integration/install-managed-cli-reuse.test.ts | 88 | function runManagedCliInstallTwice({ | CODE |
| LOW | test/repository/cli-coverage-sequencer.test.ts | 51 | function currentCliCoverageEntries(): WeightedShardEntry<string>[] { | CODE |
| LOW | test/repository/workflow-vitest-paths.test.ts | 17 | function collectWorkflowTestReferences(workflowRoots: readonly string[]) { | CODE |
| LOW | test/install/install-openshell-gateway-service.test.ts | 121 | function writeUpstreamSystemctlStub( | CODE |
| LOW | test/install/install-agent-alias-parity.test.ts | 30 | function installerCanonicalAgentName(input: string): string { | CODE |
| LOW | test/install/install-openshell-upgrade-prompt.test.ts | 25 | function runInstallerOpenshellVersionFlow( | CODE |
| LOW | test/install/install-openshell-upgrade-prompt.test.ts | 110 | function runPreinstallUpgradeGuard( | CODE |
| LOW | test/install/dev-setup-doctor.test.ts | 43 | function writeUnsupportedPythonTools(fakeBin: string): void { | CODE |
| LOW | test/install/install-orphaned-sandbox-recovery.test.ts | 35 | function runRecoveryClassification( | CODE |
| LOW | test/install/install-orphaned-sandbox-recovery.test.ts | 101 | function runStrictBackupRecoveryFlow(): { output: string; cleanup: () => void } { | CODE |
| LOW | test/install/install-onboard-exit.test.ts | 54 | function runOnboardInterruptedStatus(env: Record<string, string>): number | null { | CODE |
| LOW | test/install/uninstall.test.ts | 91 | function seedManagedHermesStateVolume(tmp: string): string { | CODE |
| LOW | test/install/uninstall.test.ts | 99 | function seedCompletedDefaultAuthority( | CODE |
| LOW | test/install/uninstall.test.ts | 190 | function writeManagedHermesVolumeDocker(fakeBin: string, tmp: string) { | CODE |
| LOW | test/install/uninstall.test.ts | 230 | function writeManagedGatewayConfig(tmp: string): string { | CODE |
| LOW | test/install/uninstall.test.ts | 251 | function startManagedGatewayProcess(tmp: string): ChildProcess { | CODE |
| LOW | test/install/uninstall.test.ts | 278 | function startPackagedGatewayProcess( | CODE |
| LOW | test/install/install-onboard-yes.test.ts | 584 | function runDeferredOnboardingMain(options: DeferredOnboardingMainOptions = {}) { | CODE |
| LOW | test/install/reviewed-npm-archive.test.ts | 101 | function cachedArchivePackResponse( | CODE |
| LOW | test/install/patch-bundled-npm-brace-expansion.test.ts | 62 | function expectAffectedTreeUnchanged(target: ReturnType<typeof fixture>): void { | CODE |
| LOW | …st/install/installer-supervisor-manifest-trust.test.ts | 53 | function selectSupervisorManifestPin(source: string, version: string, digest: string): string { | CODE |
| LOW | …st/install/installer-supervisor-manifest-trust.test.ts | 132 | function writeRegularSupervisorRuntime(runtimePath: string, source: string): void { | CODE |
| LOW | …st/install/installer-supervisor-manifest-trust.test.ts | 136 | function writeSymlinkedSupervisorRuntime(runtimePath: string, source: string): void { | CODE |
| LOW | …st/install/installer-supervisor-manifest-trust.test.ts | 331 | " function getOpenShellDockerSupervisorImage(", | CODE |
| LOW | …st/install/installer-supervisor-manifest-trust.test.ts | 336 | function getOpenShellDockerSupervisorImage(`, | CODE |
| LOW | test/install/install-npm-resolution.test.ts | 69 | function normalizeShellPathForAssert(value: string): string { | CODE |
| LOW | …install/installer-homebrew-formula-reuse-trust.test.ts | 30 | function removeHomebrewFormulaReuseRepair(source: string): string { | CODE |
| LOW | …install/installer-homebrew-formula-reuse-trust.test.ts | 63 | function restoreFlatInstallTestPaths(source: string): string { | CODE |
| LOW | test/install/install-stage-from-stdin.test.ts | 130 | function ownedStagedFileOrPlaceholder(execLog: string, tmp: string): string { | CODE |
| LOW | test/install/install-docker-group-reexec.test.ts | 18 | function extractShellFunctionBefore(name: string, nextName: string): string { | CODE |
| LOW | test/install/installer-sandbox-build-trust.test.ts | 44 | function mutateSandboxBuildFunction( | CODE |
| LOW | test/install/patch-bundled-npm-ip-address.test.ts | 69 | function expectAffectedTreeUnchanged(target: ReturnType<typeof fixture>): void { | CODE |
| LOW | test/install/install-station-platform-identity.test.ts | 50 | function writePciIdentityFixtureMissing(field: "vendor" | "device" | "class") { | CODE |
| LOW | test/install/install-default-agent-fallback.test.ts | 13 | function extractShellFunctionBefore(name: string, nextName: string): string { | CODE |
| 7506 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | test/install/dev-setup-doctor.test.ts | 138 | elif [ "\${1:-}" = "${repo}/bin/nemoclaw.js" ] && [ "\${2:-}" = "onboard" ]; then | CODE |
| HIGH⚡ | test/install/dev-setup-doctor.test.ts | 149 | elif [ "\${FAKE_NPM_ROOT_INSTALL_FAIL:-}" = "1" ] && [ "\${1:-}" = "install" ]; then | CODE |
| HIGH⚡ | test/install/dev-setup-doctor.test.ts | 151 | elif [ "\${FAKE_NPM_PLUGIN_INSTALL_FAIL:-}" = "1" ] && [ "\${1:-}" = "--prefix" ] && [ "\${2:-}" = "nemoclaw" ] && [ "\$ | CODE |
| HIGH⚡ | test/install/dev-setup-doctor.test.ts | 153 | elif [ "\${FAKE_NPM_CLI_TYPECHECK_OOM:-}" = "1" ] && [ "\${1:-}" = "run" ] && [ "\${2:-}" = "typecheck:cli" ]; then | CODE |
| HIGH | test/install/dev-setup-doctor.test.ts | 221 | elif [ "\${1:-}" = "auth" ] && [ "\${2:-}" = "status" ]; then | CODE |
| HIGH⚡ | test/install/install-cdi-repair.test.ts | 72 | return False | CODE |
| HIGH⚡ | test/install/install-cdi-repair.test.ts | 75 | return True | CODE |
| HIGH⚡ | test/install/install-cdi-repair.test.ts | 78 | return True | CODE |
| HIGH⚡ | test/install/install-cdi-repair.test.ts | 80 | return False | CODE |
| HIGH | …e-runtime/image-compatibility-docker-lifecycle.test.ts | 72 | elif [[ "\${1:-}" == "rm" && "\${2:-}" == "-f" ]]; then | CODE |
| HIGH | …st/platform/images/publish-base-image-manifest.test.ts | 64 | elif [[ "$1" == *"${SHA_AMD64}"* ]]; then | CODE |
| HIGH⚡ | test/runtime/gateway/startup-process-identity.test.ts | 121 | elif namespace_access == "child_only": | CODE |
| HIGH⚡ | test/runtime/gateway/startup-process-identity.test.ts | 129 | return None | CODE |
| HIGH | test/runtime/gateway/startup-process-identity.test.ts | 244 | print(json.dumps(proof)) | CODE |
| HIGH⚡ | …nts/openclaw/openclaw-config-guard-lock-reseal.test.ts | 116 | elif scenario == "other-error-reraised": | CODE |
| HIGH⚡ | …nts/openclaw/openclaw-config-guard-lock-reseal.test.ts | 125 | elif scenario == "unsafe-file-posture-reraised": | CODE |
| HIGH⚡ | …nts/openclaw/openclaw-config-guard-lock-reseal.test.ts | 133 | elif scenario == "classifies-only-known-hash-drift": | CODE |
| HIGH⚡ | …nts/openclaw/openclaw-config-guard-lock-reseal.test.ts | 142 | elif scenario == "content-drift-fails-closed": | CODE |
| HIGH⚡ | …nts/openclaw/openclaw-config-guard-lock-reseal.test.ts | 151 | elif scenario == "clean-verify-only": | CODE |
| HIGH⚡ | …nts/openclaw/openclaw-config-guard-lock-reseal.test.ts | 158 | print("OK") | CODE |
| HIGH | …ents/openclaw/openclaw-managed-restart-respawn.test.ts | 167 | print(json.dumps({ | CODE |
| HIGH | …law/openclaw-config-guard-startup-failure-gate.test.ts | 90 | print(json.dumps({ | CODE |
| HIGH | …law/openclaw-config-guard-startup-failure-gate.test.ts | 239 | print(json.dumps({ | CODE |
| HIGH | …law/openclaw-config-guard-startup-failure-gate.test.ts | 318 | print(json.dumps({ | STRING |
| HIGH | …law/openclaw-config-guard-startup-failure-gate.test.ts | 343 | print(json.dumps({"status": status})) | STRING |
| HIGH | …gents/openclaw/openclaw-device-approval-policy.test.ts | 39 | print(json.dumps(payload, default=lambda value: sorted(value))) | CODE |
| HIGH | …gents/openclaw/openclaw-device-approval-policy.test.ts | 63 | print(json.dumps(result, sort_keys=True)) | CODE |
| HIGH | …gents/openclaw/openclaw-device-approval-policy.test.ts | 84 | print(json.dumps(result, sort_keys=True)) | CODE |
| HIGH | …gents/openclaw/runtime/auto-pair-settlement-fixture.ts | 79 | elif [ "$count" -le 6 ]; then printf '%s\n' ${JSON.stringify(browserPaired)} | CODE |
| HIGH | …gents/openclaw/runtime/auto-pair-settlement-fixture.ts | 80 | elif [ "$count" -le 10 ]; then printf '%s\n' ${JSON.stringify(lateCli)} | CODE |
| HIGH | …law/runtime/nemoclaw-start-auto-pair-bootstrap.test.ts | 123 | elif [ "$phase" = "scope-upgrade-pending" ]; then printf '%s\n' ${JSON.stringify(pendingList)} | CODE |
| HIGH | …law/runtime/nemoclaw-start-auto-pair-bootstrap.test.ts | 1139 | elif [ "$count" -eq 2 ]; then | CODE |
| HIGH | …law/runtime/nemoclaw-start-auto-pair-bootstrap.test.ts | 1141 | elif [ "$count" -eq 3 ]; then | CODE |
| HIGH | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 125 | print(guard._canonical_mcp_servers_digest(open(sys.argv[2], encoding="utf-8").read())) | CODE |
| HIGH | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 176 | print(json.dumps({ | CODE |
| HIGH | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 247 | print(json.dumps({"current": current, "pending": pending, "misuse": misuse})) | CODE |
| HIGH | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 325 | print(json.dumps(proof)) | CODE |
| HIGH | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 388 | print(json.dumps({ | CODE |
| HIGH | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 443 | print(json.dumps({ | CODE |
| HIGH | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 585 | print(json.dumps(rejected)) | CODE |
| HIGH | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 634 | print(json.dumps(outcomes)) | CODE |
| HIGH | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 709 | print(json.dumps({"diverged": diverged, "raced": raced})) | CODE |
| HIGH | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 754 | print(json.dumps({"state": state, "config_reads": config_reads})) | CODE |
| HIGH⚡ | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 971 | print(json.dumps({"errors": errors, "hash_unchanged": open(strict, encoding="utf-8").read() == pending_hash})) | STRING |
| HIGH | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 863 | print(json.dumps({"states": states, "hash": hash_text})) | STRING |
| HIGH | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 914 | print(json.dumps({ | STRING |
| HIGH | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 1023 | print(json.dumps({ | STRING |
| HIGH | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 1083 | print(json.dumps({"errors": errors, "hash_exists": os.path.exists(strict)})) | STRING |
| HIGH⚡ | …st/agents/hermes/hermes-mcp-config-transaction.test.ts | 582 | return True, type(error).__name__ | CODE |
| HIGH⚡ | …st/agents/hermes/hermes-mcp-config-transaction.test.ts | 583 | return False, "none" | CODE |
| HIGH | …st/agents/hermes/hermes-mcp-config-transaction.test.ts | 49 | print(json.dumps(errors)) | CODE |
| HIGH | …st/agents/hermes/hermes-mcp-config-transaction.test.ts | 116 | print(json.dumps(results)) | CODE |
| HIGH | …st/agents/hermes/hermes-mcp-config-transaction.test.ts | 145 | print(json.dumps(errors)) | CODE |
| HIGH | …st/agents/hermes/hermes-mcp-config-transaction.test.ts | 172 | print(json.dumps({"ok": True})) | CODE |
| HIGH | …st/agents/hermes/hermes-mcp-config-transaction.test.ts | 222 | print(json.dumps({ | CODE |
| HIGH | …st/agents/hermes/hermes-mcp-config-transaction.test.ts | 286 | print(json.dumps(accepted)) | CODE |
| HIGH | …st/agents/hermes/hermes-mcp-config-transaction.test.ts | 347 | print(json.dumps({"exit_code": module.main()})) | CODE |
| HIGH | …st/agents/hermes/hermes-mcp-config-transaction.test.ts | 411 | print(json.dumps({"results": results, "null_result": null_result})) | CODE |
| HIGH | …st/agents/hermes/hermes-mcp-config-transaction.test.ts | 463 | print(json.dumps({"exit_code": module.main()})) | CODE |
| HIGH | …st/agents/hermes/hermes-mcp-config-transaction.test.ts | 493 | print(json.dumps([ | CODE |
| 594 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .pre-commit-config.yaml | 45 | # ── Priority 0: general file fixers ─────────────────────────────────────── | COMMENT |
| MEDIUM | .pre-commit-config.yaml | 62 | # ── Priority 0: reject force-added ignored files ─────────────────────────── | COMMENT |
| MEDIUM | .pre-commit-config.yaml | 87 | # ── Priority 3: sync generated docs before read-only validation ─────────── | COMMENT |
| MEDIUM | .pre-commit-config.yaml | 98 | # ── Priority 5: formatters ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | .pre-commit-config.yaml | 122 | # ── Priority 6: auto-fix after formatting ───────────────────────────────── | COMMENT |
| MEDIUM | .pre-commit-config.yaml | 133 | # ── Priority 10: linters and validation ───────────────────────────────────── | COMMENT |
| MEDIUM | .pre-commit-config.yaml | 235 | # ── commit-msg hooks ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .pre-commit-config.yaml | 244 | # ── pre-push hooks ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .pre-commit-config.yaml | 274 | # ── post-merge / post-checkout: warn about stale compiled dist/ ─────────── | COMMENT |
| MEDIUM | .pre-commit-config.yaml | 290 | # ── Priority 20: project-level checks (full coverage is manual) ──────────── | COMMENT |
| MEDIUM | test/e2e-non-root-smoke.sh | 116 | # ── Summary ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | test/e2e-port-overrides.sh | 89 | # ── Test 1: Default port works through real entrypoint ────────── | COMMENT |
| MEDIUM⚡ | test/e2e-port-overrides.sh | 99 | # ── Test 2: Valid port override accepted by real entrypoint ───── | COMMENT |
| MEDIUM⚡ | test/e2e-port-overrides.sh | 109 | # ── Test 3: Non-numeric port rejected by real entrypoint ──────── | COMMENT |
| MEDIUM⚡ | test/e2e-port-overrides.sh | 114 | # ── Test 4: Privileged port rejected by real entrypoint ───────── | COMMENT |
| MEDIUM⚡ | test/e2e-port-overrides.sh | 119 | # ── Test 5: Port above 65535 rejected by real entrypoint ──────── | COMMENT |
| MEDIUM⚡ | test/e2e-port-overrides.sh | 124 | # ── Test 6: Pattern injection rejected by real entrypoint ─────── | COMMENT |
| MEDIUM | test/e2e-port-overrides.sh | 148 | # ── Test 8: Node.js ports module rejects invalid port ─────────── | COMMENT |
| MEDIUM | test/e2e-port-overrides.sh | 160 | # ── Test 9: Boundary port 1024 accepted by real entrypoint ────── | COMMENT |
| MEDIUM | test/e2e-port-overrides.sh | 180 | # ── Test 11: NIM maps host port to fixed internal 8000 ────────── | COMMENT |
| MEDIUM | test/e2e-port-overrides.sh | 198 | # ── Test 12: docker port queries container internal 8000 ──────── | COMMENT |
| MEDIUM | test/e2e-port-overrides.sh | 216 | # ── Test 13: Entrypoint has fail-fast validation block ────────── | COMMENT |
| MEDIUM | test/e2e-port-overrides.sh | 229 | # ── Summary ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | test/e2e-gateway-isolation.sh | 357 | # ── Test 14b: Sandbox user cannot modify blueprints ────────────── | COMMENT |
| MEDIUM⚡ | test/e2e-gateway-isolation.sh | 367 | # ── Test 15: Sandbox user CAN write to .nemoclaw/state ──────────── | COMMENT |
| MEDIUM⚡ | test/e2e-gateway-isolation.sh | 377 | # ── Test 16: Sandbox user CAN write to .openclaw ────────────────── | COMMENT |
| MEDIUM⚡ | test/e2e-gateway-isolation.sh | 387 | # ── Test 17: Sandbox user cannot rename/delete blueprints dir ───── | COMMENT |
| MEDIUM⚡ | test/e2e-gateway-isolation.sh | 397 | # ── Test 18: Sandbox user CAN write to .nemoclaw/migration ──────── | COMMENT |
| MEDIUM⚡ | test/e2e-gateway-isolation.sh | 407 | # ── Test 19: Sandbox user CAN write to .nemoclaw/snapshots ──────── | COMMENT |
| MEDIUM⚡ | test/e2e-gateway-isolation.sh | 417 | # ── Test 20: Sandbox user CAN write to .nemoclaw/staging ────────── | COMMENT |
| MEDIUM⚡ | test/e2e-gateway-isolation.sh | 427 | # ── Test 21: Sandbox user CAN write to .nemoclaw/config.json ────── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 35 | # ── Build the image ────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 94 | # ── Test 4: Config hash file exists and is valid ───────────────── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 104 | # ── Test 5: Update hints are disabled in sandbox config ────────── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 124 | # ── Test 7: setpriv is installed and gosu is absent ────────────── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 162 | # ── Test 8: Entrypoint PATH is locked to system dirs ───────────── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 173 | # ── Test 9: openclaw resolves to expected absolute path ────────── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 183 | # ── Test 10: State directories exist directly in .openclaw ────── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 209 | # ── Test 12: chattr is available for immutable hardening ───────── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 219 | # ── Test 13: Sandbox user cannot kill gateway-user processes ───── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 345 | # ── Test 13b: Sandbox user cannot write to .nemoclaw parent ─────── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 447 | # ── Test 23: .bashrc has no proxy entries ──────────────────────── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 459 | # ── Test 24: .profile has no proxy entries ─────────────────────── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 492 | # ── Test 26: proxy-env.sh has correct permissions (#2181) ───────── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 576 | # ── Test 28: Model override patches openclaw.json at startup ───── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 618 | # ── Test 29: Model override is a no-op when env var is unset ───── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 639 | # ── Test 30: One-shot cleanup repairs post-Doctor DAC modes ────── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 673 | # ── Test 30a: Mutable repair rejects a non-sandbox tree owner ───── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 736 | # ── Test 30c: Post-override capture severs hardlink aliases ───── | COMMENT |
| MEDIUM | test/e2e-gateway-isolation.sh | 879 | # ── Test 30g: Exact root-owned boot recovery is fail-closed ────── | STRING |
| MEDIUM | test/e2e-gateway-isolation.sh | 1006 | # ── Test 30h: Root recovery refuses mounted config trees ───────── | STRING |
| MEDIUM | test/e2e-gateway-isolation.sh | 1034 | # ── Summary ────────────────────────────────────────────────────── | STRING |
| MEDIUM | test/local-slack-auth-test.sh | 23 | # ── Helpers ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/local-slack-auth-test.sh | 39 | # ── Copy the guard JS preload source ───────────────────────────── | COMMENT |
| MEDIUM | test/local-slack-auth-test.sh | 55 | # ── Test runner ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/local-slack-auth-test.sh | 70 | # ══════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | test/local-slack-auth-test.sh | 72 | # ══════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | test/local-slack-auth-test.sh | 88 | # ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/local-slack-auth-test.sh | 104 | # ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | test/local-slack-auth-test.sh | 120 | # ────────────────────────────────────────────────────────────────── | COMMENT |
| 368 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | test/channels/channels-remove-full-teardown.test.ts | 562 | messagingPlanUpdate.updates.messaging.plan.channels.map( | CODE |
| CRITICAL⚡ | …oard/experimental/portable-demo-lifecycle-stop.test.ts | 250 | const commands = harness.runtime.podman.mock.calls.map(([args]) => | CODE |
| CRITICAL | …oard/experimental/portable-demo-lifecycle-stop.test.ts | 278 | harness.runtime.podman.mock.calls.some(([args]) => { | CODE |
| CRITICAL | …oard/experimental/portable-demo-lifecycle-stop.test.ts | 295 | harness.runtime.podman.mock.calls.some(([args]) => { | CODE |
| CRITICAL | …oard/experimental/portable-demo-lifecycle-stop.test.ts | 338 | harness.runtime.podman.mock.calls.some(([args]) => { | CODE |
| CRITICAL | …runtime-provider/docker-llama-cpp-managed-lifecycle.ts | 576 | `models--${options.plan.acquisition.source.repository.replaceAll("/", "--")}`, | CODE |
| CRITICAL | …runtime-provider/docker-llama-cpp-managed-lifecycle.ts | 583 | `models--${options.plan.acquisition.source.repository.replaceAll("/", "--")}`, | CODE |
| CRITICAL | …ine/handlers/sandbox-checkpoint-crash-recovery.test.ts | 1089 | expect(resumedRun.calls.error.mock.calls.flat().join("\n")).toContain("--recreate-sandbox"); | CODE |
| CRITICAL | …ine/handlers/sandbox-checkpoint-crash-recovery.test.ts | 1157 | expect(resumedRun.calls.error.mock.calls.flat().join("\n")).toContain("--recreate-sandbox"); | CODE |
| CRITICAL | …ine/handlers/sandbox-checkpoint-crash-recovery.test.ts | 1363 | resumedRun.calls.updateSandbox.mock.calls.some(([, updates]) => | CODE |
| CRITICAL | src/lib/actions/inference-set-provider-alias.test.ts | 132 | expect(deps.calls.updateSandbox.mock.calls.at(-1)).toEqual([ | CODE |
| CRITICAL | src/lib/actions/inference-set-provider-alias.test.ts | 393 | expect(deps.calls.updateSandbox.mock.calls.at(-1)).toEqual([ | CODE |
| CRITICAL | src/lib/actions/inference-set-hermes-run.test.ts | 247 | const logs = deps.calls.log.mock.calls.map((call) => String(call[0])).join("\n"); | CODE |
| CRITICAL | src/lib/actions/inference-set-hermes-run.test.ts | 385 | const logs = deps.calls.log.mock.calls.map((call) => String(call[0])); | CODE |
| CRITICAL | src/lib/actions/inference-set-hermes-run.test.ts | 433 | const logs = deps.calls.log.mock.calls.map((c) => String(c[0])); | CODE |
| CRITICAL | src/lib/actions/inference-set-hermes-run.test.ts | 472 | const logs = deps.calls.log.mock.calls.map((c) => String(c[0])); | CODE |
| CRITICAL | src/lib/actions/inference-set-hermes-run.test.ts | 540 | expect(deps.calls.updateSandbox.mock.calls.at(-1)).toEqual([ | CODE |
| CRITICAL | …/lib/actions/inference-set-compatible-provider.test.ts | 171 | expect(deps.calls.updateSandbox.mock.calls.at(-1)).toEqual([ | CODE |
| CRITICAL | …/lib/actions/inference-set-compatible-provider.test.ts | 249 | expect(deps.calls.updateSandbox.mock.calls.at(-1)).toEqual([ | CODE |
| CRITICAL | …/lib/actions/inference-set-compatible-provider.test.ts | 413 | expect(deps.calls.updateSandbox.mock.calls.at(-1)).toEqual([ | CODE |
| CRITICAL | …/lib/actions/inference-set-compatible-provider.test.ts | 691 | expect(deps.calls.updateSandbox.mock.calls.at(-1)).toEqual([ | CODE |
| CRITICAL | …/lib/actions/inference-set-compatible-provider.test.ts | 751 | expect(deps.calls.updateSandbox.mock.calls.at(-1)).toEqual([ | CODE |
| CRITICAL | …/lib/actions/inference-set-compatible-provider.test.ts | 1105 | deps.calls.captureOpenshell.mock.calls.some( | CODE |
| CRITICAL | …actions/inference-set-openclaw-gateway-restart.test.ts | 74 | expect(deps.calls.updateSandbox.mock.calls.at(-1)).toEqual([ | CODE |
| CRITICAL | …actions/inference-set-openclaw-gateway-restart.test.ts | 101 | const auditReasons = deps.calls.appendAuditEntry.mock.calls.map(([entry]) => | CODE |
| CRITICAL⚡ | …actions/inference-set-openclaw-gateway-restart.test.ts | 206 | expect(deps.calls.updateSandbox.mock.calls.at(-1)).toEqual([ | CODE |
| CRITICAL⚡ | …actions/inference-set-openclaw-gateway-restart.test.ts | 214 | const auditReasons = deps.calls.appendAuditEntry.mock.calls.map(([entry]) => | CODE |
| CRITICAL⚡ | …actions/inference-set-openclaw-gateway-restart.test.ts | 224 | expect(deps.calls.log.mock.calls.map(([line]) => String(line)).join("\n")).not.toContain( | CODE |
| CRITICAL⚡ | …actions/inference-set-openclaw-gateway-restart.test.ts | 274 | expect(deps.calls.updateSandbox.mock.calls.at(-1)).toEqual([ | CODE |
| CRITICAL⚡ | …actions/inference-set-openclaw-gateway-restart.test.ts | 281 | expect(deps.calls.log.mock.calls.map(([line]) => String(line)).join("\n")).not.toContain( | CODE |
| CRITICAL⚡ | …actions/inference-set-openclaw-gateway-restart.test.ts | 284 | expect(deps.calls.appendAuditEntry.mock.calls.map(([entry]) => String(entry.reason))).toContain( | CODE |
| CRITICAL | …actions/inference-set-openclaw-gateway-restart.test.ts | 329 | deps.calls.appendAuditEntry.mock.calls.map(([entry]) => String(entry.reason)).join("\n"), | CODE |
| CRITICAL | …actions/inference-set-openclaw-gateway-restart.test.ts | 332 | deps.calls.appendAuditEntry.mock.calls.map(([entry]) => String(entry.reason)).join("\n"), | CODE |
| CRITICAL | …actions/inference-set-openclaw-gateway-restart.test.ts | 380 | const auditReasons = deps.calls.appendAuditEntry.mock.calls.map(([entry]) => | CODE |
| CRITICAL | …actions/inference-set-openclaw-gateway-restart.test.ts | 387 | expect(deps.calls.log.mock.calls.map(([line]) => String(line)).join("\n")).not.toContain( | CODE |
| CRITICAL | src/lib/actions/inference-set-openclaw-run.test.ts | 64 | expect(deps.calls.updateSandbox.mock.calls.at(-1)).toEqual([ | CODE |
| CRITICAL | src/lib/actions/inference-set-degraded-state.test.ts | 48 | const routeSetCalls = deps.calls.captureOpenshell.mock.calls.filter( | CODE |
| CRITICAL | src/lib/actions/inference-set-degraded-state.test.ts | 94 | const logged = deps.calls.log.mock.calls.map((args) => String(args[0])).join("\n"); | CODE |
| CRITICAL | src/lib/actions/inference-set-degraded-state.test.ts | 228 | const logged = deps.calls.log.mock.calls.map((args) => String(args[0])).join("\n"); | CODE |
| CRITICAL | src/lib/actions/inference-set-local-provider.test.ts | 50 | const logged = deps.calls.log.mock.calls.map((a) => String(a[0])).join("\n"); | CODE |
| CRITICAL | src/lib/actions/inference-set-https-pin-runtime.test.ts | 150 | expect(deps.calls.updateSandbox.mock.calls.at(-1)).toEqual([ | CODE |
| CRITICAL | …ctions/inference-set-gateway-route-containment.test.ts | 656 | deps.calls.captureOpenshell.mock.calls.filter( | CODE |
| CRITICAL | src/lib/actions/inference-set-reasoning-effort.test.ts | 274 | expect(deps.calls.updateSandbox.mock.calls.at(-1)).toEqual([ | CODE |
| CRITICAL | src/lib/actions/inference-set-reasoning-effort.test.ts | 384 | expect(deps.calls.updateSandbox.mock.calls.at(-1)).toEqual([ | CODE |
| CRITICAL | src/lib/actions/inference-set-context-window.test.ts | 38 | const logged = deps.calls.log.mock.calls.map((a) => String(a[0])).join("\n"); | CODE |
| CRITICAL | src/lib/actions/inference-set-context-window.test.ts | 49 | const logged = deps.calls.log.mock.calls.map((a) => String(a[0])).join("\n"); | CODE |
| CRITICAL | …/inference/serving/managed-cluster-materialize.test.ts | 367 | selection.recipe.spec.serve.arguments.forEach((argument) => { | CODE |
| CRITICAL | …/inference/serving/managed-cluster-materialize.test.ts | 371 | selection.recipe.spec.serve.arguments.filter( | CODE |
| CRITICAL | …ib/inference/serving/host-local-vllm-selection.test.ts | 152 | selection.recipe.spec.serve.arguments.find( | CODE |
| CRITICAL | …ib/inference/serving/managed-cluster-installer.test.ts | 296 | selection.recipe.spec.serve.arguments.find(({ name }) => name === "--port")?.value, | CODE |
| CRITICAL | …ib/inference/serving/managed-cluster-installer.test.ts | 399 | selection.recipe.spec.serve.arguments.find(({ name }) => name === "--port")?.value, | CODE |
| CRITICAL | src/lib/inference/llama-cpp/managed-selection.ts | 108 | left.selection.preset.metadata.id.localeCompare(right.selection.preset.metadata.id), | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .markdownlint-cli2.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | .pre-commit-config.yaml | 1 | # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | vitest.config.ts | 101 | // Pin the file-creation umask of every non-live test worker to exactly 0o022 — | COMMENT |
| LOW | test/e2e-non-root-smoke.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | test/e2e-non-root-smoke.sh | 21 | # CAVEAT: no-new-privileges ≠ Landlock. We catch #2472-class bugs only | COMMENT |
| LOW | test/e2e-port-overrides.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | test/e2e-gateway-isolation.sh | 281 | # step-down: (1) the entrypoint-wide capsh drop in drop_capabilities() | COMMENT |
| LOW | test/local-slack-auth-test.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | test/installer-integration/install-preflight.test.ts | 2201 | COMMENT | |
| LOW | test/install/uninstall-prompt-pty.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | test/security/security-sandbox-tar-traversal.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | test/security/security-c4-manifest-traversal.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | test/security/strict-tool-call-probe.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …t/sandbox-connect-inference/auto-pair-approval.test.ts | 241 | const state = JSON.parse(fs.readFileSync(stateFile, "utf-8")); | COMMENT |
| LOW | test/networking/host-proxy-inference-local-e2e.test.ts | 41 | const curlOk = curlAvailable(); | COMMENT |
| LOW | test/networking/corporate-ca-tls-e2e.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | test/networking/http-proxy-fix-e2e.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | test/networking/http-proxy-fix-rewrite.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …networking/tunnel-gateway-port-release-runtime.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | test/runtime/sandbox/reboot-identity-drift.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | test/runtime/sandbox/sandbox-init.test.ts | 441 | COMMENT | |
| LOW | test/runtime/messaging/wechat-diagnostics.test.ts | 1 | // @ts-nocheck | COMMENT |
| LOW | test/runtime/messaging/whatsapp-qr-compact.test.ts | 21 | "whatsapp-qr-compact.ts", | COMMENT |
| LOW | test/runtime/messaging/telegram-diagnostics.test.ts | 1 | // @ts-nocheck | COMMENT |
| LOW | test/runtime/policy/policy-tiers.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …/runtime/policy/policy-add-remove-session-sync.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …t/runtime/policy/repro-5978-policy-denial-hint.test.ts | 41 | // sandbox base image — the image's own /etc/profile.d + /etc/bash.bashrc hooks | COMMENT |
| LOW | …t/runtime/policy/repro-5978-policy-denial-hint.test.ts | 81 | // Run a snippet under a pseudo-terminal so `[ -t 2 ]` is true and the shell is | COMMENT |
| LOW | …t/runtime/gateway/gateway-state-reconcile-2276.test.ts | 1 | // @ts-nocheck | COMMENT |
| LOW | …t/runtime/gateway/gateway-state-reconcile-2276.test.ts | 341 | fs.rmSync(tmpDir, { recursive: true, force: true }); | COMMENT |
| LOW | test/runtime/gateway/gateway-serving-watchdog.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | test/runtime/gateway/gateway-serving-watchdog.test.ts | 41 | extractShellFunction(src, "gateway_watchdog_curl_reason"), | COMMENT |
| LOW | test/runtime/gateway/gateway-http-reuse-wait.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | test/agents/agents-manifest-policy-conformance.test.ts | 1 | // @ts-nocheck | COMMENT |
| LOW | …nts/openclaw/openclaw-config-guard-lock-reseal.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …/agents/openclaw/openclaw-tui-chat-correlation.test.ts | 621 | analysis.conflictingSessionRunEvents.length === 0 && | COMMENT |
| LOW | …openclaw/runtime/nemoclaw-start-gateway-marker.test.ts | 61 | // 0.0.44 does not export OPENSHELL_DRIVERS into the sandbox container env, so | COMMENT |
| LOW | …me/nemoclaw-start-extra-placeholder-breadcrumb.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …me/nemoclaw-start-extra-placeholder-breadcrumb.test.ts | 21 | // X5 — the startup breadcrumb "[config] NEMOCLAW_EXTRA_PLACEHOLDER_KEYS | COMMENT |
| LOW | test/agents/hermes/seed-hermes-dashboard-config.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …st/agents/hermes/hermes-wrapper-provider-merge.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …t/agents/hermes/hermes-wrapper-oneshot-routing.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | test/agents/hermes/hermes-gateway-wrapper.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …t/agents/deepagents/dcode-wrapper-empty-prompt.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | test/cli/exit-code-user-error-surfaces.test.ts | 201 | expect(status).toBeGreaterThan(0); | COMMENT |
| LOW | test/cli/repro-2666-silent-list-status.test.ts | 141 | expect(result.sandboxes).toHaveLength(1); | COMMENT |
| LOW | test/state/snapshot-restore-existing-dest.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | test/state/snapshot-runtime-auth-state.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | test/package-contract/ssrf-parity.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | …/inference/ollama/ollama-auth-proxy-bind-probe.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | test/inference/ollama/ollama-tools-capability.test.ts | 521 | rawError: "connection refused", | COMMENT |
| LOW | test/inference/ollama/ollama-auth-proxy-handler.test.ts | 1 | // SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | COMMENT |
| LOW | test/e2e/e2e-timeout.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …/e2e/e2e-cloud-experimental/openclaw-tui-in-sandbox.sh | 1 | #!/bin/bash | COMMENT |
| LOW | test/e2e/e2e-cloud-experimental/check-docs.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | test/e2e/e2e-cloud-experimental/check-docs.sh | 221 | # ── Phase 3/3: flag-level parity (NemoClaw#3224) ────────────────────────── | COMMENT |
| LOW | test/e2e/e2e-cloud-experimental/check-docs.sh | 501 | # `gemini` / `ollama` in helper text, prompts, etc. | COMMENT |
| LOW | test/e2e/e2e-cloud-experimental/cleanup.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …erimental/checks/04-deepagents-code-fresh-reonboard.sh | 361 | # Source-fix constraint: NemoClaw cannot make OpenShell delay Ready until the | COMMENT |
| LOW | …xperimental/checks/06-deepagents-code-python-egress.sh | 1 | #!/bin/bash | COMMENT |
| 391 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 691 | except Exception as error: | CODE |
| LOW | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 707 | except Exception as error: | CODE |
| LOW⚡ | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 963 | except Exception as error: | STRING |
| LOW⚡ | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 969 | except Exception as error: | STRING |
| LOW | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 910 | except Exception as error: | STRING |
| LOW | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 1021 | except Exception as caught: | STRING |
| LOW | test/agents/hermes/hermes-mcp-integrity-state.test.ts | 1081 | except Exception as error: | STRING |
| MEDIUM | …st/agents/hermes/hermes-mcp-config-transaction.test.ts | 578 | def blocked(operation): | CODE |
| LOW⚡ | …st/agents/hermes/hermes-mcp-config-transaction.test.ts | 581 | except Exception as error: | CODE |
| LOW | test/agents/hermes/hermes-mcp-rollback-pending.test.ts | 86 | except Exception as caught: | CODE |
| LOW | …hermes/hermes-mcp-credential-boundary-manifest.test.ts | 47 | except Exception as error: | CODE |
| LOW⚡ | …t/agents/hermes/hermes-profile-policy-defaults.test.ts | 58 | except Exception as e: | CODE |
| LOW | …t/agents/hermes/hermes-profile-policy-defaults.test.ts | 104 | except Exception: | CODE |
| MEDIUM | …t/agents/hermes/hermes-profile-policy-defaults.test.ts | 54 | def _restrict_browser_evaluate() -> bool: | CODE |
| LOW | test/agents/hermes/hermes-mcp-api-port.test.ts | 147 | except Exception as error: | CODE |
| LOW | test/agents/hermes/hermes-mcp-api-port.test.ts | 220 | except Exception as error: | CODE |
| LOW | test/agents/hermes/hermes-mcp-api-port.test.ts | 364 | except Exception as error: | CODE |
| LOW | …ts/hermes/hermes-runtime-config-guard-topology.test.ts | 714 | except Exception: | CODE |
| MEDIUM | …ts/hermes/hermes-runtime-config-guard-topology.test.ts | 226 | def publish(payload=b"root-separated\\n", mode=0o444, uid=0, gid=0): | CODE |
| LOW⚡ | test/agents/hermes/hermes-mcp-apply-race.test.ts | 351 | except Exception as exc: | CODE |
| LOW⚡ | test/agents/hermes/hermes-mcp-apply-race.test.ts | 450 | except Exception as exc: | CODE |
| LOW⚡ | test/agents/hermes/hermes-mcp-apply-race.test.ts | 457 | except Exception as exc: | CODE |
| LOW | test/agents/hermes/hermes-mcp-apply-race.test.ts | 127 | except Exception as exc: | CODE |
| LOW | test/agents/hermes/hermes-mcp-apply-race.test.ts | 277 | except Exception as exc: | CODE |
| LOW | …gchain-deepagents-code-nemotron-profile-plugin.test.ts | 464 | except Exception as exc: | CODE |
| LOW | …in-deepagents-code-progressive-tool-disclosure.test.ts | 318 | except Exception as e: | CODE |
| MEDIUM | …in-deepagents-code-progressive-tool-disclosure.test.ts | 315 | def run_non_interactive(*args, **kwargs): | CODE |
| LOW | …erence/managed/managed-gateway-control-locking.test.ts | 73 | except Exception: | CODE |
| LOW | …xperimental/checks/09-deepagents-code-tavily-opt-in.sh | 105 | except Exception: | CODE |
| LOW | …xperimental/checks/09-deepagents-code-tavily-opt-in.sh | 124 | except Exception as exc: | CODE |
| LOW | …xperimental/checks/06-deepagents-code-python-egress.sh | 75 | except Exception: | CODE |
| LOW | …xperimental/checks/06-deepagents-code-python-egress.sh | 94 | except Exception as exc: | CODE |
| LOW | …xperimental/checks/11-deepagents-code-observability.sh | 183 | except Exception as error: | CODE |
| LOW | test/e2e/live/hermes-discord.test.ts | 216 | except Exception as exc: | CODE |
| LOW⚡ | test/e2e/live/hermes-discord.test.ts | 329 | except Exception as exc: | CODE |
| LOW | test/e2e/live/issue-4462-admin-approval-helper.ts | 120 | except Exception: return '' | CODE |
| LOW | test/e2e/live/issue-4462-admin-approval-helper.ts | 132 | except Exception: raise SystemExit('local CLI identity public key is invalid') | CODE |
| LOW | test/e2e/live/rebuild-openclaw.test.ts | 595 | except Exception: | CODE |
| LOW⚡ | test/e2e/live/hermes-slack-e2e-helpers.ts | 579 | except Exception: | CODE |
| LOW⚡ | test/e2e/live/hermes-slack-e2e-helpers.ts | 678 | except Exception: | CODE |
| LOW⚡ | test/e2e/live/hermes-slack-e2e-helpers.ts | 713 | except Exception as exc: | CODE |
| LOW⚡ | test/e2e/live/hermes-slack-e2e-helpers.ts | 724 | except Exception as exc: | CODE |
| LOW | test/e2e/live/hermes-slack-e2e-helpers.ts | 383 | except Exception as exc: | CODE |
| LOW | test/e2e/lib/issue-4462-fresh-agent-gateway-snapshot.py | 49 | except Exception: | CODE |
| MEDIUM | test/e2e/lib/issue-4462-fresh-agent-gateway-snapshot.py | 29 | def load_map(path): | CODE |
| LOW | test/e2e/lib/anthropic-switch-provider.sh | 23 | except Exception as e: | CODE |
| LOW | test/e2e/lib/anthropic-switch-provider.sh | 82 | except Exception: | CODE |
| LOW | test/helpers/langchain-deepagents-code-patch-fixture.ts | 699 | except Exception as e: | CODE |
| MEDIUM | agents/hermes/runtime-config-guard.py | 737 | def _startup_ready_marker_absent() -> bool: | CODE |
| LOW⚡ | agents/hermes/runtime-config-guard.py | 3721 | except Exception: | CODE |
| LOW⚡ | agents/hermes/runtime-config-guard.py | 3724 | except Exception: | CODE |
| LOW | agents/hermes/runtime-config-guard.py | 1019 | except Exception: | CODE |
| LOW | agents/hermes/runtime-config-guard.py | 1099 | except Exception: | CODE |
| LOW | agents/hermes/runtime-config-guard.py | 1169 | except Exception: | CODE |
| LOW | agents/hermes/runtime-config-guard.py | 1173 | except Exception: | CODE |
| LOW | agents/hermes/runtime-config-guard.py | 2160 | except Exception: | CODE |
| LOW | agents/hermes/runtime-config-guard.py | 2331 | except Exception: | CODE |
| LOW | agents/hermes/runtime-config-guard.py | 2718 | except Exception: | CODE |
| LOW | agents/hermes/runtime-config-guard.py | 2885 | except Exception: | CODE |
| LOW | agents/hermes/runtime-config-guard.py | 2889 | except Exception: | CODE |
| 209 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …t/runtime/gateway/gateway-state-reconcile-2276.test.ts | 381 | // Step 3: routine connect must preserve the registry entry. | COMMENT |
| LOW | …t/runtime/gateway/gateway-state-reconcile-2276.test.ts | 392 | // Step 4: the previously-suggested rebuild must RECOVER the stale sandbox. | COMMENT |
| LOW | …nts/skills/nemoclaw-maintainer-find-review-pr/SKILL.md | 21 | ## Step 1: Fetch candidate PRs | COMMENT |
| LOW | …nts/skills/nemoclaw-maintainer-find-review-pr/SKILL.md | 40 | ## Step 2: Extract linked issues | COMMENT |
| LOW | …nts/skills/nemoclaw-maintainer-find-review-pr/SKILL.md | 53 | ## Step 3: Detect duplicates | COMMENT |
| LOW | …nts/skills/nemoclaw-maintainer-find-review-pr/SKILL.md | 64 | ## Step 4: Check for superseded PRs | COMMENT |
| LOW | …nts/skills/nemoclaw-maintainer-find-review-pr/SKILL.md | 100 | ## Step 5: Present results | COMMENT |
| LOW | …ents/skills/nemoclaw-maintainer-refactor-docs/SKILL.md | 32 | ## Step 1: Inventory Before Editing | COMMENT |
| LOW | …ents/skills/nemoclaw-maintainer-refactor-docs/SKILL.md | 57 | ## Step 2: Design Around the User Journey | COMMENT |
| LOW | …ents/skills/nemoclaw-maintainer-refactor-docs/SKILL.md | 82 | ## Step 3: Establish Canonical Ownership | COMMENT |
| LOW | …ents/skills/nemoclaw-maintainer-refactor-docs/SKILL.md | 101 | ## Step 4: Define the URL Migration Contract | COMMENT |
| LOW | …ents/skills/nemoclaw-maintainer-refactor-docs/SKILL.md | 132 | ## Step 5: Implement in a Content-Safe Order | COMMENT |
| LOW | …ents/skills/nemoclaw-maintainer-refactor-docs/SKILL.md | 147 | ## Step 6: Run a Readability Pass | COMMENT |
| LOW | …ents/skills/nemoclaw-maintainer-refactor-docs/SKILL.md | 165 | ## Step 7: Validate the Refactor | COMMENT |
| LOW | …ents/skills/nemoclaw-maintainer-refactor-docs/SKILL.md | 197 | ## Step 8: Run an Independent Docs Review | COMMENT |
| LOW | …ills/nemoclaw-maintainer-security-code-review/SKILL.md | 21 | ## Step 1: Parse the GitHub URL | COMMENT |
| LOW | …ills/nemoclaw-maintainer-security-code-review/SKILL.md | 48 | ## Step 2: Check Out the Code | COMMENT |
| LOW | …ills/nemoclaw-maintainer-security-code-review/SKILL.md | 66 | ## Step 3: Identify Changed Files | COMMENT |
| LOW | …ills/nemoclaw-maintainer-security-code-review/SKILL.md | 80 | ## Step 4: Read Each Changed File and Diff | COMMENT |
| LOW | …ills/nemoclaw-maintainer-security-code-review/SKILL.md | 96 | ## Step 5: Analyze Against the Security Rubric | COMMENT |
| LOW | …ills/nemoclaw-maintainer-security-code-review/SKILL.md | 108 | ## Step 6: Produce the Report | COMMENT |
| LOW⚡ | …ents/skills/nemoclaw-maintainer-pr-comparator/SKILL.md | 44 | ### Step 1: Parse issue | COMMENT |
| LOW⚡ | …ents/skills/nemoclaw-maintainer-pr-comparator/SKILL.md | 54 | ### Step 2: Discover candidate PRs | COMMENT |
| LOW⚡ | …ents/skills/nemoclaw-maintainer-pr-comparator/SKILL.md | 62 | ### Step 3: Detect supersession and transferred work | COMMENT |
| LOW | …ents/skills/nemoclaw-maintainer-pr-comparator/SKILL.md | 89 | ### Step 4: Tier 0 gates | COMMENT |
| LOW⚡ | …ents/skills/nemoclaw-maintainer-pr-comparator/SKILL.md | 102 | ### Step 5: Tier 1 correctness | COMMENT |
| LOW⚡ | …ents/skills/nemoclaw-maintainer-pr-comparator/SKILL.md | 106 | ### Step 6: Tier 2 quality | COMMENT |
| LOW⚡ | …ents/skills/nemoclaw-maintainer-pr-comparator/SKILL.md | 110 | ### Step 7: Weighted score | COMMENT |
| LOW | …ents/skills/nemoclaw-maintainer-pr-comparator/SKILL.md | 121 | ### Step 8: Tier 3 ranking | COMMENT |
| LOW | …ents/skills/nemoclaw-maintainer-pr-comparator/SKILL.md | 131 | ### Step 9: Emit verdict | COMMENT |
| LOW⚡ | …aw-maintainer-pr-comparator/scripts/find-candidates.sh | 35 | # Step 1: PRs that explicitly link the issue. | COMMENT |
| LOW⚡ | …aw-maintainer-pr-comparator/scripts/find-candidates.sh | 43 | # Step 2: Expand by files mentioned in issue body. | COMMENT |
| LOW | …aw-maintainer-pr-comparator/scripts/find-candidates.sh | 56 | # Step 3: Expand by title-token Jaccard. | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-morning/SKILL.md | 13 | ## Step 1: Determine Target Version and Stragglers | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-morning/SKILL.md | 21 | ## Step 2: Triage | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-morning/SKILL.md | 33 | ## Step 3: Label Version Targets | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-morning/SKILL.md | 43 | ## Step 4: Save State and Output the Plan | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-triage/SKILL.md | 15 | ## Step 1: Load Canonical Policy | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-triage/SKILL.md | 27 | ## Step 2: Determine Mode | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-triage/SKILL.md | 53 | ## Step 3: Present the Dry Run | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-triage/SKILL.md | 70 | ## Step 4: Apply Only the Accepted Write Set | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-triage/SKILL.md | 88 | ## Step 5: Report | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-day/HOTSPOTS.md | 8 | ## Step 1: Run the Hotspot Script | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-day/HOTSPOTS.md | 23 | ## Step 2: Prioritize | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-day/HOTSPOTS.md | 28 | ## Step 3: Select a change | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-day/HOTSPOTS.md | 40 | ## Step 4: Keep Small | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-day/HOTSPOTS.md | 45 | ## Step 5: Validate | COMMENT |
| LOW⚡ | .agents/skills/nemoclaw-maintainer-day/SEQUENCE-WORK.md | 8 | ## Step 1: Read the context | COMMENT |
| LOW⚡ | .agents/skills/nemoclaw-maintainer-day/SEQUENCE-WORK.md | 16 | ## Step 2: List related changes | COMMENT |
| LOW⚡ | .agents/skills/nemoclaw-maintainer-day/SEQUENCE-WORK.md | 21 | ## Step 3: Define Slices | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-day/SEQUENCE-WORK.md | 32 | ## Step 4: Rank | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-day/SEQUENCE-WORK.md | 40 | ## Step 5: Output | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-day/TEST-GAPS.md | 10 | ## Step 1: Collect File Set | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-day/TEST-GAPS.md | 15 | ## Step 2: Map to Existing Tests | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-day/TEST-GAPS.md | 26 | ## Step 3: Select tests | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-day/TEST-GAPS.md | 37 | ## Step 4: Extract code when needed | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-day/TEST-GAPS.md | 48 | ## Step 5: Add Tests | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-day/TEST-GAPS.md | 56 | ## Step 6: Validate | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-day/TEST-GAPS.md | 67 | ## Step 7: Report remaining gaps | COMMENT |
| LOW | .agents/skills/nemoclaw-maintainer-day/SKILL.md | 24 | ## Step 1: Check Version Progress | COMMENT |
| 46 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …-update-dependencies/scripts/collect-release-ledger.py | 265 | CODE | |
| LOW | …-update-dependencies/scripts/collect-release-ledger.py | 1506 | CODE | |
| LOW | agents/hermes/validate-env-secret-boundary.py | 160 | CODE | |
| LOW | agents/hermes/validate-cli-adapter.py | 89 | CODE | |
| LOW | agents/hermes/runtime-config-guard.py | 346 | CODE | |
| LOW | agents/hermes/runtime-config-guard.py | 480 | CODE | |
| LOW | agents/hermes/runtime-config-guard.py | 667 | CODE | |
| LOW | agents/hermes/runtime-config-guard.py | 1148 | CODE | |
| LOW | agents/hermes/runtime-config-guard.py | 1418 | CODE | |
| LOW | agents/hermes/runtime-config-guard.py | 2109 | CODE | |
| LOW | agents/hermes/runtime-config-guard.py | 2554 | CODE | |
| LOW | agents/hermes/runtime-config-guard.py | 2693 | CODE | |
| LOW | agents/hermes/runtime-config-guard.py | 3386 | CODE | |
| LOW | agents/hermes/runtime-config-guard.py | 3761 | CODE | |
| LOW | agents/hermes/runtime-config-guard.py | 3892 | CODE | |
| LOW | agents/hermes/runtime-config-guard.py | 3952 | CODE | |
| LOW | agents/hermes/runtime-config-guard.py | 4243 | CODE | |
| LOW | agents/hermes/runtime-config-guard.py | 4294 | CODE | |
| LOW | agents/hermes/runtime-config-guard.py | 5094 | CODE | |
| LOW | agents/hermes/seed-dashboard-config.py | 125 | CODE | |
| LOW | agents/hermes/seed-dashboard-config.py | 219 | CODE | |
| LOW | agents/hermes/hermes-wrapper.py | 153 | CODE | |
| LOW | agents/hermes/hermes-wrapper.py | 238 | CODE | |
| LOW | agents/hermes/hermes-wrapper.py | 487 | CODE | |
| LOW | agents/hermes/cron-restore-control.py | 431 | CODE | |
| LOW | agents/hermes/cron-restore-control.py | 911 | CODE | |
| LOW | agents/hermes/mcp-config-transaction.py | 837 | CODE | |
| LOW | agents/hermes/mcp-config-transaction.py | 939 | CODE | |
| LOW | agents/hermes/mcp-config-transaction.py | 960 | CODE | |
| LOW | agents/hermes/mcp-config-transaction.py | 1341 | CODE | |
| LOW | agents/hermes/mcp-config-transaction.py | 1481 | CODE | |
| LOW | agents/hermes/plugin/__init__.py | 139 | CODE | |
| LOW | agents/hermes/plugin/__init__.py | 1034 | CODE | |
| LOW | …nts/langchain-deepagents-code/managed-dcode-runtime.py | 1231 | CODE | |
| LOW | …ts/langchain-deepagents-code/nemoclaw_read_only_mcp.py | 133 | CODE | |
| LOW | …ts/langchain-deepagents-code/nemoclaw_read_only_mcp.py | 149 | CODE | |
| LOW | …ts/langchain-deepagents-code/validate-observability.py | 776 | CODE | |
| LOW | …ts/langchain-deepagents-code/nemoclaw_observability.py | 1245 | CODE | |
| LOW | …chain-deepagents-code/patch-managed-deepagents-code.py | 1756 | CODE | |
| LOW | …ngchain-deepagents-code/validate-read-only-mcp-call.py | 252 | CODE | |
| LOW | …ngchain-deepagents-code/validate-read-only-mcp-call.py | 495 | CODE | |
| LOW | …/langchain-deepagents-code/dcode-session-supervisor.py | 31 | CODE | |
| LOW | …/langchain-deepagents-code/dcode-session-supervisor.py | 123 | CODE | |
| LOW | scripts/openclaw-config-guard.py | 677 | CODE | |
| LOW | scripts/openclaw-config-guard.py | 794 | CODE | |
| LOW | scripts/openclaw-config-guard.py | 1006 | CODE | |
| LOW | scripts/openclaw-config-guard.py | 2031 | CODE | |
| LOW | scripts/openclaw-config-guard.py | 2280 | CODE | |
| LOW | scripts/openclaw-config-guard.py | 2872 | CODE | |
| LOW | scripts/openclaw-config-guard.py | 3393 | CODE | |
| LOW | scripts/openclaw-config-guard.py | 3543 | CODE | |
| LOW | scripts/openclaw-config-guard.py | 3608 | CODE | |
| LOW | scripts/openclaw-config-guard.py | 3656 | CODE | |
| LOW | scripts/openclaw-config-guard.py | 4353 | CODE | |
| LOW | scripts/state-dir-guard.py | 794 | CODE | |
| LOW | scripts/state-dir-guard.py | 962 | CODE | |
| LOW | scripts/state-dir-guard.py | 1213 | CODE | |
| LOW | scripts/state-dir-guard.py | 1258 | CODE | |
| LOW | scripts/state-dir-guard.py | 1569 | CODE | |
| LOW | scripts/state-dir-guard.py | 1890 | CODE | |
| 32 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test/e2e/lib/openclaw-agent-json.py | 19 | CODE | |
| LOW | …law-maintainer-pr-comparator/scripts/render-verdict.py | 38 | CODE | |
| LOW | …-maintainer-cross-issue-sweep/scripts/render-report.py | 36 | CODE | |
| LOW | …law-maintainer-verify-stale/scripts/redact-evidence.py | 7 | CODE | |
| LOW | …-update-dependencies/scripts/collect-release-ledger.py | 7 | CODE | |
| LOW | …endencies/scripts/collect-hermes-release-supplement.py | 7 | CODE | |
| LOW | agents/hermes/validate-env-secret-boundary.py | 17 | CODE | |
| LOW | agents/hermes/patch-discord-recovery-permissions.py | 18 | CODE | |
| LOW | agents/hermes/build-mcp-digest.py | 6 | CODE | |
| LOW | agents/hermes/image-build-probes.py | 6 | CODE | |
| LOW | agents/hermes/patch-gateway-runtime-metadata.py | 24 | CODE | |
| LOW | agents/hermes/patch-gateway-process-identity.py | 28 | CODE | |
| LOW | agents/hermes/runtime-config-guard.py | 7 | CODE | |
| LOW | agents/hermes/patch-neutral-platform-env-activation.py | 19 | CODE | |
| LOW | agents/hermes/finalize-tirith-marker.py | 5 | CODE | |
| LOW | agents/hermes/seed-dashboard-config.py | 45 | CODE | |
| LOW | agents/hermes/cron-restore-control.py | 19 | CODE | |
| LOW | agents/hermes/managed_policy.py | 5 | CODE | |
| LOW | agents/hermes/patch-cron-execution-runtime.py | 21 | CODE | |
| LOW | agents/hermes/patch-session-list-preview.py | 25 | CODE | |
| LOW | agents/hermes/patch-hermes-sqlite-temp-store.py | 38 | CODE | |
| LOW | agents/hermes/patch-profile-policy-defaults.py | 40 | CODE | |
| LOW | agents/hermes/mcp-config-transaction.py | 25 | CODE | |
| LOW | agents/hermes/patch-cron-restore-drain.py | 20 | CODE | |
| LOW | agents/hermes/plugin/test_register_tools.py | 16 | CODE | |
| LOW | agents/hermes/plugin/test_private_url_opt_in.py | 5 | CODE | |
| LOW | agents/hermes/plugin/test_private_url_opt_in.py | 10 | CODE | |
| LOW | …ain-deepagents-code/validate-nemotron-ultra-profile.py | 5 | CODE | |
| LOW | …nts/langchain-deepagents-code/managed-dcode-runtime.py | 6 | CODE | |
| LOW | …ts/langchain-deepagents-code/nemoclaw_read_only_mcp.py | 6 | CODE | |
| LOW | …ts/langchain-deepagents-code/validate-observability.py | 5 | CODE | |
| LOW | …eepagents-code/validate-progressive-tool-disclosure.py | 5 | CODE | |
| LOW | …ts/langchain-deepagents-code/nemoclaw_observability.py | 5 | CODE | |
| LOW | …chain-deepagents-code/patch-managed-deepagents-code.py | 22 | CODE | |
| LOW | …/langchain-deepagents-code/dcode-session-supervisor.py | 5 | CODE | |
| LOW | …ile-plugin/src/nemoclaw_deepagents_profile/__init__.py | 5 | CODE | |
| LOW | scripts/openclaw-config-guard.py | 18 | CODE | |
| LOW | scripts/state-dir-guard.py | 17 | CODE | |
| LOW | scripts/runtime-state-mutation-startup-gate.py | 15 | CODE | |
| LOW | scripts/runtime-state-mutation-control.py | 26 | CODE | |
| LOW | scripts/generate-platform-docs.py | 19 | CODE | |
| LOW | scripts/runtime_state_mutation_hermes_publisher.py | 20 | CODE | |
| LOW | scripts/managed-gateway-control.py | 44 | CODE | |
| LOW | scripts/lib/normalize_mutable_config_perms.py | 7 | CODE | |
| LOW | scripts/e2e/sanitize-trace-timing.py | 19 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | test/support/setup-inference-test-harness.ts | 378 | // #9110: neutralize the GPU-release seams so harness consumers backed by | COMMENT |
| MEDIUM | …al/checks/03-deepagents-code-nemotron-ultra-profile.sh | 6 | # harness profile, and the installed managed resolver supplies the reviewed | COMMENT |
| MEDIUM | agents/langchain-deepagents-code/policy-additions.yaml | 5 | # default, allow the terminal harness, managed inference, and normal code-hosting | COMMENT |
| MEDIUM | agents/langchain-deepagents-code/policy-additions.yaml | 34 | # Deep Agents Code is a terminal coding harness, so filesystem policy must | COMMENT |
| MEDIUM | agents/langchain-deepagents-code/manifest.yaml | 5 | # This is a terminal-oriented harness: there is no long-running gateway or | COMMENT |
| MEDIUM | agents/langchain-deepagents-code/dcode-wrapper.sh | 658 | # state and therefore invalid in the managed harness. | COMMENT |
| MEDIUM | scripts/openclaw-config-guard.py | 1393 | # harness, retain their explicit compatibility path. Current images | COMMENT |
| MEDIUM | scripts/nemoclaw-start.sh | 2796 | # exit, timeout reduction, and token cleanup for a more comprehensive fix. | COMMENT |
| MEDIUM | scripts/nemoclaw-start.sh | 4720 | # is robust to every here-doc shape, not only the | COMMENT |
| MEDIUM | scripts/security/build-perl-security-packages.sh | 73 | # Remove this split only after the unsplit parallel harness passes in two | COMMENT |
| MEDIUM | scripts/security/build-perl-security-packages.sh | 93 | # harness -dumptests reports paths from the source root and removes ../. | COMMENT |
| MEDIUM | src/lib/actions/sandbox/policy-list-render.test.ts | 60 | // description, so keying off the marker+name is robust to that suffix. | COMMENT |
| MEDIUM | …c/lib/actions/sandbox/sessions/gateway-rpc-envelope.ts | 35 | // 1. Single-line JSON candidates in reverse order — robust to log noise | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .pre-commit-config.yaml | 12 | # Usage: | COMMENT |
| LOW | …/e2e/e2e-cloud-experimental/openclaw-tui-in-sandbox.sh | 13 | # Usage: | COMMENT |
| LOW | test/e2e/e2e-cloud-experimental/cleanup.sh | 9 | # Usage: | COMMENT |
| LOW | …features/skill/lib/validate_sandbox_openclaw_skills.sh | 9 | # Usage: | COMMENT |
| LOW | test/e2e/lib/install-path-refresh.sh | 14 | # Usage: | COMMENT |
| LOW | …r-cross-issue-sweep/scripts/search-candidate-issues.sh | 9 | # Usage: | COMMENT |
| LOW | scripts/check-spdx-headers.sh | 7 | # Usage: | COMMENT |
| LOW | scripts/debug.sh | 7 | # Usage: | COMMENT |
| LOW | scripts/check-installer-hash.sh | 13 | # Usage: | COMMENT |
| LOW | scripts/start-services.sh | 11 | # Usage: | COMMENT |
| LOW | scripts/update-hermes-agent.sh | 34 | # Usage: | COMMENT |
| LOW | scripts/update-docker-pin.sh | 9 | # Usage: | COMMENT |
| LOW | scripts/walkthrough.sh | 30 | # Usage: | COMMENT |
| LOW | scripts/lib/sandbox-init.sh | 110 | # Usage: | COMMENT |
| LOW | scripts/lib/sandbox-init.sh | 197 | # Usage: | COMMENT |
| LOW | scripts/lib/sandbox-init.sh | 267 | # Usage: | COMMENT |
| LOW | scripts/lib/sandbox-init.sh | 517 | # Usage: | COMMENT |
| LOW | scripts/lib/sandbox-init.sh | 606 | # Usage: | COMMENT |
| LOW | scripts/lib/sandbox-init.sh | 657 | # Usage: | COMMENT |
| LOW | scripts/lib/sandbox-init.sh | 697 | # Usage: | COMMENT |
| LOW | scripts/lib/sandbox-init.sh | 724 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | test/runtime/policy/policy-preset-picker.test.ts | 70 | // No `if`: changed test files may not add one (codebase-growth-guardrails). | COMMENT |
| MEDIUM | …security-reviews/openshell-0.0.101-migration-review.md | 32 | 1. issue `#8600` lands the base-trusted qualification descriptor, orchestration workflow, and | CODE |
| MEDIUM | agents/openclaw/manifest.yaml | 7 | # level for backward compatibility. Phase 3 of the multi-agent plan will | COMMENT |
| MEDIUM | …ts/langchain-deepagents-code/nemoclaw_observability.py | 399 | # base64 pickle or attacker-controlled string output before guardrails | COMMENT |
| MEDIUM | nemoclaw-blueprint/policies/openclaw-sandbox.yaml | 126 | # frame)` and multi-agent delegation is unusable. | COMMENT |
| MEDIUM | scripts/nemoclaw-start.sh | 25 | # NEMOCLAW_CONTEXT_WINDOW Override the model's context window size (e.g., "32768"). | COMMENT |
| MEDIUM | scripts/nemoclaw-start.sh | 6176 | # Provision per-agent workspaces for multi-agent OpenClaw deployments. | COMMENT |
| MEDIUM | src/lib/onboard/host-proxy-env.ts | 76 | // entrypoint is line-budget-constrained per codebase-growth-guardrails. | COMMENT |
| MEDIUM | src/lib/actions/README.md | 18 | dns/index.ts # internal dns fix-coredns/setup-proxy orchestration | CODE |
| MEDIUM | src/lib/actions/README.md | 19 | dev/npm-link-or-shim.ts # prepare-time dev shim orchestration | CODE |
| MEDIUM | src/lib/inference/onboard-probes-curl-harness.ts | 11 | // codebase-growth-guardrails "if count" for *.test.ts stays flat; see PR | COMMENT |
| MEDIUM | src/lib/policy/index.ts | 3073 | // fresh sandbox whose unknown policy may be replaced with a scaffold. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test/e2e/live/channels-stop-start-googlechat-proof.ts | 86 | "placeholder": "revision-scoped", | CODE |
| LOW | test/e2e/live/inference-routing.test.ts | 133 | const compatibleKey = "fake-key-for-unreachable-test"; | CODE |
| LOW | test/e2e/live/inference-routing.test.ts | 236 | E2E_API_KEY: "e2e-fake-key", | CODE |
| LOW | test/e2e/live/inference-routing.test.ts | 239 | redactionValues: ["e2e-fake-key"], | CODE |
| LOW | test/e2e/live/inference-routing.test.ts | 1238 | chatContent: "placeholder", | CODE |
| LOW | test/e2e/live/token-rotation.test.ts | 42 | telegram: process.env.TELEGRAM_BOT_TOKEN_A ?? "test-fake-token-A-rotation-e2e", | CODE |
| LOW | test/e2e/live/token-rotation.test.ts | 49 | telegram: process.env.TELEGRAM_BOT_TOKEN_B ?? "test-fake-token-B-rotation-e2e", | CODE |
| LOW | test/e2e/live/openclaw-plugin-runtime-exdev.test.ts | 983 | apiKey: "nemoclaw-exdev-dummy-key", | CODE |
| LOW | test/e2e/live/openclaw-plugin-runtime-exdev.test.ts | 1001 | COMPATIBLE_API_KEY: "nemoclaw-exdev-dummy-key", | CODE |
| LOW | test/e2e/live/openclaw-plugin-runtime-exdev.test.ts | 1004 | NEMOCLAW_PROVIDER_KEY: "nemoclaw-exdev-dummy-key", | CODE |
| LOW⚡ | test/e2e/lib/hermetic-compatible-inference.sh | 14 | local fake_key | CODE |
| LOW⚡ | test/e2e/lib/hermetic-compatible-inference.sh | 15 | fake_key="${NEMOCLAW_E2E_COMPATIBLE_API_KEY:-e2e-compatible-key}" | CODE |
| LOW⚡ | test/e2e/lib/hermetic-compatible-inference.sh | 24 | export FAKE_OPENAI_API_KEY="$fake_key" | CODE |
| LOW | test/e2e/lib/hermetic-compatible-inference.sh | 38 | export COMPATIBLE_API_KEY="$fake_key" | CODE |
| LOW | test/onboarding/onboard-selection.test.ts | 3180 | retryAnswer: "nvapi-fake-key-value", | CODE |
| LOW | .github/workflows/e2e.yaml | 5670 | # the legacy fake-token defaults, optional _REAL secret overrides, | COMMENT |
| LOW | src/lib/onboard/web-search-verify.test.ts | 467 | expect(classifyWebSearchEnvBoundary("__nemoclaw_wsenv__:placeholder")).toBe("placeholder"); | CODE |
| LOW | src/lib/onboard/web-search-verify.ts | 28 | export type WebSearchEnvBoundary = "absent" | "placeholder" | "raw-secret" | "unknown"; | CODE |
| LOW | src/lib/onboard/web-search-verify.ts | 108 | if (boundary === "absent" || boundary === "placeholder") return false; | CODE |
| LOW | src/lib/onboard/managed-startup/profile.ts | 1024 | path[4] === "placeholder"; | CODE |
| LOW | src/lib/messaging/persistence.ts | 53 | "credentialId" | "sourceInput" | "providerName" | "placeholder" | CODE |
| LOW | src/lib/messaging/applier/setup-applier.test.ts | 78 | GOOGLECHAT_ALLOWED_USERS: "user@example.com", | CODE |
| LOW | …essaging/channels/googlechat/template-resolver.test.ts | 64 | ).toEqual(["users/111", "user@example.com"]); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …law-maintainer-pr-comparator/scripts/render-verdict.py | 29 | "closest_to_ready": null, | STRING |
| HIGH | …ts/langchain-deepagents-code/nemoclaw_observability.py | 681 | handle = nemo_relay.scope.push( | CODE |
| HIGH | scripts/openclaw-config-guard.py | 2523 | "if (!value || typeof value!=='object' || Array.isArray(value)) process.exit(4);" | CODE |
| HIGH | scripts/lib/normalize_mutable_config_perms.py | 43 | if (!JSON5 || typeof JSON5.parse !== "function") process.exit(2); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …t/runtime/gateway/gateway-state-reconcile-2276.test.ts | 381 | // Step 3: routine connect must preserve the registry entry. | COMMENT |
| LOW | …t/runtime/gateway/gateway-state-reconcile-2276.test.ts | 392 | // Step 4: the previously-suggested rebuild must RECOVER the stale sandbox. | COMMENT |
| LOW⚡ | …aw-maintainer-pr-comparator/scripts/find-candidates.sh | 35 | # Step 1: PRs that explicitly link the issue. | COMMENT |
| LOW⚡ | …aw-maintainer-pr-comparator/scripts/find-candidates.sh | 43 | # Step 2: Expand by files mentioned in issue body. | COMMENT |
| LOW | …aw-maintainer-pr-comparator/scripts/find-candidates.sh | 56 | # Step 3: Expand by title-token Jaccard. | COMMENT |
| LOW⚡ | scripts/update-docker-pin.sh | 35 | # Step 1: get an auth token for the Docker Hub library repo | COMMENT |
| LOW | scripts/update-docker-pin.sh | 46 | # Step 2: fetch the tag headers and use Docker-Content-Digest for the index. | COMMENT |
| LOW | src/lib/adapters/openshell/resolve.ts | 45 | // Step 1: command -v | COMMENT |
| LOW | src/lib/adapters/openshell/resolve.ts | 66 | // Step 2: fallback candidates | COMMENT |
| LOW | src/lib/actions/sandbox/rebuild-destroy-phase.ts | 246 | // Step 3: Delete sandbox without tearing down gateway or session. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | agents/pi/start.sh | 345 | # This file is intentionally volatile: it holds no state that must survive a | COMMENT |
| MEDIUM | agents/hermes/start.sh | 2657 | # This function is called from an `if ! ...` recovery branch, where Bash | COMMENT |
| MEDIUM | …ts/langchain-deepagents-code/nemoclaw_observability.py | 908 | # This method is called only after leaving the handler's ``except`` | COMMENT |
| MEDIUM | scripts/nemoclaw-start.sh | 4888 | # Create the log through a same-directory temp file and rename it into place. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | agents/hermes/runtime-config-guard.py | 1647 | def _set_inode_flags(fd: int, flags: int) -> None: | CODE |
| LOW | agents/hermes/seed-dashboard-config.py | 555 | def _set_policy_value(config: dict, dotted_path: str, value: object) -> None: | CODE |
| LOW | …ngchain-deepagents-code/progressive_tool_disclosure.py | 651 | __all__ = [ | CODE |
| LOW | …ts/langchain-deepagents-code/nemoclaw_observability.py | 76 | logger = logging.getLogger(__name__) | CODE |
| LOW | …ts/langchain-deepagents-code/nemoclaw_observability.py | 838 | def set_handler(self, _handler: Any, inherit: bool = True) -> None: | CODE |
| LOW | …ts/langchain-deepagents-code/nemoclaw_observability.py | 841 | def set_handlers(self, _handlers: list[Any], inherit: bool = True) -> None: | CODE |
| LOW | …chain-deepagents-code/patch-managed-deepagents-code.py | 1580 | def set_auto_update(enabled: bool) -> None: | CODE |
| LOW | …ile-plugin/src/nemoclaw_deepagents_profile/__init__.py | 273 | __all__ = ["register"] | CODE |
| LOW | scripts/openclaw-config-guard.py | 2275 | def _set_inode_flags(fd: int, flags: int | None) -> None: | CODE |
| LOW | scripts/openclaw-config-guard.py | 3033 | def _set_dir(fd: int, uid: int, gid: int, mode: int, freeze_mode: int) -> None: | CODE |
| LOW | scripts/state-dir-guard.py | 449 | def _set_inode_flags(fd: int, flags: int | None) -> None: | CODE |
| LOW | scripts/managed-gateway-control.py | 1331 | def _set_timeout(self) -> None: | CODE |
| LOW | scripts/lib/normalize_mutable_config_perms.py | 116 | def set_mode(child_fd: int, mode: int, *, required: bool = False) -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/lib/state/config-io.ts | 84 | " # If you can use sudo, repair the existing config directory:", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/lib/adapters/http/voice-gateway-server.ts | 230 | async function handleRequest(options: { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/nemoclaw-start.sh | 4522 | # Check if shields were previously active (config dir is root-owned). | COMMENT |