The sandbox agent framework.
This report presents the forensic synthetic code analysis of withastro/flue, a TypeScript project with 8,057 GitHub stars. SynthScan v2.0 examined 150,719 lines of code across 872 source files, recording 422 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 5.4 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 422 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 | .flue/agents/pr-redirect.ts | 62 | // ─── Agent ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/agents/pr-redirect.ts | 91 | // ─── LLM phase ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/agents/pr-redirect.ts | 126 | // ─── Build the Decision ───────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/agents/pr-redirect.ts | 151 | // ─── Deterministic phase ──────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/agents/pr-redirect.ts | 202 | // ─── Types ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/agents/pr-redirect.ts | 241 | // ─── Step 0: fetch PR via `gh` ────────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/agents/pr-redirect.ts | 285 | // ─── Step 1: classify ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/agents/pr-redirect.ts | 309 | // ─── Step 2 & 3: duplicate search ─────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/agents/pr-redirect.ts | 487 | // ─── Body composition ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/lib/github.ts | 77 | // ─── REST writes ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/lib/github.ts | 108 | // ─── GraphQL: discussions ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/cloudflare/src/app.ts | 22 | // ─── Cloudflare AI Gateway (optional) ─────────────────────────────────────── | COMMENT |
| MEDIUM | examples/hello-world/src/sandboxes/daytona.ts | 35 | // ─── DaytonaSandboxDriver ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/hello-world/src/sandboxes/daytona.ts | 127 | // ─── Sandbox Adapter ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/sentry/src/sentry.ts | 73 | // ─── Traces: Flue's OpenTelemetry instrumentation ─────────────────────────── | COMMENT |
| MEDIUM | examples/sentry/src/sentry.ts | 84 | // ─── Issues and logs: the Flue → Sentry event bridge ──────────────────────── | COMMENT |
| MEDIUM | examples/sentry/src/sentry.ts | 168 | // ─── Helpers ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/redis/src/redis-adapter.ts | 619 | // ── Turn-boundary joins ────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/errors.ts | 104 | // ─── Helpers ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/errors.ts | 119 | // ─── Base classes ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/errors.ts | 223 | // ─── HTTP-layer error vocabulary ──────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/errors.ts | 453 | // ─── Persistence error vocabulary ─────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/errors.ts | 546 | // ─── Sandbox error vocabulary ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/errors.ts | 612 | // ─── Session error vocabulary ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/errors.ts | 1105 | // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ | COMMENT |
| MEDIUM | packages/runtime/src/errors.ts | 1107 | // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 26 | // ─── Settings ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 76 | // ─── Token Estimation ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 183 | // ─── File Operation Tracking ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 238 | // ─── Message Serialization ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 302 | // ─── Summarization Prompts ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 394 | // ─── Cut Point Detection ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 461 | // ─── Compaction Preparation ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 559 | // ─── Summary Generation ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 657 | // ─── Main Compaction Function ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/agent.ts | 620 | // ─── Helpers ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/context.ts | 17 | // ─── Context Discovery ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/adapter-helpers.ts | 41 | // ─── Payload validation ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/adapter-helpers.ts | 98 | // ─── Submission admission ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/adapter-helpers.ts | 227 | // ─── Timestamp parsing ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/adapter-helpers.ts | 241 | // ─── Limit clamping ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/result.ts | 125 | // ─── Result tools ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/result.ts | 308 | // ─── Helpers ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/result.ts | 353 | // ─── Errors ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/agent-execution-store.ts | 16 | // ─── Durability defaults ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/agent-execution-store.ts | 25 | // ─── Submission ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/agent-execution-store.ts | 128 | // ─── Dispatch admission ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/agent-execution-store.ts | 134 | // ─── Submission store ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/agent-execution-store.ts | 385 | // ─── Persistence adapter ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/types.ts | 166 | // ─── Skill ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/types.ts | 233 | // ─── File Stat ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/types.ts | 250 | // ─── Sandbox ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/types.ts | 373 | // ─── Compaction ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/types.ts | 404 | // ─── Durability ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/types.ts | 423 | // ─── Agent Config (internal, passed to the harness at runtime) ────────────── | COMMENT |
| MEDIUM | packages/runtime/src/types.ts | 455 | // ─── Agent Runtime Configuration ──────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/types.ts | 524 | // ─── Agent functions (Flue Hooks) ──────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/types.ts | 658 | // ─── Flue Event Context ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/types.ts | 700 | // ─── Flue Harness ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/types.ts | 753 | // ─── Flue Session ─────────────────────────────────────────────────────────── | COMMENT |
| 115 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | blueprints/channel--salesforce-marketing-cloud.md | 56 | export function createSalesforceMarketingCloudClient({ | CODE |
| LOW | blueprints/channel--salesforce-marketing-cloud.md | 106 | export function salesforceMarketingCloudRestOrigin(value: string): string { | CODE |
| LOW | blueprints/channel--discord.md | 112 | function destinationFromInteraction(interaction: APIInteraction): DiscordDestinationRef | undefined { | CODE |
| LOW | .flue/agents/pr-redirect.ts | 495 | function originalImplementationLine(pr: PrDetails): string { | CODE |
| LOW | …-cloud-channel/src/salesforce-marketing-cloud-email.ts | 57 | export function parseEmailEventInstanceId(id: string): SalesforceMarketingCloudEmailRef { | CODE |
| LOW | …cloud-channel/src/salesforce-marketing-cloud-client.ts | 20 | export function createSalesforceMarketingCloudClient({ | CODE |
| LOW | …cloud-channel/src/salesforce-marketing-cloud-client.ts | 67 | export function salesforceMarketingCloudRestOrigin(restBaseUrl: string): string { | CODE |
| LOW | examples/discord-channel/src/channels/discord.ts | 75 | function destinationFromInteraction( | CODE |
| LOW | packages/opentelemetry/src/index.ts | 83 | export function createOpenTelemetryInstrumentation( | CODE |
| LOW | packages/google-chat/src/index.ts | 285 | function validateInteractionAuthentication( | CODE |
| LOW | packages/google-chat/src/index.ts | 310 | function validatePubSubAuthentication(authentication: GoogleChatPubSubAuthentication): void { | CODE |
| LOW | packages/google-chat/src/auth.ts | 92 | export function createInteractionTokenVerifier( | CODE |
| LOW | packages/google-chat/src/auth.ts | 127 | export function createPubSubTokenVerifier( | CODE |
| LOW | packages/runtime/src/conversation-public.ts | 190 | export function projectAgentConversationSnapshot( | CODE |
| LOW | packages/runtime/src/conversation-public.ts | 208 | export function projectAgentConversationBatch(options: { | CODE |
| LOW | packages/runtime/src/conversation-public.ts | 250 | function buildResponseMessageIndex(conversation: ReducedConversationState): Map<string, string> { | CODE |
| LOW | packages/runtime/src/conversation-public.ts | 513 | function assistantSubmissionByAttempt(state: ReducedInstanceState): Map<string, string> { | CODE |
| LOW | packages/runtime/src/persisted-images.ts | 52 | export function extractSubmissionAttachments( | CODE |
| LOW | packages/runtime/src/persisted-images.ts | 69 | export function hydrateSubmissionAttachments( | CODE |
| LOW | packages/runtime/src/conversation-projections.ts | 199 | export function classifyConversationSubmission( | CODE |
| LOW | packages/runtime/src/conversation-projections.ts | 315 | function mergeAssistantContinuation( | CODE |
| LOW | packages/runtime/src/conversation-projections.ts | 351 | export function getActiveConversationPathSince( | CODE |
| LOW | packages/runtime/src/conversation-projections.ts | 361 | export function aggregateConversationUsageSince( | CODE |
| LOW | packages/runtime/src/conversation-projections.ts | 379 | export function getLatestConversationCompaction( | CODE |
| LOW | packages/runtime/src/tool.ts | 279 | export async function validateAndRunTool<TTool extends ToolDefinition>( | CODE |
| LOW | packages/runtime/src/execution-interceptor.ts | 61 | export function registerExecutionInterceptor(interceptor: FlueExecutionInterceptor): () => void { | CODE |
| LOW | packages/runtime/src/resources.ts | 201 | export function renderMcpUnavailableSignalBody( | CODE |
| LOW | packages/runtime/src/resources.ts | 215 | export function renderEnvironmentSignalBody(snapshot: EnvironmentSignalSnapshot): string { | CODE |
| LOW | packages/runtime/src/provider-diagnostics.ts | 66 | export function attachProviderResponseDiagnostics( | CODE |
| LOW | packages/runtime/src/provider-diagnostics.ts | 90 | export function readProviderResponseDiagnostics( | CODE |
| LOW | packages/runtime/src/tool-adapter.ts | 14 | export function registerPreparedToolAdapter( | CODE |
| LOW | packages/runtime/src/compaction.ts | 96 | function getLastAssistantUsageInfo( | CODE |
| LOW | packages/runtime/src/compaction.ts | 195 | function extractFileOpsFromMessage(message: AgentMessage, fileOps: FileOps): void { | CODE |
| LOW | packages/runtime/src/compaction.ts | 635 | async function generateTurnPrefixSummary( | CODE |
| LOW | packages/runtime/src/compaction.ts | 743 | export function isAssistantContextOverflow( | CODE |
| LOW | packages/runtime/src/agent.ts | 77 | export function createPackagedSkillReadTool( | CODE |
| LOW | packages/runtime/src/agent.ts | 692 | export function formatPackagedSkillFilePath(skillId: string, filePath: string): string { | CODE |
| LOW | packages/runtime/src/format-version.ts | 32 | export function assertSupportedFlueFormatVersion(storedVersion: string): void { | CODE |
| LOW | packages/runtime/src/mcp.ts | 120 | export async function createMcpConnectionWithClient( | CODE |
| LOW | packages/runtime/src/sql-persisted-chunk-store.ts | 4 | export function ensureSqlSubmissionChunkTable(sql: SqlStorage): void { | CODE |
| LOW | packages/runtime/src/sql-persisted-chunk-store.ts | 17 | export function createSqlSubmissionChunkStore(sql: SqlStorage): SubmissionChunkStore { | CODE |
| LOW | packages/runtime/src/event-redaction.ts | 77 | export function redactObservationDetailImages( | CODE |
| LOW | packages/runtime/src/submission-state.ts | 309 | function hasAdjacentStreamContinuation( | CODE |
| LOW | packages/runtime/src/submission-state.ts | 337 | function isTerminalTrailingToolBatch( | CODE |
| LOW | packages/runtime/src/submission-state.ts | 390 | export function findTrailingPartialToolBatch( | CODE |
| LOW | packages/runtime/src/submission-state.ts | 453 | function isCompletedAssistantResponse(message: AssistantMessage): boolean { | CODE |
| LOW | packages/runtime/src/submission-state.ts | 457 | export function countConsecutiveRetryableModelErrors( | CODE |
| LOW | packages/runtime/src/result.ts | 27 | export function buildResultFollowUpPrompt(): string { | CODE |
| LOW | packages/runtime/src/result.ts | 74 | export function buildWorkspaceSkillPrompt( | CODE |
| LOW | packages/runtime/src/result.ts | 97 | export function buildSkillByPathlessNamePrompt( | CODE |
| LOW | packages/runtime/src/skill-package.ts | 52 | export function getSkillReferenceDirectory( | CODE |
| LOW | packages/runtime/src/conversation-records.ts | 468 | export function generateConversationRecordId(): string { | CODE |
| LOW | packages/runtime/src/conversation-records.ts | 472 | export function generateConversationEntryId(): string { | CODE |
| LOW | packages/runtime/src/conversation-reader.ts | 14 | export async function loadReducedConversationState(options: { | CODE |
| LOW | packages/runtime/src/conversation-reader.ts | 30 | export async function loadReducedConversationPrefix(options: { | CODE |
| LOW | packages/runtime/src/session.ts | 584 | function getRegisteredPackagedSkills( | CODE |
| LOW | packages/runtime/src/client.ts | 278 | async function createLocalConversationRuntime(config: FlueContextConfig): Promise<{ | CODE |
| LOW | packages/runtime/src/conversation-reducer.ts | 336 | export function createReducedInstanceState(): ReducedInstanceState { | CODE |
| LOW | packages/runtime/src/conversation-reducer.ts | 346 | export function reduceConversationRecords( | CODE |
| LOW | packages/runtime/src/conversation-reducer.ts | 364 | export function reduceConversationRecordsInPlace( | CODE |
| 131 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | blueprints/sandbox--cloudflare-computer.md | 141 | COMMENT | |
| LOW | blueprints/tooling--sentry.md | 141 | // error, with the throw-site stack on the live `errorInfo`) and then a | COMMENT |
| LOW | blueprints/channel--google-chat.md | 121 | // Optional Path: /channels/google-chat/events | COMMENT |
| LOW | blueprints/channel--slack.md | 81 | COMMENT | |
| LOW | examples/cloudflare/seed-r2.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | examples/cloudflare/src/app.ts | 21 | COMMENT | |
| LOW | examples/cloudflare/src/app.ts | 41 | // }, | COMMENT |
| LOW | …amples/cloudflare/src/sandboxes/cloudflare-computer.ts | 101 | // DurableObjectStorageLike declares; the runtime shape matches. | COMMENT |
| LOW | examples/slack-channel/src/channels/slack.ts | 41 | } | COMMENT |
| LOW | examples/sentry/src/sentry.ts | 81 | instrument(createOpenTelemetryInstrumentation({ content: contentPolicy() })); | COMMENT |
| LOW | examples/chat-sdk/src/app.ts | 41 | // The use-agent directive (via the build-time scan) is what registers an | COMMENT |
| LOW | …amples/google-chat-channel/src/channels/google-chat.ts | 61 | // Optional Path: /channels/google-chat/events | COMMENT |
| LOW | packages/runtime/src/agent.ts | 301 | // fidelity. Bash factories translate it into a signal | COMMENT |
| LOW | packages/runtime/src/agent.ts | 481 | // Keyed on env.exec rather than the env object: the session hands tool | COMMENT |
| LOW | packages/runtime/src/sandbox.ts | 241 | const resolve = (p: string) => (p.startsWith('/') ? p : fs.resolvePath(cwd, p)); | COMMENT |
| LOW | packages/runtime/src/conversation-records.ts | 121 | // Dynamic-resource narration: the declared tool/skill/subagent set moved. | COMMENT |
| LOW | packages/runtime/src/session.ts | 5341 | case 'completed': | COMMENT |
| LOW | packages/runtime/src/session.ts | 5521 | await options.onInputApplied?.(durability); | COMMENT |
| LOW | packages/runtime/src/index.ts | 181 | ToolRunEnvelope, | COMMENT |
| LOW | packages/runtime/src/cloudflare/agent-coordinator.ts | 281 | * its own clock. In-memory is exactly coextensive with the enforcement | COMMENT |
| LOW | packages/runtime/src/cloudflare/agent-coordinator.ts | 301 | // The pass is bounded and storage-only — it never awaits agent execution. | COMMENT |
| LOW | packages/runtime/src/cloudflare/agent-coordinator.ts | 361 | if (!(await this.submissions.hasUnsettledSubmissions())) return; | COMMENT |
| LOW | …ages/runtime/src/runtime/handle-conversation-routes.ts | 161 | const meta = await options.store.getMeta(options.path); | COMMENT |
| LOW | packages/runtime/src/runtime/agent-submissions.ts | 601 | // Interrupted: acquire the replacement attempt (the fencing CAS) and hand | COMMENT |
| LOW | packages/runtime/src/runtime/agent-submissions.ts | 621 | // | COMMENT |
| LOW | packages/runtime/src/runtime/agent-submissions.ts | 641 | // PROCESS must also win the stream's producer claim to write anything, | COMMENT |
| LOW | packages/runtime/src/runtime/agent-submissions.ts | 1381 | // birth record admission wrote is the only creation data renders see. | COMMENT |
| LOW | packages/runtime/src/node/agent-coordinator.ts | 461 | // have appeared due to session-head advancement) or if a | COMMENT |
| LOW | packages/runtime/src/node/agent-coordinator.ts | 961 | await reconcileRunningSubmissions(); | COMMENT |
| LOW | packages/runtime/src/node/agent-coordinator.ts | 1281 | // wait for it — plus any detached reconciliation pass (abort paths | COMMENT |
| LOW | packages/cli/src/lib/run-bootstrap.ts | 241 | // The default run.db is NEVER wiped — `--id` continuation across | COMMENT |
| LOW | packages/vite/src/flue-plugin.ts | 341 | COMMENT | |
| LOW | packages/sdk/src/public/observe.ts | 101 | // Consecutive 401/403 failures since the last real progress. See | COMMENT |
| LOW | packages/sdk/src/public/observe.ts | 141 | // On reconnect we rehydrate a fresh snapshot via `history()` rather than | COMMENT |
| LOW | packages/sdk/src/public/settle.ts | 101 | let baseOffset = admission.offset; | COMMENT |
| LOW | .github/workflows/pr-redirect.yml | 1 | name: PR Redirect | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | apps/docs/src/content/docs/guide/workflows.md | 20 | | [Durable Workflows](#durable-workflows) | You need to initialize and control a hosted agent from a hosted runtime, a | CODE |
| MEDIUM | apps/docs/src/content/docs/guide/project-layout.md | 27 | ## Example multi-agent codebase | COMMENT |
| MEDIUM | …ps/docs/src/content/docs/ecosystem/deploy/gitlab-ci.md | 249 | ## Typed results and orchestration | COMMENT |
| MEDIUM | …cs/src/content/docs/ecosystem/deploy/github-actions.md | 239 | ## Typed results and orchestration | COMMENT |
| MEDIUM⚡ | apps/docs/src/content/docs/cli/init.md | 52 | flue init # prompt for everything, scaffold into the current directory | CODE |
| MEDIUM⚡ | apps/docs/src/content/docs/cli/init.md | 53 | flue init ./my-agent-app # prompt, scaffold into ./my-agent-app (created if missing) | CODE |
| MEDIUM⚡ | apps/docs/src/content/docs/cli/init.md | 57 | flue init --target node --force # scaffold into a non-empty directory, overwrite flue.config.* | CODE |
| MEDIUM | apps/docs/src/content/docs/cli/run.md | 66 | # Pick one agent from a multi-agent module | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | apps/docs/src/content/docs/ecosystem/deploy/node.md | 89 | OPENAI_API_KEY="your-api-key" | CODE |
| HIGH | …s/docs/src/content/docs/ecosystem/deploy/cloudflare.md | 115 | ANTHROPIC_API_KEY="your-api-key" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | apps/www/src/pages/start.md.ts | 24 | ## Step 1: Gather Context | COMMENT |
| LOW⚡ | apps/www/src/pages/start.md.ts | 31 | ## Step 2: Discover Requirements | COMMENT |
| LOW | apps/www/src/pages/start.md.ts | 72 | ## Step 3: Scaffold with \`flue init\`, Then Customize | COMMENT |
| LOW | apps/www/src/pages/start.md.ts | 95 | ## Step 4: Verify Implementation | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | apps/www/src/pages/start.md.ts | 24 | ## Step 1: Gather Context | COMMENT |
| LOW⚡ | apps/www/src/pages/start.md.ts | 31 | ## Step 2: Discover Requirements | COMMENT |
| LOW | apps/www/src/pages/start.md.ts | 72 | ## Step 3: Scaffold with \`flue init\`, Then Customize | COMMENT |
| LOW | apps/www/src/pages/start.md.ts | 95 | ## Step 4: Verify Implementation | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/runtime/src/runtime/agent-submissions.ts | 924 | // Abort: keyed on the coordinator signal's reason (robust even when the | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | examples/cloudflare/seed-r2.sh | 8 | # Usage: | COMMENT |