The sandbox agent framework.
This report presents the forensic synthetic code analysis of withastro/flue, a TypeScript project with 7,275 GitHub stars. SynthScan v2.0 examined 179,745 lines of code across 1004 source files, recording 397 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 4.6 places this repository in the Likely human-written 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 397 distinct pattern matches across 10 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/workflows/pr-redirect.ts | 58 | // ─── Types ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/workflows/pr-redirect.ts | 96 | // ─── Step 0: fetch PR via `gh` ────────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/workflows/pr-redirect.ts | 140 | // ─── Step 1: classify ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/workflows/pr-redirect.ts | 187 | // ─── Step 2 & 3: duplicate search ─────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/workflows/pr-redirect.ts | 378 | // ─── Body composition ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/workflows/pr-redirect.ts | 516 | // ─── Misc ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/workflows/pr-redirect.ts | 572 | // ─── Entry point ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/workflows/pr-redirect.ts | 597 | // ─── LLM phase ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/workflows/pr-redirect.ts | 632 | // ─── Build the Decision ───────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/workflows/pr-redirect.ts | 657 | // ─── Deterministic phase ──────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/lib/github.ts | 77 | // ─── REST writes ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .flue/lib/github.ts | 122 | // ─── GraphQL: discussions ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/cloudflare/src/app.ts | 17 | // ─── Cloudflare AI Gateway (optional) ─────────────────────────────────────── | COMMENT |
| MEDIUM | examples/hello-world/src/sandboxes/daytona.ts | 26 | // ─── DaytonaSandboxApi ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/hello-world/src/sandboxes/daytona.ts | 118 | // ─── Sandbox Adapter ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/sentry/src/app.ts | 75 | // ─── 1. Sentry init ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/sentry/src/app.ts | 94 | // ─── 2. The Flue → Sentry event bridge ────────────────────────────────────── | COMMENT |
| MEDIUM | examples/sentry/src/app.ts | 152 | // ─── Helpers ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/sentry/src/app.ts | 207 | // ─── 3. Mount the Flue agent route ────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/test/submission-state.test.ts | 8 | // ─── Helpers ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/test/submission-state.test.ts | 43 | // ─── Tests ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …es/runtime/test/agent-execution-store-contract.test.ts | 27 | // ─── Backend factories ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …es/runtime/test/agent-execution-store-contract.test.ts | 73 | // ─── Contract tests (shared) ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …es/runtime/test/agent-execution-store-contract.test.ts | 83 | // ─── sqlite() PersistenceAdapter tests ────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/test/node-agent-coordinator.test.ts | 1576 | // ─── Direct prompt admission ──────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/test/node-agent-coordinator.test.ts | 1774 | // ─── Real Anthropic API smoke (integration) ───────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/errors.ts | 103 | // ─── Helpers ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/errors.ts | 118 | // ─── Base classes ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/errors.ts | 222 | // ─── HTTP-layer error vocabulary ──────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/errors.ts | 433 | // ─── Persistence error vocabulary ─────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/errors.ts | 548 | // ─── Sandbox error vocabulary ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/errors.ts | 582 | // ─── Session error vocabulary ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/errors.ts | 1138 | // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ | COMMENT |
| MEDIUM | packages/runtime/src/errors.ts | 1140 | // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 24 | // ─── Settings ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 74 | // ─── Token Estimation ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 181 | // ─── File Operation Tracking ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 236 | // ─── Message Serialization ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 300 | // ─── Summarization Prompts ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 392 | // ─── Cut Point Detection ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 459 | // ─── Compaction Preparation ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 558 | // ─── Summary Generation ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/compaction.ts | 659 | // ─── Main Compaction Function ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/agent.ts | 506 | // ─── Helpers ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/context.ts | 25 | // ─── Context Discovery ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/adapter-helpers.ts | 46 | // ─── Payload validation ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/adapter-helpers.ts | 91 | // ─── Submission admission ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/adapter-helpers.ts | 233 | // ─── Timestamp parsing ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/adapter-helpers.ts | 247 | // ─── Limit clamping ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/result.ts | 130 | // ─── Result tools ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/result.ts | 331 | // ─── Helpers ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/result.ts | 373 | // ─── Errors ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/agent-execution-store.ts | 18 | // ─── Durability defaults ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/agent-execution-store.ts | 27 | // ─── Submission ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/agent-execution-store.ts | 101 | // ─── Dispatch admission ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/agent-execution-store.ts | 113 | // ─── Submission store ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/agent-execution-store.ts | 278 | // ─── Execution store ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/agent-execution-store.ts | 284 | // ─── Persistence adapter ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/types.ts | 117 | // ─── Skill ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/runtime/src/types.ts | 148 | // ─── File Stat ────────────────────────────────────────────────────────────── | COMMENT |
| 141 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | demo/src/components/chat/message-list.tsx | 85 | function abortAdvisorySubmissionId(message: FlueConversationMessage): string | undefined { | CODE |
| LOW | blueprints/sandbox--cloudflare-shell.md | 110 | function createWorkspaceSessionEnv( | CODE |
| 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 | 105 | function destinationFromInteraction(interaction: APIInteraction): DiscordDestinationRef | undefined { | CODE |
| LOW | .flue/workflows/pr-redirect.ts | 386 | function originalImplementationLine(pr: PrDetails): string { | CODE |
| LOW | examples/shopify-channel/src/channels/shopify.ts | 90 | export function parseShopifyOrderInstanceId(id: string): ShopifyOrderRef { | CODE |
| LOW | examples/cloudflare/src/sandboxes/cloudflare-shell.ts | 115 | function createWorkspaceSessionEnv( | CODE |
| LOW | examples/stripe-channel/src/channels/stripe.ts | 88 | export function parseStripeCustomerInstanceId(id: string): StripeCustomerRef { | 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 | 69 | function destinationFromInteraction( | CODE |
| LOW | packages/opentelemetry/src/index.ts | 66 | export function createOpenTelemetryInstrumentation( | CODE |
| LOW | packages/google-chat/src/index.ts | 291 | function validateInteractionAuthentication( | CODE |
| LOW | packages/google-chat/src/index.ts | 316 | function validatePubSubAuthentication(authentication: GoogleChatPubSubAuthentication): void { | CODE |
| LOW | packages/google-chat/src/auth.ts | 84 | export function createInteractionTokenVerifier( | CODE |
| LOW | packages/google-chat/src/auth.ts | 119 | export function createPubSubTokenVerifier( | CODE |
| LOW | …es/runtime/test/agent-execution-store-contract.test.ts | 36 | function createCloudflareSqlBackend(): AgentExecutionStore { | CODE |
| LOW | …ckages/runtime/test/helpers/test-event-stream-store.ts | 9 | export function createTestEventStreamStore( | CODE |
| LOW | packages/runtime/src/conversation-public.ts | 114 | export function projectAgentConversationSnapshot( | CODE |
| LOW | packages/runtime/src/conversation-public.ts | 129 | export function projectAgentConversationBatch(options: { | CODE |
| LOW | packages/runtime/src/persisted-images.ts | 46 | export function extractSubmissionAttachments( | CODE |
| LOW | packages/runtime/src/persisted-images.ts | 63 | export function hydrateSubmissionAttachments( | CODE |
| LOW | packages/runtime/src/conversation-projections.ts | 153 | export function classifyConversationSubmission( | CODE |
| LOW | packages/runtime/src/conversation-projections.ts | 211 | export function getActiveConversationPathSince( | CODE |
| LOW | packages/runtime/src/conversation-projections.ts | 221 | export function aggregateConversationUsageSince( | CODE |
| LOW⚡ | packages/runtime/src/conversation-projections.ts | 239 | export function getLatestConversationCompaction( | CODE |
| LOW⚡ | packages/runtime/src/conversation-projections.ts | 247 | export function projectConversationModelContext( | CODE |
| LOW⚡ | packages/runtime/src/conversation-projections.ts | 254 | export function projectConversationModelContextEntries( | CODE |
| LOW | packages/runtime/src/conversation-projections.ts | 334 | function materializeInterruptedAssistant(message: InProgressAssistantMessage): AssistantMessage { | CODE |
| LOW | packages/runtime/src/tool.ts | 102 | export async function validateAndRunTool<TTool extends ToolDefinition>( | CODE |
| LOW | packages/runtime/src/execution-interceptor.ts | 55 | export function registerExecutionInterceptor(interceptor: FlueExecutionInterceptor): () => void { | CODE |
| LOW | packages/runtime/src/tool-adapter.ts | 14 | export function registerPreparedToolAdapter( | CODE |
| LOW | packages/runtime/src/compaction.ts | 94 | function getLastAssistantUsageInfo( | CODE |
| LOW | packages/runtime/src/compaction.ts | 193 | function extractFileOpsFromMessage(message: AgentMessage, fileOps: FileOps): void { | CODE |
| LOW | packages/runtime/src/compaction.ts | 612 | async function generateTurnPrefixSummary( | CODE |
| LOW | packages/runtime/src/agent.ts | 59 | export function createPackagedSkillReadTool( | CODE |
| LOW | packages/runtime/src/agent.ts | 560 | export function formatPackagedSkillFilePath(skillId: string, filePath: string): string { | CODE |
| LOW | packages/runtime/src/mcp.ts | 93 | export async function connectMcpServerWithClient( | CODE |
| LOW | packages/runtime/src/sql-persisted-chunk-store.ts | 9 | export function ensureSqlPersistedChunkTable(sql: SqlStorage): void { | CODE |
| LOW | packages/runtime/src/sql-persisted-chunk-store.ts | 24 | export function createSqlPersistedChunkStore(sql: SqlStorage): PersistedChunkStore { | CODE |
| LOW | packages/runtime/src/event-redaction.ts | 77 | export function redactObservationDetailImages( | CODE |
| LOW | packages/runtime/src/submission-state.ts | 244 | export function findTrailingPartialToolBatch( | CODE |
| LOW | packages/runtime/src/submission-state.ts | 302 | function isCompletedAssistantResponse(message: AssistantMessage): boolean { | CODE |
| LOW | packages/runtime/src/submission-state.ts | 306 | export function countConsecutiveRetryableModelErrors( | CODE |
| LOW | packages/runtime/src/result.ts | 29 | export function buildResultFollowUpPrompt(): string { | CODE |
| LOW | packages/runtime/src/result.ts | 79 | export function buildWorkspaceSkillPrompt( | CODE |
| LOW | packages/runtime/src/result.ts | 102 | export function buildSkillByPathlessNamePrompt( | CODE |
| LOW | packages/runtime/src/agent-definition.ts | 102 | export function assertResolvedAgentProfile(profile: AgentProfile, label: string): AgentProfile { | CODE |
| LOW | packages/runtime/src/action.ts | 149 | export async function validateAndRunAction<TAction extends ActionDefinition>( | CODE |
| LOW | packages/runtime/src/skill-package.ts | 51 | export function getSkillReferenceDirectory( | CODE |
| LOW | packages/runtime/src/conversation-records.ts | 277 | export function generateConversationRecordId(): string { | CODE |
| LOW | packages/runtime/src/conversation-records.ts | 281 | export function generateConversationEntryId(): string { | CODE |
| LOW | packages/runtime/src/conversation-reader.ts | 8 | export async function loadReducedConversationState(options: { | CODE |
| LOW | packages/runtime/src/conversation-reader.ts | 24 | export async function loadReducedConversationPrefix(options: { | CODE |
| LOW | packages/runtime/src/session.ts | 376 | function getRegisteredPackagedSkills( | CODE |
| LOW | packages/runtime/src/client.ts | 223 | async function createLocalConversationRuntime(config: FlueContextConfig): Promise<{ | CODE |
| LOW | packages/runtime/src/conversation-reducer.ts | 170 | export function createReducedInstanceState(): ReducedInstanceState { | CODE |
| LOW | packages/runtime/src/conversation-reducer.ts | 179 | export function reduceConversationRecords( | CODE |
| 107 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | examples/cloudflare/seed-r2.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | examples/cloudflare/src/app.ts | 21 | // gateway, override caching, attach metadata) — or to opt out entirely — | COMMENT |
| LOW | examples/cloudflare/src/app.ts | 41 | // api: 'cloudflare-ai-binding', | COMMENT |
| LOW | examples/cloudflare/src/app.ts | 61 | // behind your own auth middleware: | COMMENT |
| LOW | examples/hello-world/src/app.ts | 41 | COMMENT | |
| LOW | examples/slack-channel/src/channels/slack.ts | 41 | // Path: /channels/slack/interactions | COMMENT |
| LOW | packages/runtime/tsdown.config.ts | 21 | // `cloudflare:workers` is a virtual module that only resolves | COMMENT |
| LOW | packages/runtime/src/errors.ts | 581 | COMMENT | |
| LOW | packages/runtime/src/agent.ts | 201 | parameters: BashParams, | COMMENT |
| LOW | packages/runtime/src/index.ts | 161 | // FlueContextConfig/FlueContextInternal types are intentionally NOT re-exported | COMMENT |
| LOW | packages/runtime/src/runtime/agent-submissions.ts | 341 | // append, so a reconciler that loses the CAS never mutates session history. | COMMENT |
| LOW | packages/sdk/src/public/stream.ts | 121 | warnOnHttp: false, | COMMENT |
| LOW | packages/react/src/types.ts | 1 | // Flue's conversation message types are owned by @flue/sdk and consumed | COMMENT |
| LOW | .github/workflows/pr-redirect.yml | 1 | name: PR Redirect | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | .github/workflows/pr-redirect.yml | 47 | const author = context.payload.pull_request.user.login.toLowerCase(); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | apps/docs/src/content/docs/ecosystem/deploy/node.md | 74 | OPENAI_API_KEY="your-api-key" | CODE |
| HIGH | …s/docs/src/content/docs/ecosystem/deploy/cloudflare.md | 126 | ANTHROPIC_API_KEY="your-api-key" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | apps/www/src/pages/start.md.ts | 20 | ## Step 1: Gather Context | COMMENT |
| LOW⚡ | apps/www/src/pages/start.md.ts | 27 | ## Step 2: Discover Requirements | COMMENT |
| LOW | apps/www/src/pages/start.md.ts | 71 | ## Step 3: Build the Smallest Useful Starter Project | COMMENT |
| LOW | apps/www/src/pages/start.md.ts | 105 | ## Step 4: Verify Implementation | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | apps/www/src/pages/start.md.ts | 20 | ## Step 1: Gather Context | COMMENT |
| LOW⚡ | apps/www/src/pages/start.md.ts | 27 | ## Step 2: Discover Requirements | COMMENT |
| LOW | apps/www/src/pages/start.md.ts | 71 | ## Step 3: Build the Smallest Useful Starter Project | COMMENT |
| LOW | apps/www/src/pages/start.md.ts | 105 | ## Step 4: Verify Implementation | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ps/docs/src/content/docs/ecosystem/deploy/gitlab-ci.md | 286 | ## Typed results and orchestration | COMMENT |
| MEDIUM | …cs/src/content/docs/ecosystem/deploy/github-actions.md | 272 | ## Typed results and orchestration | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/runtime/src/runtime/agent-submissions.ts | 572 | // 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 |