A lightweight, cryptography-powered, open-source toolkit built to enforce Zero Trust security for infrastructure, applications, and data in the AI-driven world.
This report presents the forensic synthetic code analysis of OpenNHP/opennhp, a Go project with 13,824 GitHub stars. SynthScan v2.0 examined 88,553 lines of code across 459 source files, recording 305 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 6.0 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 305 distinct pattern matches across 9 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 |
|---|---|---|---|---|
| MEDIUM⚡ | terraform/demo/tls.tf | 1 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | terraform/demo/tls.tf | 3 | # ============================================================================= | COMMENT |
| MEDIUM⚡ | terraform/demo/tls.tf | 13 | # ============================================================================= | COMMENT |
| MEDIUM | terraform/demo/ses.tf | 1 | # ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | terraform/demo/ses.tf | 5 | # ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | terraform/demo/ses.tf | 72 | # ── SMTP credentials ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/docker-compose.multicluster.yaml | 20 | # ── Cluster 1 ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/docker-compose.multicluster.yaml | 65 | # ── Cluster 2 (independent identity + AC) ──────────────────────────────── | COMMENT |
| MEDIUM | docker/docker-compose.multicluster.yaml | 110 | # ── Browser entrypoint (nginx reverse proxy) ───────────────────────────── | COMMENT |
| MEDIUM | docker/docker-compose.multicluster.yaml | 136 | # ── Shared relay (declares BOTH clusters) ──────────────────────────────── | COMMENT |
| MEDIUM | docker/docker-compose.multicluster.yaml | 157 | # ── Protected web target for cluster 1 ─────────────────────────────────── | COMMENT |
| MEDIUM | docker/docker-compose.multicluster.yaml | 174 | # ── Protected web target for cluster 2 ─────────────────────────────────── | COMMENT |
| MEDIUM | docker/nhp-agent/etc/server.toml | 27 | # ─── Cluster form (recommended) ────────────────────────────────────── | COMMENT |
| MEDIUM | docker/nhp-agent/etc/server.toml | 52 | # ─── Legacy flat form (auto-upgraded, deprecated) ──────────────────── | COMMENT |
| MEDIUM | docker/nhp-server/etc/config.toml | 20 | # ─── Demo-only ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/nhp-server/etc/config.toml | 63 | # ─── Cookie (stateless, multi-instance-safe) ────────────────────────────── | COMMENT |
| MEDIUM | docker/nhp-server/etc2/config.toml | 20 | # ─── Demo-only ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/nhp-server/etc2/config.toml | 63 | # ─── Cookie (stateless, multi-instance-safe) ────────────────────────────── | COMMENT |
| MEDIUM | docker/multicluster/nhp-relay/etc/config.toml | 48 | # ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/multicluster/nhp-relay/etc/config.toml | 50 | # ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/nhp-relay/etc/config.toml | 48 | # ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/nhp-relay/etc/config.toml | 50 | # ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/ac/main/etc/server.toml | 23 | # ─── Cluster form (recommended) ────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/ac/main/etc/server.toml | 36 | # ─── Legacy single-server form (auto-upgraded, deprecated) ─────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/NHPAgent.test.ts | 17 | // ─── Mock transport factory ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/NHPAgent.test.ts | 59 | // ─── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/NHPAgent.test.ts | 108 | // ─── Static metadata ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/NHPAgent.test.ts | 116 | // ─── Initialization ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/NHPAgent.test.ts | 174 | // ─── Server management ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | endpoints/js-agent/test/NHPAgent.test.ts | 206 | // ─── Identity ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | endpoints/js-agent/test/NHPAgent.test.ts | 228 | // ─── knockResource error cases (no transport needed) ───────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/NHPAgent.test.ts | 269 | // ─── knockResource success path (mocked transport) ─────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/NHPAgent.test.ts | 411 | // ─── Knock body authenticates the HeaderType (on-path flip protection) ─────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/NHPAgent.test.ts | 495 | // ─── Event emitter ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/NHPAgent.test.ts | 592 | // ─── exitResource ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/NHPAgent.test.ts | 621 | // ─── close ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/protocol/header.test.ts | 14 | // ─── NHPHeader (curve25519, 240 bytes) ─────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/protocol/header.test.ts | 147 | // ─── NHPHeaderEx (gmsm, 304 bytes) ─────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/protocol/packet.test.ts | 18 | // ─── helpers ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/protocol/packet.test.ts | 37 | // ─── CURVE25519 ACK round-trip ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/protocol/packet.test.ts | 140 | // ─── COK / RNK cookie flow ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/protocol/packet.test.ts | 176 | // ─── Error cases ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/protocol/packet.test.ts | 254 | // ─── Anti-replay ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/protocol/packet.test.ts | 279 | // ─── clearServerCookie ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/test/protocol/packet.test.ts | 316 | // ─── GMSM (SM2/SM3/SM4) round-trip ─────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/examples/reg.html | 453 | <span class="c-comment">// ── Step 1: generate key pair ─────────────────</span> | CODE |
| MEDIUM | endpoints/js-agent/examples/reg.html | 467 | <span class="c-comment">// ── Step 2: request OTP (NHP-OTP) ─────────────</span> | CODE |
| MEDIUM | endpoints/js-agent/examples/reg.html | 474 | <span class="c-comment">// ── Step 3: register key (NHP-REG) ────────────</span> | CODE |
| MEDIUM | endpoints/js-agent/examples/reg.html | 611 | // ── i18n ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/src/transport/relay.ts | 98 | // ─── Transport interface ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/js-agent/src/transport/relay.ts | 152 | // ─── Internal ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/server/keystore_test.go | 254 | // ── OTP tests ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/server/keystore_test.go | 467 | // ── OTP sweep tests ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/server/keystore.go | 130 | // ── OTP operations ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/server/keystore.go | 344 | // ── Agent key operations ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/server/keystore.go | 571 | // ── Helpers ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/agent/main/etc/server.toml | 38 | # ─── Local docker environment ───────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/db/main/etc/server.toml | 28 | # ─── Cluster form (recommended) ────────────────────────────────────── | COMMENT |
| MEDIUM | endpoints/db/main/etc/server.toml | 37 | # ─── Legacy single-server form (auto-upgraded, deprecated) ─────────── | COMMENT |
| MEDIUM | endpoints/relay/relay.go | 7 | // ◀──NHP response (encrypted)──────── | COMMENT |
| 33 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | terraform/demo/ssh-key.tf | 1 | # SSH keypair management. | COMMENT |
| LOW | terraform/demo/security-groups.tf | 1 | # --- nhp-relay Security Group --- | COMMENT |
| LOW | terraform/demo/tls.tf | 1 | # ============================================================================= | COMMENT |
| LOW | terraform/demo/ses.tf | 61 | type = "TXT" | COMMENT |
| LOW | docker/docker-compose.multicluster.yaml | 1 | # Local multi-cluster validation stack. | COMMENT |
| LOW | docker/nhp-agent/etc/resource.toml | 1 | # Resources the agent should knock on automatically after launch. | COMMENT |
| LOW | docker/nhp-agent/etc/server.toml | 1 | # nhp-agent server-peer configuration. | COMMENT |
| LOW | docker/nhp-agent/etc/server.toml | 21 | # Per-instance fields: | COMMENT |
| LOW | docker/nhp-agent/etc/server.toml | 61 | # Port = 62206 | COMMENT |
| LOW | docker/nhp-server/plugins/example/etc/resource.toml | 1 | # List resources id and their sub-fields here | COMMENT |
| LOW | docker/nhp-server/etc/relay.toml | 1 | # NHP Server relay peers configuration | COMMENT |
| LOW | docker/nhp-server/etc/config.toml | 1 | # NHP-Server base config | COMMENT |
| LOW | docker/nhp-server/etc/config.toml | 21 | # Accept RFC1918 / loopback / CGNAT addresses as the SourceAddr field of | COMMENT |
| LOW | docker/nhp-server/etc/config.toml | 41 | # on, every agent goes through the cookie-stamped handshake | COMMENT |
| LOW | docker/nhp-server/etc/config.toml | 61 | ForceOverload = false | COMMENT |
| LOW | docker/nhp-server/etc2/relay.toml | 1 | # NHP Server relay peers configuration | COMMENT |
| LOW | docker/nhp-server/etc2/config.toml | 1 | # NHP-Server base config | COMMENT |
| LOW | docker/nhp-server/etc2/config.toml | 21 | # Accept RFC1918 / loopback / CGNAT addresses as the SourceAddr field of | COMMENT |
| LOW | docker/nhp-server/etc2/config.toml | 41 | # on, every agent goes through the cookie-stamped handshake | COMMENT |
| LOW | docker/nhp-server/etc2/config.toml | 61 | ForceOverload = false | COMMENT |
| LOW | docker/multicluster/nhp-server-c2/etc/relay.toml | 1 | # NHP Server relay peers configuration | COMMENT |
| LOW | docker/multicluster/nhp-relay/etc/config.toml | 1 | # NHP Relay Service Configuration | COMMENT |
| LOW | docker/multicluster/nhp-relay/etc/config.toml | 41 | writeTimeoutMs = 10000 | COMMENT |
| LOW | docker/nhp-relay/etc/config.toml | 1 | # NHP Relay Service Configuration | COMMENT |
| LOW | docker/nhp-relay/etc/config.toml | 41 | writeTimeoutMs = 10000 | COMMENT |
| LOW | docker/nhp-relay/etc/config.toml | 81 | COMMENT | |
| LOW | endpoints/ac/main/etc/remote.toml | 1 | # NHP-AC remote config | COMMENT |
| LOW | endpoints/ac/main/etc/server.toml | 1 | # list the server peers for the AC under [[Servers]] table | COMMENT |
| LOW | endpoints/ac/main/etc/server.toml | 21 | # on nhp-ac; see LoadBalance above) | COMMENT |
| LOW | endpoints/ac/main/etc/config.toml | 1 | # NHP-AC base config | COMMENT |
| LOW | endpoints/js-agent/examples/reg.html | 161 | #seq-phase-otp .seq-msg { stroke: #58a6ff; } | COMMENT |
| LOW | endpoints/js-agent/examples/relay-test.html | 1441 | COMMENT | |
| LOW | endpoints/server/config.go | 21 | toml "github.com/pelletier/go-toml/v2" | COMMENT |
| LOW | endpoints/server/config.go | 101 | // mapping, the relay container sees the request as coming from the | COMMENT |
| LOW | endpoints/server/config.go | 121 | // deployments, broken for multi-instance ones (the failure mode is the | COMMENT |
| LOW | endpoints/server/config.go | 141 | // local demo will never reach — so this flag exists purely to let | COMMENT |
| LOW | endpoints/server/config.go | 641 | log.Warning("ignoring CookieSigningKeyBase64 change: %v (keeping running key)", decodeErr) | COMMENT |
| LOW | endpoints/server/config.go | 681 | // Only persist the new base64 into s.config when we actually | COMMENT |
| LOW | endpoints/server/udpserver.go | 321 | } | COMMENT |
| LOW | endpoints/server/udpserver.go | 741 | COMMENT | |
| LOW | endpoints/server/udpserver.go | 761 | // identity-aware (see teardownPerRelayCounter); aligning the | COMMENT |
| LOW | endpoints/server/ratelimit.go | 1 | package server | COMMENT |
| LOW | endpoints/server/ratelimit.go | 21 | // is ever queued to a connection routine, so flood traffic is dropped | COMMENT |
| LOW | endpoints/server/ratelimit.go | 41 | // MEMORY: the entry map is capacity-bounded. An attacker rotating spoofed | COMMENT |
| LOW | endpoints/server/ratelimit.go | 141 | } | COMMENT |
| LOW | endpoints/server/constants.go | 1 | package server | COMMENT |
| LOW | endpoints/server/constants.go | 41 | ACOpenCompensationTime = 5 // second | COMMENT |
| LOW | endpoints/server/constants.go | 61 | // while still capping an attacker's forced ECDH rate per address. | COMMENT |
| LOW | endpoints/server/msghandler.go | 21 | COMMENT | |
| LOW | endpoints/server/msghandler.go | 81 | } | COMMENT |
| LOW | endpoints/server/msghandler.go | 101 | // transitioned to the replacement. | COMMENT |
| LOW | endpoints/server/msghandler.go | 141 | } | COMMENT |
| LOW | endpoints/server/msghandler.go | 841 | // needs the same pre-ECDH throttle. Dropped-only, no block-listing. | COMMENT |
| LOW | endpoints/server/msghandler.go | 861 | // split from the right. See relayConnKeySep for the full reasoning. | COMMENT |
| LOW | endpoints/server/msghandler.go | 901 | } else { | COMMENT |
| LOW | endpoints/server/msghandler.go | 941 | } | COMMENT |
| LOW | endpoints/server/knock_headertype.go | 1 | package server | COMMENT |
| LOW | endpoints/server/knock_headertype.go | 21 | // | COMMENT |
| LOW | endpoints/server/config_test.go | 41 | config: &Config{ | COMMENT |
| LOW | endpoints/server/config_test.go | 181 | } | COMMENT |
| 107 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | endpoints/js-agent/examples/relay-test.html | 1802 | // Step 1: Init | COMMENT |
| LOW | endpoints/js-agent/examples/relay-test.html | 1822 | // Step 2: Identity + Server | COMMENT |
| LOW | endpoints/js-agent/examples/relay-test.html | 1837 | // Step 3: Listen for events | COMMENT |
| LOW | endpoints/js-agent/examples/relay-test.html | 1875 | // Step 4: Knock — also do a manual fetch to capture raw HTTP response details | COMMENT |
| LOW | endpoints/js-agent/examples/relay-test.html | 1893 | // Step 5: Result | COMMENT |
| LOW | endpoints/agent/main/main.go | 403 | // Step 0: generate a fresh key pair — let the user choose the cipher | COMMENT |
| LOW | endpoints/agent/main/main.go | 593 | // Step 1: OTP request (skipped when --otp is provided). | COMMENT |
| LOW | endpoints/agent/main/main.go | 625 | // Step 2: Register public key with OTP. | COMMENT |
| LOW | docs/capture-diagrams.md | 40 | ### Step 1: Start the VitePress Dev Server | COMMENT |
| LOW | docs/capture-diagrams.md | 49 | ### Step 2: Run the Capture Script | COMMENT |
| LOW⚡ | examples/server_plugin/basic/main.go | 431 | // Step 1: validate OTP. | COMMENT |
| LOW⚡ | examples/server_plugin/basic/main.go | 439 | // Step 2: register the agent's public key. | COMMENT |
| LOW⚡ | examples/server_plugin/basic/main.go | 447 | // Step 3: echo the stored expiry back to the agent so the SDK can | COMMENT |
| LOW⚡ | nhp/test/ipv6_support_test.go | 109 | // Step 1: Detect IP type | COMMENT |
| LOW⚡ | nhp/test/ipv6_support_test.go | 118 | // Step 2: Get appropriate CIDR mask | COMMENT |
| LOW⚡ | nhp/test/ipv6_support_test.go | 121 | // Step 3: Parse CIDR | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | endpoints/js-agent/examples/relay-test.html | 1802 | // Step 1: Init | COMMENT |
| LOW | endpoints/js-agent/examples/relay-test.html | 1822 | // Step 2: Identity + Server | COMMENT |
| LOW | endpoints/js-agent/examples/relay-test.html | 1837 | // Step 3: Listen for events | COMMENT |
| LOW | endpoints/js-agent/examples/relay-test.html | 1875 | // Step 4: Knock — also do a manual fetch to capture raw HTTP response details | COMMENT |
| LOW | endpoints/js-agent/examples/relay-test.html | 1893 | // Step 5: Result | COMMENT |
| LOW | endpoints/agent/main/main.go | 403 | // Step 0: generate a fresh key pair — let the user choose the cipher | COMMENT |
| LOW | endpoints/agent/main/main.go | 593 | // Step 1: OTP request (skipped when --otp is provided). | COMMENT |
| LOW | endpoints/agent/main/main.go | 625 | // Step 2: Register public key with OTP. | COMMENT |
| LOW⚡ | examples/server_plugin/basic/main.go | 431 | // Step 1: validate OTP. | COMMENT |
| LOW⚡ | examples/server_plugin/basic/main.go | 439 | // Step 2: register the agent's public key. | COMMENT |
| LOW⚡ | examples/server_plugin/basic/main.go | 447 | // Step 3: echo the stored expiry back to the agent so the SDK can | COMMENT |
| LOW⚡ | nhp/test/ipv6_support_test.go | 109 | // Step 1: Detect IP type | COMMENT |
| LOW⚡ | nhp/test/ipv6_support_test.go | 118 | // Step 2: Get appropriate CIDR mask | COMMENT |
| LOW⚡ | nhp/test/ipv6_support_test.go | 121 | // Step 3: Parse CIDR | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | terraform/demo/tls.tf | 34 | # Create a certificate signing request | COMMENT |
| MEDIUM | .github/workflows/build-binaries.yml | 565 | # Create the release using gh CLI (more reliable than action) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | endpoints/js-agent/test/NHPAgent.test.ts | 213 | userId: 'user@example.com', | CODE |
| LOW⚡ | endpoints/js-agent/test/NHPAgent.test.ts | 223 | expect(() => agent.setUser('user@example.com', 'example.org')).not.toThrow(); | CODE |
| LOW | endpoints/js-agent/test/NHPAgent.test.ts | 283 | agent.setIdentity({ userId: 'user@example.com', deviceId: 'device-001' }); | CODE |
| LOW | endpoints/js-agent/test/NHPAgent.test.ts | 656 | agent.setIdentity({ userId: 'user@example.com', deviceId: 'device-001' }); | CODE |
| LOW | endpoints/js-agent/test/NHPAgent.test.ts | 678 | agent.setIdentity({ userId: 'user@example.com', deviceId: 'device-001' }); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | docs/agent_sdk.md | 1771 | print("Error: Failed to read Documents directory") | CODE |
| MEDIUM | docs/zh-cn/agent_sdk.zh-cn.md | 1785 | print("Error: Failed to read Documents directory") | CODE |
| MEDIUM | examples/client_sdk/ios/swift/ViewController.swift | 19 | print("Error: Failed to read Documents directory") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | terraform/demo/tls.tf | 16 | # Check if stealth CA is configured. If either cert or key is missing/empty, | COMMENT |
| LOW | docker/quick_start.sh | 235 | # Check if image exists | COMMENT |
| LOW | .github/workflows/infra-demo.yml | 136 | # Check if already synced (compare BOTH cert and key to catch partial updates) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/upload-stealth-ca.sh | 4 | # Usage: | COMMENT |
| LOW | scripts/generate-nhp-keys.sh | 7 | # Usage: | COMMENT |