Write HTML. Render video. Built for agents.
This report presents the forensic synthetic code analysis of heygen-com/hyperframes, a TypeScript project with 34,902 GitHub stars. SynthScan v2.0 examined 705,084 lines of code across 3251 source files, recording 2536 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 7.1 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).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
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 2536 distinct pattern matches across 18 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 | examples/gcp-cloud-run/scripts/smoke.sh | 47 | # ── Defaults ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/gcp-cloud-run/scripts/smoke.sh | 88 | # ── 1. Enable APIs ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/gcp-cloud-run/scripts/smoke.sh | 95 | # ── 2. Build + push the render image ──────────────────────────────────────── | COMMENT |
| MEDIUM | examples/gcp-cloud-run/scripts/smoke.sh | 125 | # ── 3. terraform apply ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/gcp-cloud-run/scripts/smoke.sh | 165 | # ── 4. Upload the fixture as a project tarball ────────────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/template.yaml | 98 | # ── S3 bucket for plan tarballs, chunk outputs, and final renders ─────── | COMMENT |
| MEDIUM | examples/aws-lambda/template.yaml | 138 | # ── Single Lambda function handling all three roles ────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/template.yaml | 170 | # ── CloudWatch log group for the state machine ────────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/template.yaml | 411 | # ── CloudWatch alarm: runaway chunk invocations ───────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/template.yaml | 434 | # ── CloudWatch alarm: Lambda function errors ──────────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/template.yaml | 459 | # ── CloudWatch alarm: Step Functions execution failures ───────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/scripts/eval.sh | 150 | # ── Pre-flight ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/scripts/eval.sh | 165 | # ── 1. Build + deploy once ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/scripts/eval.sh | 193 | # ── 2. Per-fixture eval ────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | examples/aws-lambda/scripts/eval.sh | 213 | # ── 2a. Local in-process timing via the regression harness ──────────── | COMMENT |
| MEDIUM | examples/aws-lambda/scripts/eval.sh | 238 | # ── 2b. Lambda render ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | examples/aws-lambda/scripts/eval.sh | 336 | # ── 2c. PSNR comparisons ─────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | examples/aws-lambda/scripts/eval.sh | 352 | # ── 2d. Audio equivalence (residual RMS) ────────────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/scripts/eval.sh | 436 | # ── 3. Summary ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | examples/aws-lambda/scripts/smoke.sh | 50 | # ── Resolve script directory + repo root ────────────────────────────────── | COMMENT |
| MEDIUM⚡ | examples/aws-lambda/scripts/smoke.sh | 55 | # ── Defaults ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/scripts/smoke.sh | 112 | # ── Arg parsing ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/scripts/smoke.sh | 176 | # ── Pre-flight checks ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/scripts/smoke.sh | 208 | # ── 1. Build the handler ZIP ────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/scripts/smoke.sh | 221 | # ── 2. SAM validate + deploy ────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/scripts/smoke.sh | 247 | # ── 3. Read stack outputs ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/scripts/smoke.sh | 258 | # ── 4. Upload fixture as a project tarball ──────────────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/scripts/smoke.sh | 268 | # ── 5. Render at each chunk count ───────────────────────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/scripts/smoke.sh | 374 | # ── 6. Gate on PSNR threshold ───────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/aws-lambda/scripts/smoke.sh | 385 | # ── 7. Summary ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/generate-catalog-pages.ts | 32 | // ── Types ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/generate-catalog-pages.ts | 58 | // ── Discovery ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/generate-catalog-pages.ts | 95 | // ── MDX generation ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/generate-catalog-pages.ts | 464 | // ── Main ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/generate-catalog-previews.ts | 57 | // ── Types ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/generate-catalog-previews.ts | 70 | // ── Discovery ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/generate-catalog-previews.ts | 119 | // ── Preview generation ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/generate-catalog-previews.ts | 291 | // ── CLI ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/vite.browser.ts | 12 | // ── Shared Puppeteer browser ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/vite.config.ts | 26 | // ── Bridge Hono fetch → Node http response ─────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/vite.config.ts | 56 | // ── Vite plugin ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/gsapSoftReload.test.ts | 456 | // ── Bug 2: undo/redo restore soft-apply ────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkCutoverEligibility.ts | 53 | // ─── html-attribute safety ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.ts | 24 | // ─── Types ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.ts | 41 | // ─── Op helpers ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.ts | 58 | // ─── Read-back helpers ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.ts | 161 | // ─── Core check (pure — testable without flag) ──────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.ts | 237 | // ─── Attempt counter (denominator for the soak gate) ────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.ts | 327 | // ─── Telemetry ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.ts | 536 | // ─── Soak gate ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.test.ts | 17 | // ─── Telemetry capture ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.test.ts | 33 | // ─── Flag mock ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.test.ts | 48 | // ─── Fixtures ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.test.ts | 67 | // ─── A. Flag gating ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.test.ts | 141 | // ─── B. Telemetry-only (no side effects on real write) ──────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.test.ts | 202 | // ─── C. Resolver-parity detection ──────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.test.ts | 333 | // ─── D. Redaction ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.test.ts | 374 | // ─── E. Soak gate ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.test.ts | 514 | // ─── G. recordAnimationResolverParity (GSAP animationId ops) ────────────────── | COMMENT |
| MEDIUM | packages/studio/src/utils/sdkResolverShadow.test.ts | 567 | // ─── H. Inlined sub-composition: bare leaf id resolves (regression) ─────────── | COMMENT |
| 1012 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/set-version.ts | 120 | function createReleaseCommitAndTag(version: string, skipMonotonicityCheck: boolean = false) { | CODE |
| LOW | scripts/set-version.ts | 246 | export function missingChangelogArtifacts(version: string) { | CODE |
| LOW | scripts/set-version.ts | 254 | export function unreviewedChangelogArtifacts(version: string) { | CODE |
| LOW | scripts/set-version.ts | 280 | export function hasGeneratedChangelogTodo(content: string) { | CODE |
| LOW | scripts/set-version.ts | 284 | export function docsChangelogEntryHasGeneratedTodo(content: string, marker: string) { | CODE |
| LOW | scripts/set-version.ts | 337 | function assertNoUnexpectedChanges(changedPaths: string[], allowedPaths: string[]) { | CODE |
| LOW | scripts/generate-catalog-pages.ts | 189 | function generateTextureAgentUsage( | CODE |
| LOW | scripts/generate-catalog-pages.ts | 232 | function generateTextureAnimationExample( | CODE |
| LOW | scripts/cli-options.ts | 124 | export function parseVersionPositionalArg( | CODE |
| LOW | scripts/release-prepare.ts | 135 | export function resolveStableReleaseAction(state: { | CODE |
| LOW | scripts/release-prepare.ts | 161 | export function buildSetVersionCommandArgs(options: PrepareOptions) { | CODE |
| LOW | scripts/changelog-weekly.ts | 428 | function renderMarkdownWeeklyBullet(commit: WeeklyCommit) { | CODE |
| LOW⚡ | packages/studio/vite.studioMotion.ts | 24 | export function readStudioDevManualEditManifestContent(projectDir: string): string { | CODE |
| LOW⚡ | packages/studio/vite.studioMotion.ts | 28 | export function readStudioDevMotionManifestContent(projectDir: string): string { | CODE |
| LOW⚡ | packages/studio/vite.studioMotion.ts | 32 | export function createStudioDevRenderBodyScripts( | CODE |
| LOW | packages/studio/vite.browser.ts | 65 | async function applyStudioRenderBodyScriptsToThumbnailPage( | CODE |
| LOW | packages/studio/vite.browser.ts | 78 | async function reapplyStudioRenderBodyScriptsToThumbnailPage( | CODE |
| LOW | packages/studio/src/captions/keyboard.ts | 5 | export function shouldHandleCaptionNudgeKey(event: CaptionNudgeKeyEvent): boolean { | CODE |
| LOW | …/studio/src/captions/components/CaptionOverlayUtils.ts | 171 | export function getOrCreateWrapper(el: HTMLElement): HTMLElement { | CODE |
| LOW | packages/studio/src/contexts/DomEditContext.tsx | 106 | export function useDomEditActionsContextOptional(): DomEditActionsValue | null { | CODE |
| LOW | packages/studio/src/contexts/DomEditContext.tsx | 110 | export function useDomEditSelectionContext(): DomEditSelectionValue { | CODE |
| LOW | packages/studio/src/contexts/FileManagerContext.tsx | 14 | export function useFileManagerContextOptional(): FileManagerValue | null { | CODE |
| LOW | packages/studio/src/contexts/TimelineEditContext.tsx | 16 | export function useTimelineEditContextOptional(): TimelineEditCallbacks { | CODE |
| LOW | packages/studio/src/contexts/VariablePromoteContext.tsx | 102 | export function useVariablePromoteChannel(channel: PromoteChannel): ChannelPromote | null { | CODE |
| LOW | packages/studio/src/contexts/StudioContext.tsx | 62 | export function useStudioShellContextOptional(): StudioShellValue | null { | CODE |
| LOW | packages/studio/src/utils/studioPreviewHelpers.ts | 49 | function resolvePreviewLocalPointer( | CODE |
| LOW | packages/studio/src/utils/studioPreviewHelpers.ts | 87 | function removePointerEventsOverride(style: HTMLStyleElement | null): void { | CODE |
| LOW | packages/studio/src/utils/studioPreviewHelpers.ts | 97 | function needsPointerEventsInheritanceFallback(doc: Document, win: Window): boolean { | CODE |
| LOW | packages/studio/src/utils/studioPreviewHelpers.ts | 118 | function hasOwnPointerEventsOverride(el: HTMLElement, win: Window): boolean { | CODE |
| LOW | packages/studio/src/utils/studioPreviewHelpers.ts | 123 | function inheritsPointerEventsNoneFromAncestor(el: HTMLElement, win: Window): boolean { | CODE |
| LOW | packages/studio/src/utils/studioPreviewHelpers.ts | 141 | function hasAuthorPointerEventsNone(el: HTMLElement): boolean { | CODE |
| LOW | packages/studio/src/utils/studioPreviewHelpers.ts | 149 | function collectPointerEventsNoneTargets( | CODE |
| LOW | packages/studio/src/utils/studioPreviewHelpers.ts | 163 | function filterAuthorInteractiveTargets( | CODE |
| LOW | packages/studio/src/utils/studioPreviewHelpers.ts | 206 | export function getPreviewTargetFromPointer( | CODE |
| LOW | packages/studio/src/utils/studioPreviewHelpers.ts | 267 | export function getAllPreviewTargetsFromPointer( | CODE |
| LOW | packages/studio/src/utils/studioPreviewHelpers.ts | 334 | export function pauseStudioPreviewPlayback(iframe: HTMLIFrameElement | null): number | null { | CODE |
| LOW | packages/studio/src/utils/studioSaveDiagnostics.ts | 44 | function createStudioSaveAbortError(): Error { | CODE |
| LOW | packages/studio/src/utils/studioSaveDiagnostics.ts | 68 | export function getStudioSaveErrorMessage(error: unknown): string { | CODE |
| LOW | packages/studio/src/utils/studioSaveDiagnostics.ts | 101 | function isRetryableStudioSaveError(error: unknown): boolean { | CODE |
| LOW | packages/studio/src/utils/studioSaveDiagnostics.ts | 109 | export function buildStudioSaveFailureProperties( | CODE |
| LOW | packages/studio/src/utils/studioSaveDiagnostics.ts | 132 | export async function createStudioSaveHttpError( | CODE |
| LOW | packages/studio/src/utils/rdpSimplify.ts | 154 | function interpolatePropertyAtTime( | CODE |
| LOW | packages/studio/src/utils/clipboardPayload.ts | 22 | export function serializeClipboardPayload(payload: ClipboardPayload): string { | CODE |
| LOW | packages/studio/src/utils/clipboardPayload.ts | 34 | export function deserializeClipboardPayload(json: string): ClipboardPayload | null { | CODE |
| LOW | packages/studio/src/utils/studioUrlState.ts | 32 | export function resolveMasterCompositionPath(fileTree: string[]): string | null { | CODE |
| LOW | packages/studio/src/utils/studioUrlState.ts | 37 | export function normalizeStudioUrlPanelTab( | CODE |
| LOW | packages/studio/src/utils/studioUrlState.ts | 51 | export function normalizeStudioCompositionPath( | CODE |
| LOW | packages/studio/src/utils/studioUrlState.ts | 102 | export function parseStudioUrlStateFromHash(hash: string): StudioUrlState { | CODE |
| LOW | packages/studio/src/utils/studioUrlState.ts | 117 | export function readStudioUrlStateFromWindow(): StudioUrlState { | CODE |
| LOW | packages/studio/src/utils/clipboard.ts | 33 | function shouldCopyWithSelectionFirst(): boolean { | CODE |
| LOW | packages/studio/src/utils/frameCapture.ts | 31 | export function buildFrameCaptureFilename(compositionPath: string | null, currentTime: number) { | CODE |
| LOW | packages/studio/src/utils/rootDuration.ts | 35 | export function readRootCompositionDuration(source: string): number | null { | CODE |
| LOW | packages/studio/src/utils/rootDuration.ts | 58 | export function patchRootCompositionDuration(source: string, newValue: string): string { | CODE |
| LOW | packages/studio/src/utils/rootDuration.ts | 76 | export function extendRootDurationInSource(source: string, newEnd: number): string { | CODE |
| LOW | packages/studio/src/utils/sourcePatcher.ts | 10 | function escapeStyleAttributeValue(value: string, quote: string): string { | CODE |
| LOW | packages/studio/src/utils/sourcePatcher.ts | 32 | function splitInlineStyleDeclarations(style: string): string[] { | CODE |
| LOW | packages/studio/src/utils/sourcePatcher.ts | 400 | function findMatchingClosingTagIndex(html: string, tagName: string, contentStart: number): number { | CODE |
| LOW | packages/studio/src/utils/sourcePatcher.ts | 492 | function patchHtmlAttributeByTarget( | CODE |
| LOW | packages/studio/src/utils/timelineAssetDrop.ts | 59 | export function buildTimelineFileDropPlacements( | CODE |
| LOW | packages/studio/src/utils/timelineAssetDrop.ts | 75 | export function resolveTimelineAssetCompositionSize(source: string): { | CODE |
| 971 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | lefthook.yml | 21 | glob: "*.{ts,tsx}" | COMMENT |
| LOW | docs/guides/claude-design-hyperframes.md | 1021 | // === SCENE 3 (6-9s) — hard cut === | COMMENT |
| LOW | examples/gcp-cloud-run/scripts/smoke.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | examples/gcp-cloud-run/scripts/smoke.sh | 21 | # | COMMENT |
| LOW | examples/aws-lambda/template.yaml | 101 | DeletionPolicy: Retain | COMMENT |
| LOW | examples/aws-lambda/scripts/eval.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | examples/aws-lambda/scripts/eval.sh | 341 | ffmpeg -nostdin -v error -i "$a" -i "$b" -lavfi "psnr=stats_file=$log" -f null - 2>/dev/null || true | COMMENT |
| LOW | examples/aws-lambda/scripts/smoke.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | examples/aws-lambda/scripts/smoke.sh | 21 | # - jq | COMMENT |
| LOW | examples/aws-lambda/scripts/smoke.sh | 41 | # 0 all good | COMMENT |
| LOW | scripts/test-skills-fresh.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | scripts/test-skills-fresh.sh | 21 | # `skills add` only copies skills/. The capture tool you changed lives in | COMMENT |
| LOW | scripts/test-skills-fresh.sh | 41 | # 5. Installs the full skills tree from the LOCAL repo via `npx skills add | COMMENT |
| LOW | scripts/check-large-files.sh | 1 | #!/bin/sh | COMMENT |
| LOW | scripts/upload-docs-images.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | packages/studio/src/utils/gsapSoftReload.ts | 381 | // the two can desync (a keyframe-node drag parks the playhead via the store | COMMENT |
| LOW | packages/studio/src/utils/gsapSoftReload.ts | 461 | // `gsap.set` transform is otherwise orphaned: the re-run won't re-set it | COMMENT |
| LOW | packages/studio/src/utils/sdkResolverShadow.ts | 181 | ): SdkResolverMismatch[] { | COMMENT |
| LOW | …es/studio/src/components/editor/DomEditCropHandles.tsx | 121 | state.insets.right > 0 || | COMMENT |
| LOW | …ges/studio/src/components/editor/MotionPathOverlay.tsx | 101 | // it: a pending park seek belongs to the OLD animation, so firing it after the | COMMENT |
| LOW | …ges/studio/src/components/editor/MotionPathOverlay.tsx | 241 | // ax/ay = absolute composition position (home + offset) for drawing; n.x/n.y | COMMENT |
| LOW | packages/studio/src/hooks/useSdkSession.test.ts | 1 | import { describe, expect, it } from "vitest"; | COMMENT |
| LOW | packages/studio/src/hooks/gsapTweenSynth.ts | 21 | return Array.from(byPct.values()).sort((a, b) => a.percentage - b.percentage); | COMMENT |
| LOW | packages/studio/src/hooks/gsapResizeIntercept.ts | 181 | width: Math.round(size.width), | COMMENT |
| LOW | packages/studio/src/hooks/useAnimatedPropertyCommit.ts | 401 | const elementHasKeyframes = selectedGsapAnimations.some((a) => !!a.keyframes); | COMMENT |
| LOW | packages/studio/src/telemetry/distinctId.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | …/src/player/components/timelineClipDragPreview.test.ts | 1 | import { describe, expect, it } from "vitest"; | COMMENT |
| LOW | …/studio/src/player/components/TimelineClipDiamonds.tsx | 81 | onContextMenuKeyframe, | COMMENT |
| LOW | packages/producer/de-canary-suite.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | packages/producer/src/regression-harness.ts | 41 | // | COMMENT |
| LOW | packages/producer/src/server.ts | 821 | const server = serve({ fetch: app.fetch, port }, () => { | COMMENT |
| LOW | packages/producer/src/utils/audioRegression.ts | 81 | // ── Sample-level residual RMS ─────────────────────────────────────────────── | COMMENT |
| LOW | packages/producer/src/utils/audioRegression.ts | 241 | // [Parsed_astats_0 @ 0x...] Overall ← section header (no value) | COMMENT |
| LOW | packages/producer/src/services/htmlCompiler.test.ts | 1381 | COMMENT | |
| LOW | packages/producer/src/services/frameDirCache.test.ts | 241 | dirsToClean.push(leakyA, leakyB); | COMMENT |
| LOW | packages/producer/src/services/hdrCompositor.ts | 621 | // - re-shows the layer's currently paintable elements (and their | COMMENT |
| LOW | packages/producer/src/services/htmlCompiler.ts | 521 | // injected frame images, so the browser never needs to load the source. | COMMENT |
| LOW | packages/producer/src/services/htmlCompiler.ts | 861 | // Assign per-instance runtime composition ids BEFORE inlining, mirroring the | COMMENT |
| LOW | packages/producer/src/services/htmlCompiler.ts | 1821 | ); | COMMENT |
| LOW | …ckages/producer/src/services/shaderTransitionWorker.ts | 41 | */ | COMMENT |
| LOW | packages/producer/src/services/renderOrchestrator.ts | 941 | ); | COMMENT |
| LOW | packages/producer/src/services/renderOrchestrator.ts | 1701 | // via the explicit `forceScreenshot` parameter rather than reading | COMMENT |
| LOW | packages/producer/src/services/renderOrchestrator.ts | 1741 | compositionHash, | COMMENT |
| LOW | packages/producer/src/services/renderOrchestrator.ts | 1981 | COMMENT | |
| LOW | packages/producer/src/services/renderOrchestrator.ts | 2041 | // sample frame indices from this so they land inside the drained range. | COMMENT |
| LOW | packages/producer/src/services/renderOrchestrator.ts | 2061 | // 1:59 (119 s) wall and a clean MP4 on the same comp, with no | COMMENT |
| LOW | packages/producer/src/services/renderOrchestrator.ts | 2281 | compiled, | COMMENT |
| LOW | packages/producer/src/services/renderOrchestrator.ts | 2461 | gif: ".gif", | COMMENT |
| LOW | packages/producer/src/services/renderOrchestrator.ts | 2561 | const effectiveQuality = job.config.crf ?? preset.quality; | COMMENT |
| LOW | packages/producer/src/services/fileServer.test.ts | 421 | // This test pins three properties of the streaming path: | COMMENT |
| LOW | packages/producer/src/services/distributed/assemble.ts | 221 | // frame-accurate compositors, some third-party transcoders), an | COMMENT |
| LOW | packages/producer/src/services/distributed/plan.test.ts | 421 | async () => { | COMMENT |
| LOW | …kages/producer/src/services/distributed/renderChunk.ts | 521 | // first capture sees the same `window.__hfVariables` the in-process | COMMENT |
| LOW | …kages/producer/src/services/distributed/renderChunk.ts | 541 | // `heygen-com/hyperframes#955` for the worst-case wall regression that | COMMENT |
| LOW | …kages/producer/src/services/distributed/renderChunk.ts | 561 | let encodeStageMs = 0; | COMMENT |
| LOW | …/producer/src/services/distributed/renderChunk.test.ts | 121 | if (!hasChrome) return; | COMMENT |
| LOW | packages/producer/src/services/distributed/plan.ts | 801 | return firstSegment === undefined || !PLAN_PROJECT_DIR_SKIP_SEGMENTS.has(firstSegment); | COMMENT |
| LOW | packages/producer/src/services/distributed/plan.ts | 841 | let compiled = compileResult.compiled; | COMMENT |
| LOW | packages/producer/src/services/render/shared.ts | 401 | // Stage one video's extracted-frame dir into the compiled dir. Default is a | COMMENT |
| LOW | …es/producer/src/services/render/stages/compileStage.ts | 141 | // initial `cfg.forceScreenshot`, alpha-output (webm / mov / png-sequence — | COMMENT |
| 165 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | examples/aws-lambda/scripts/eval.sh | 5 | # 1. Render in-process locally (regression harness) → wall-clock | COMMENT |
| MEDIUM⚡ | examples/aws-lambda/scripts/eval.sh | 13 | # The "local" timing includes `bun` + `tsx` + harness startup | COMMENT |
| MEDIUM⚡ | examples/aws-lambda/scripts/eval.sh | 16 | # AGAINST Lambda on tiny fixtures (where harness boot dominates) and | COMMENT |
| MEDIUM⚡ | examples/aws-lambda/scripts/eval.sh | 213 | # ── 2a. Local in-process timing via the regression harness ──────────── | COMMENT |
| MEDIUM⚡ | examples/aws-lambda/scripts/eval.sh | 214 | # The harness renders the fixture in-process locally and compares it to | COMMENT |
| MEDIUM⚡ | examples/aws-lambda/scripts/eval.sh | 216 | # (the harness discards its tempdir); we only need its wall-clock here | COMMENT |
| MEDIUM⚡ | examples/aws-lambda/scripts/eval.sh | 218 | # `output/output.mp4` baseline — the same artifact the harness produced | COMMENT |
| MEDIUM⚡ | examples/aws-lambda/scripts/eval.sh | 346 | # render — the harness above discards its tempdir, and the baseline | COMMENT |
| MEDIUM⚡ | examples/aws-lambda/scripts/smoke.sh | 58 | # The producer regression harness uses 50 dB as its PSNR floor for | COMMENT |
| MEDIUM | …dio/src/components/editor/offCanvasIndicatorRefresh.ts | 37 | // catch anyway), keying on the attribute directly makes the coupling robust to any | COMMENT |
| MEDIUM | packages/producer/de-canary-suite.sh | 24 | 11c1c878 clean # media-heavy; false de-fail history (harness artifacts) | CODE |
| MEDIUM | …kages/producer/tests/style-2-prod/output/compiled.html | 141 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | packages/producer/tests/d3-adapter/output/compiled.html | 66 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …kages/producer/tests/style-3-prod/output/compiled.html | 127 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …ages/producer/tests/style-11-prod/output/compiled.html | 414 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …/producer/tests/fast-capture-gsap/output/compiled.html | 16 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …roducer/tests/google-maps-adapter/output/compiled.html | 62 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …oducer/tests/font-variant-numeric/output/compiled.html | 31 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …er/tests/distributed/mp4-h265-sdr/output/compiled.html | 31 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …er/tests/distributed/mp4-h264-sdr/output/compiled.html | 31 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …/tests/distributed/three-boundary/output/compiled.html | 16 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …ucer/tests/distributed/mov-prores/output/compiled.html | 31 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …oducer/tests/distributed/webm-vp9/output/compiled.html | 47 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …er/tests/distributed/png-sequence/output/compiled.html | 47 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …stributed/three-boundary-deferred/output/compiled.html | 16 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …producer/tests/hdr-hlg-regression/output/compiled.html | 38 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …roducer/tests/portrait-edge-bleed/output/compiled.html | 14 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …ges/producer/tests/variables-prod/output/compiled.html | 66 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …ges/producer/tests/mapbox-adapter/output/compiled.html | 61 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …ages/producer/tests/style-16-prod/output/compiled.html | 95 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …ages/producer/tests/style-17-prod/output/compiled.html | 23 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …kages/producer/tests/style-9-prod/output/compiled.html | 39 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …kages/producer/tests/style-5-prod/output/compiled.html | 63 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …roducer/tests/pip-video-late-host/output/compiled.html | 16 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …cer/tests/sub-comp-height-percent/output/compiled.html | 15 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …ages/producer/tests/style-15-prod/output/compiled.html | 127 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …ckages/producer/tests/sub-comp-t0/output/compiled.html | 70 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …s/producer/tests/maplibre-adapter/output/compiled.html | 62 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …cer/tests/sub-comp-class-selector/output/compiled.html | 49 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …oducer/tests/missing-host-comp-id/output/compiled.html | 63 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …s/producer/tests/video-hfid-no-id/output/compiled.html | 16 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …ages/producer/tests/style-12-prod/output/compiled.html | 87 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …oducer/tests/sub-comp-id-selector/output/compiled.html | 45 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …e-shader-compositor-render-compat/output/compiled.html | 38 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …tests/heygen-promo-preview-assets/output/compiled.html | 39 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …kages/producer/tests/style-1-prod/output/compiled.html | 87 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …es/producer/tests/leaflet-adapter/output/compiled.html | 62 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …s/producer/tests/audio-mux-parity/output/compiled.html | 17 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | packages/producer/tests/many-cuts/output/compiled.html | 54 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | …ages/producer/tests/style-13-prod/output/compiled.html | 39 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | packages/cli/src/commands/validate.ts | 264 | // it's robust to rounded pills, cross-component panel edges, | COMMENT |
| MEDIUM | packages/player/tests/perf/scenarios/06-parity.ts | 241 | // defensively to keep this robust on weird mounts. | COMMENT |
| MEDIUM | .github/codeql/codeql-config.yml | 19 | # harness). Every compiled.html re-rasterizes the regex-stripped composition; | COMMENT |
| MEDIUM | …-video/references/motion-primitives/assets/gsap.min.js | 10 | !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?def | CODE |
| MEDIUM | skills/remotion-to-hyperframes/scripts/tests/smoke.sh | 2 | # smoke.sh — exercise the eval harness scripts against synthetic inputs. | COMMENT |
| MEDIUM | skills/remotion-to-hyperframes/scripts/tests/smoke.sh | 6 | # Asserts the harness produces sensible output without depending on a real | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/guides/claude-design-hyperframes.md | 65 | ## Step 1: Understand the brief | COMMENT |
| LOW | docs/guides/claude-design-hyperframes.md | 82 | ## Step 2: Pick a skeleton and fill identity | COMMENT |
| LOW | docs/guides/claude-design-hyperframes.md | 122 | ## Step 3: Fill scenes -- content + animation | COMMENT |
| LOW | docs/guides/claude-design-hyperframes.md | 211 | ## Step 4: Transitions | COMMENT |
| LOW | docs/guides/claude-design-hyperframes.md | 318 | ## Step 5: Verify the preview + deliver | COMMENT |
| LOW | packages/studio/tests/e2e/design-panel-qa-matrix.md | 7 | ## Step 0: demo-failure reproduction (baseline, pre-fix) | COMMENT |
| LOW⚡ | packages/studio/src/captions/parser.ts | 145 | // Step 1: Extract transcript words from source | COMMENT |
| LOW⚡ | packages/studio/src/captions/parser.ts | 151 | // Step 2: Look for grouping and word elements in the iframe DOM | COMMENT |
| LOW⚡ | packages/studio/src/captions/parser.ts | 155 | // Step 3: Infer wordsPerGroup from element counts | COMMENT |
| LOW⚡ | packages/studio/src/captions/parser.ts | 164 | // Step 4: Build the caption model with inferred grouping | COMMENT |
| LOW⚡ | packages/studio/src/captions/parser.ts | 172 | // Step 5: Read computed styles from the first word or group element | COMMENT |
| LOW | packages/studio/src/captions/parser.ts | 224 | // Step 6: Read container styles from group element (if visible background) | COMMENT |
| LOW | packages/studio/src/captions/parser.ts | 252 | // Step 7: Apply extracted styles to all groups in the model | COMMENT |
| LOW | packages/cli/src/capture/htmlExtractor.ts | 27 | // Step 2: Inline external stylesheets | COMMENT |
| LOW | packages/cli/src/capture/htmlExtractor.ts | 69 | // Step 3: Make URLs absolute and fix HTML entity encoding in src attributes | COMMENT |
| LOW | packages/cli/src/capture/htmlExtractor.ts | 142 | // Step 4: Extract everything | COMMENT |
| LOW⚡ | packages/sdk/src/engine/mutate.ts | 1150 | // Step 1: remove the existing tween. Position-derived IDs renumber, so the | COMMENT |
| LOW⚡ | packages/sdk/src/engine/mutate.ts | 1157 | // Step 2: insert the replacement keyframed tween. | COMMENT |
| LOW | skills/music-to-video/SKILL.md | 25 | ## Step 0: Setup, BGM, and inputs | COMMENT |
| LOW | skills/music-to-video/SKILL.md | 49 | ## Step 1: Analyze the music | COMMENT |
| LOW | skills/music-to-video/SKILL.md | 70 | ## Step 2: Frame skeleton (structure only) | COMMENT |
| LOW | skills/music-to-video/SKILL.md | 80 | ## Step 3: Fill the plan (user-gated) | COMMENT |
| LOW | skills/music-to-video/SKILL.md | 100 | ## Step 4: Build frames from the plan | COMMENT |
| LOW | skills/music-to-video/SKILL.md | 125 | ## Step 5: Assemble | COMMENT |
| LOW | skills/music-to-video/SKILL.md | 142 | ## Step 6: Verify and render | COMMENT |
| LOW | …ills/embedded-captions/references/layout-heuristics.md | 5 | ## Step 1: Sample 3 frames | COMMENT |
| LOW | …ills/embedded-captions/references/layout-heuristics.md | 15 | ## Step 2: Find the clean zone | COMMENT |
| LOW | …ills/embedded-captions/references/layout-heuristics.md | 97 | ## Step 3: Pick template + position | COMMENT |
| LOW | …ills/embedded-captions/references/layout-heuristics.md | 180 | ## Step 4: Respect these invariants | COMMENT |
| LOW | …ills/embedded-captions/references/layout-heuristics.md | 188 | ## Step 5: Validate before render | COMMENT |
| LOW | skills/remotion-to-hyperframes/SKILL.md | 44 | ### Step 1: Lint the source | COMMENT |
| LOW | skills/remotion-to-hyperframes/SKILL.md | 54 | ### Step 2: Plan the translation | COMMENT |
| LOW | skills/remotion-to-hyperframes/SKILL.md | 70 | ### Step 3: Generate the HF composition | COMMENT |
| LOW | skills/remotion-to-hyperframes/SKILL.md | 82 | ### Step 4: Validate | COMMENT |
| LOW | skills/remotion-to-hyperframes/SKILL.md | 101 | ### Step 5: Document gaps | COMMENT |
| LOW | skills/faceless-explainer/SKILL.md | 22 | ## Step 0: Setup and Brief | COMMENT |
| LOW | skills/faceless-explainer/SKILL.md | 53 | ## Step 1: Brief (no capture) | COMMENT |
| LOW | skills/faceless-explainer/SKILL.md | 70 | ## Step 2: Design System | COMMENT |
| LOW | skills/faceless-explainer/SKILL.md | 88 | ## Step 3: Storyboard and Script | COMMENT |
| LOW | skills/faceless-explainer/SKILL.md | 120 | ## Step 4: Frame Visual Design | COMMENT |
| LOW | skills/faceless-explainer/SKILL.md | 136 | ## Step 5: Build Frames | COMMENT |
| LOW | skills/faceless-explainer/SKILL.md | 168 | ## Step 6: Finalize | COMMENT |
| LOW | skills/hyperframes-registry/references/contributing.md | 11 | ### Step 1: Clarify | COMMENT |
| LOW | skills/hyperframes-registry/references/contributing.md | 24 | ### Step 2: Scaffold | COMMENT |
| LOW | skills/hyperframes-registry/references/contributing.md | 56 | ### Step 3: Build | COMMENT |
| LOW | skills/hyperframes-registry/references/contributing.md | 97 | ### Step 4: Validate | COMMENT |
| LOW | skills/hyperframes-registry/references/contributing.md | 104 | ### Step 5: Preview | COMMENT |
| LOW | skills/hyperframes-registry/references/contributing.md | 122 | ### Step 6: Ship | COMMENT |
| LOW | skills/pr-to-video/SKILL.md | 22 | ## Step 0: Setup and Brief | COMMENT |
| LOW | skills/pr-to-video/SKILL.md | 88 | ## Step 1: Ingest the PR (no capture) | COMMENT |
| LOW | skills/pr-to-video/SKILL.md | 117 | ## Step 2: Design System | COMMENT |
| LOW | skills/pr-to-video/SKILL.md | 133 | ## Step 3: Storyboard and Script | COMMENT |
| LOW | skills/pr-to-video/SKILL.md | 165 | ## Step 4: Frame Visual Design | COMMENT |
| LOW | skills/pr-to-video/SKILL.md | 181 | ## Step 5: Build Frames | COMMENT |
| LOW | skills/pr-to-video/SKILL.md | 223 | ## Step 6: Finalize | COMMENT |
| LOW | skills/website-to-video/SKILL.md | 37 | ## Step 0: Capture & Understand the Brand | COMMENT |
| LOW | skills/website-to-video/SKILL.md | 49 | ## Step 1: Brand Identity | COMMENT |
| LOW⚡ | skills/website-to-video/SKILL.md | 61 | ## Step 2: Strategy & Messaging | COMMENT |
| LOW⚡ | skills/website-to-video/SKILL.md | 71 | ## Step 3: Storyboard + Script 💬 | COMMENT |
| LOW⚡ | skills/website-to-video/SKILL.md | 81 | ## Step 4: VO, Timing + Captions 💬 | COMMENT |
| 21 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …/tests/distributed/three-boundary/output/compiled.html | 27 | function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?defi | CODE |
| CRITICAL | …stributed/three-boundary-deferred/output/compiled.html | 27 | function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?defi | CODE |
| CRITICAL | …s/producer/tests/maplibre-adapter/output/compiled.html | 112 | define("index",["exports","./shared"],(function(t,e){"use strict";var i="4.7.1";let a,s;const o={now:"undefined"!=typeof | CODE |
| CRITICAL | packages/parsers/src/gsapParser.ts | 2584 | if (anim.method === "fromTo") loc.target.call.node.arguments.splice(1, 1); | CODE |
| CRITICAL | packages/parsers/src/gsapParser.ts | 2600 | loc.target.call.node.arguments.push(parseExpr("0")); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | ADOPTERS.md | 21 | | [HeyGen](https://www.heygen.com) | [@jrusso1020](https://github.com/jrusso1020) | Powers AI-generated vide | CODE |
| HIGH | …kages/producer/tests/style-3-prod/output/compiled.html | 1599 | // Hard cut animation (no fades) as requested | COMMENT |
| HIGH | …ucer/tests/style-3-prod/src/compositions/captions.html | 134 | // Hard cut animation (no fades) as requested | COMMENT |
| HIGH | …kages/producer/tests/style-6-prod/output/compiled.html | 777 | { text: "EDITOR AGENT", start: 15.079, end: 17.2 }, // End at 17.2 as requested | CODE |
| HIGH | …ucer/tests/style-6-prod/src/compositions/captions.html | 57 | { text: "EDITOR AGENT", start: 15.079, end: 17.2 }, // End at 17.2 as requested | CODE |
| HIGH | packages/producer/src/services/fileServer.ts | 776 | // reading an HTML file (typically small, but a 200KB+ AI-generated | COMMENT |
| HIGH | registry/examples/swiss-grid/compositions/captions.html | 142 | // Hard cut animation (no fades) as requested | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | examples/aws-lambda/scripts/eval.sh | 14 | # scaffolding, not just renderer-internal time. Lambda timing measures | COMMENT |
| MEDIUM | scripts/test-skills-fresh.sh | 163 | # --------- step 3: scaffold a fresh test project --------- | COMMENT |
| MEDIUM | …ckages/producer/tests/style-10-prod/src/code_review.md | 42 | ### compositions/main-orchestration.html | COMMENT |
| MEDIUM | packages/gcp-cloud-run/terraform/workflow.yaml | 1 | # HyperFrames distributed render orchestration on Cloud Workflows. | COMMENT |
| MEDIUM | packages/gcp-cloud-run/terraform/main.tf | 129 | # ── Cloud Workflows orchestration ──────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/gcp-cloud-run/src/sdk/getRenderProgress.ts | 169 | // control steps (BuildChunkList, AssertChunkCount, the map scaffold). | COMMENT |
| MEDIUM | packages/cli/src/capture/scaffolding.ts | 69 | // discovered both the scaffold and the agent's real index.html as | COMMENT |
| MEDIUM | packages/cli/src/capture/index.ts | 647 | // Generate project scaffold (index.html, meta.json, CLAUDE.md) | COMMENT |
| MEDIUM | packages/cli/src/utils/lintProject.test.ts | 980 | // The original scaffold bug: data-start BEFORE data-track-index | COMMENT |
| MEDIUM | packages/engine/src/services/videoFrameInjector.test.ts | 193 | // Regression for the agentic-finecut scenario after PR #1028's ancestor | COMMENT |
| MEDIUM⚡ | .github/workflows/windows-render.yml | 203 | # GitHub skills check via this env so the canary scaffold stays offline. | COMMENT |
| MEDIUM | skills/hyperframes-cli/references/init-and-scaffold.md | 35 | npx hyperframes capture https://stripe.com # scaffold from a website | CODE |
| MEDIUM | skills/hyperframes-cli/references/init-and-scaffold.md | 35 | npx hyperframes capture https://stripe.com # scaffold from a website | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | packages/studio/src/captions/parser.ts | 145 | // Step 1: Extract transcript words from source | COMMENT |
| LOW⚡ | packages/studio/src/captions/parser.ts | 151 | // Step 2: Look for grouping and word elements in the iframe DOM | COMMENT |
| LOW⚡ | packages/studio/src/captions/parser.ts | 155 | // Step 3: Infer wordsPerGroup from element counts | COMMENT |
| LOW⚡ | packages/studio/src/captions/parser.ts | 164 | // Step 4: Build the caption model with inferred grouping | COMMENT |
| LOW⚡ | packages/studio/src/captions/parser.ts | 172 | // Step 5: Read computed styles from the first word or group element | COMMENT |
| LOW | packages/studio/src/captions/parser.ts | 224 | // Step 6: Read container styles from group element (if visible background) | COMMENT |
| LOW | packages/studio/src/captions/parser.ts | 252 | // Step 7: Apply extracted styles to all groups in the model | COMMENT |
| LOW | packages/cli/src/capture/htmlExtractor.ts | 27 | // Step 2: Inline external stylesheets | COMMENT |
| LOW | packages/cli/src/capture/htmlExtractor.ts | 69 | // Step 3: Make URLs absolute and fix HTML entity encoding in src attributes | COMMENT |
| LOW | packages/cli/src/capture/htmlExtractor.ts | 142 | // Step 4: Extract everything | COMMENT |
| LOW⚡ | packages/sdk/src/engine/mutate.ts | 1150 | // Step 1: remove the existing tween. Position-derived IDs renumber, so the | COMMENT |
| LOW⚡ | packages/sdk/src/engine/mutate.ts | 1157 | // Step 2: insert the replacement keyframed tween. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/studio/vite.adapter.ts | 40 | options?: { runtime?: "inline" | "placeholder"; inlineColorGradingLuts?: boolean }, | CODE |
| LOW | packages/studio/vite.adapter.ts | 172 | let html = await bundler(dir, { runtime: "placeholder", inlineColorGradingLuts: false }); | CODE |
| LOW | packages/studio/src/utils/htmlAttrSafety.ts | 41 | "placeholder", | CODE |
| LOW | packages/core/src/utils/htmlAttrSafety.ts | 47 | "placeholder", | CODE |
| LOW⚡ | packages/core/src/compiler/htmlBundler.ts | 43 | // 2. runtime: "placeholder" passed → emit src="" for the caller to substitute | COMMENT |
| LOW⚡ | packages/core/src/compiler/htmlBundler.ts | 37 | function injectInterceptor(html: string, runtimeMode: "inline" | "placeholder" = "inline"): string { | CODE |
| LOW⚡ | packages/core/src/compiler/htmlBundler.ts | 53 | } else if (runtimeMode === "placeholder") { | CODE |
| LOW | packages/core/src/compiler/htmlBundler.ts | 677 | * - `"placeholder"` — emit `<script ... src=""></script>` so the caller can | COMMENT |
| LOW | packages/core/src/compiler/htmlBundler.ts | 686 | runtime?: "inline" | "placeholder"; | CODE |
| LOW | packages/cli/src/auth/user.test.ts | 29 | want: "Jane Doe", | CODE |
| LOW | packages/cli/src/server/studioServer.ts | 315 | runtime: "placeholder", | CODE |
| LOW | …kages/studio-server/src/helpers/sourceMutation.test.ts | 350 | { type: "html-attribute", property: "placeholder", value: "Enter text" }, | CODE |
| LOW | …blue-sweater-intro-video/blue-sweater-intro-video.html | 831 | <div class="placeholder">How can I help you today?</div> | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | examples/gcp-cloud-run/scripts/smoke.sh | 10 | # Usage: | COMMENT |
| LOW | examples/aws-lambda/scripts/smoke.sh | 10 | # Usage: | COMMENT |
| LOW | scripts/test-skills-fresh.sh | 26 | # Usage: | COMMENT |
| LOW | scripts/check-large-files.sh | 14 | # Usage: | COMMENT |
| LOW | …ills/embedded-captions/scripts/render-and-composite.sh | 4 | # Usage: | COMMENT |
| LOW | skills/remotion-to-hyperframes/scripts/frame_strip.sh | 7 | # Usage: | COMMENT |
| LOW | skills/remotion-to-hyperframes/scripts/render_diff.sh | 8 | # Usage: | COMMENT |
| LOW | …ills/remotion-to-hyperframes/assets/test-corpus/run.sh | 9 | # Usage: | COMMENT |
| LOW | …mes/assets/test-corpus/tier-4-escape-hatch/validate.sh | 8 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | packages/cli/src/tts/synthesize.ts | 47 | print(json.dumps({ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | skills/music-to-video/scripts/analyze-beatgrid.py | 231 | CODE | |
| LOW | skills/remotion-to-hyperframes/scripts/lint_source.py | 234 | CODE | |
| LOW | skills/media-use/audio/scripts/lyria-recipe.py | 46 | CODE | |
| LOW | skills/media-use/audio/scripts/lyria-recipe.py | 90 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/gcp-cloud-run/terraform/providers.tf | 1 | # This module is applied directly (by `examples/gcp-cloud-run/scripts/smoke.sh` | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | skills/music-to-video/scripts/analyze-beatgrid.py | 25 | CODE | |
| LOW | skills/remotion-to-hyperframes/scripts/lint_source.py | 38 | CODE | |
| LOW | skills/media-use/audio/scripts/lyria-recipe.py | 14 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/publish.yml | 112 | # Check if this version is already published | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …s/producer/tests/maplibre-adapter/output/compiled.html | 108 | define("shared",["exports"],(function(t){"use strict";function e(t,e,r,n){return new(r||(r=Promise))((function(i,s){func | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/cli/src/auth/loopback.ts | 112 | function handleRequest( | CODE |