Files
OmniRoute/tests/unit/agentSkills-routes.test.ts
Diego Rodrigues de Sa e Souza d259d9fcba fix(ci): clear base-reds on release/v3.8.50 (round 3) (#10213)
* fix(ci): clear base-reds on release/v3.8.50 (round 3)

- CHANGELOG.md: restore the top [Unreleased] section dropped by the #10189
  reconcile (docs-sync gate: first section must be Unreleased)
- env-doc-sync: document CONDUCTOR_ORCHESTRATOR_TOKEN + CONDUCTOR_SPOKESPERSON_URL
  in .env.example/ENVIRONMENT.md; allowlist the CI-only GITHUB_STEP_SUMMARY and
  TS7_BASE_REF (ts7 ratchet signals); drop a stray merge artifact line
- providers: restore the audited chatanywhere metadata entry that base-reds
  round 2 dropped together with its duplicate — the provider was half-wired
  (registry+endpoint without APIKEY metadata), which is what the wave3 test
  catches; re-pin providers-constants-split at the measured 228
- docs counts: 338 -> 339 (today's +2 void-ai/helixmind, -1 Puter) via
  gen:provider-reference + README/AGENTS/llm.txt/package.json/diagrams/i18n mirrors
- file-size ratchet: annotated rebaseline for the two pre-existing drifts
  (ModelSelectModal 1138, gateways 1250) following the 2026-08-11 precedent

Refs #9985

* fix(ci): base-reds round 3b — stale sibling tests + mode-pack weight contract

- check-docs-counts-sync.test.ts: drop the imports/subtests of the four helpers
  #10196 removed from the gate script (readMcpFactsFromSource, listLocalizedDocs,
  makeRequiredCountsValidator, checkFreeTierInventory) — the new-API tests that
  #10196 added stay; the file now loads again under the node runner
- quota-connection-recovery.test.ts: convert from vitest APIs to node:test —
  the file lives in tests/unit/*.test.ts (node-runner glob) and the vitest
  runtime crashes when imported outside vitest, killing the whole shard entry
- modePacks.ts: re-normalize all six mode packs to sum 1.0 — #8940 added
  sessionAvailability: 0.05 to every pack without rebalancing (1.05 total);
  ratios preserved exactly (÷1.05), so post-normalizeScoringWeights behavior
  is unchanged; restores the declared sum-to-1.0 contract the 4235 test pins

Refs #9985

* fix(ci): base-reds round 3c — vitest siblings, weights default, secrets FP, mutation tap

- DistributeProxiesButton.test.tsx: wrap renders in NextIntlClientProvider —
  #9245 localized the component (useTranslations) and left the test without
  the intl context, failing all 14 cases
- scoring.ts: re-normalize DEFAULT_WEIGHTS to sum 1.0 (same #8940 class as the
  mode packs — sessionAvailability added without rebalancing; ratios preserved)
- .gitleaks.toml: generalize the kimi sponsor-banner localStorage-key allowlist
  to -v\d+ — #10200 bumped v1→v2 and the stale regex regressed the secrets
  ratchet with a false positive
- stryker.conf.json: register 6 covering unit tests in tap.testFiles (4 modules)
  so their mutant kills count — unblocks check:mutation-test-coverage --strict

Refs #9985

* fix(ci): base-reds round 3d — inspector factor gap, stale registry/gap tests, i18n key sync

- comboScoringInspector: add cacheAffinity/sessionAvailability/connectionDensity
  to FACTOR_KEYS + the factor-key type — calculateScore() weighs them but the
  breakdown omitted them, so the explained contributions never summed to the
  reported score (inspector bug, red on the pure tip)
- combo-scoring-inspector.test: make the explicit-weights override sum-neutral
  (±0.05 shift) so it stays valid for any DEFAULT_WEIGHTS values — the hardcoded
  override only summed to 1.0 against the pre-#8940 defaults, which is also why
  explicit weights silently fell back to 'default' on the tip
- unorouter-registry.test: align to the canonical .com host (api.unorouter.ai
  301-redirects there, verified live) and to wave4's live model discovery
  (passthrough, no static seed) — the .ai/auto-model expectations were stale
- check-migration-numbering.test: 147 left KNOWN_GAPS when
  147_api_keys_model_access_mode.sql landed — assert absent (same as 143)
- i18n: sync-ui pass — 35,914 missing UI keys stamped as __MISSING__ placeholders
  across 42 locales (mechanical; greens the pt-BR key-presence integrity test;
  coverage pct unchanged by design — translation is a separate workstream)

Refs #9985

* fix(ci): base-reds round 3e — 2 real defects + 14 stale sibling tests (waves A-E)

Real defects fixed:
- src/lib/db/apiKeys.ts: #9313's empty-allowlist early return bypassed the group
  permission check, silently disabling group deny rules (#8817) for every key
  without a per-key allowlist; fall-through restored, restricted+[] deny-all kept
- open-sse/utils/proxyFetch.ts: #10032 re-appended the raw transport error to the
  propagated message, reintroducing the proxy user:password leak #9837 closed;
  new redactProxyDetailsInMessage() keeps the reason, redacts URL/credentials
- .github/workflows/quality.yml: #10134 added the TS7 ratchet as a separate
  blocking step AFTER the aggregated gates — the exact #8542 masking mechanism;
  folded into the non-fail-fast loop (still blocking, still PR-only) ⚠️ CI edit,
  gate-strengthening — explicit owner sign-off requested on the PR
- src/i18n/messages/ko.json: 3 machine-mistranslation regressions caught by the
  #8244 glossary checker (장애인→비활성화됨, 양말5://→socks5://, 비클로드→Claude가 아닌)

Stale sibling tests aligned to deliberately-moved contracts (each cites its mover):
request-log-detail-layout + -stream (#9245 intl provider), repro-8542 pin update,
quality-rail-gate-membership (#10134 shape), agentSkills-routes 45→46 (#9058),
cloudflare-ai-catalog-8717 (#8804 supersedes #8808), executor-xai (#9994),
vision-bridge-claude-wire (#9463 minimax→openai), sse-auth forced-pin (#8893),
tls-proxy-context (strengthened leak guards), rate-limit-local-error-classification
(#9164/#9342), minimax-thinking-signature (#9463), codebuddy-cn (#9723 +1 test),
github-copilot-custom-model (#9050), providers-g4f-batch3 (#9584),
synced-capability-warmup (#9199, stricter), sidebar-tools-group (#8221),
oauth-modal-grok-cli-paste (#9245); agentSkills/catalog.ts comment 45→46;
file-size rebaseline for proxyFetch (+19, annotated)

Refs #9985

* fix(ci): base-reds round 3f — waves F-J: 9 more real defects + stale sibling sweep

Real production defects fixed (all red on the pure tip, each with its origin):
- routeGuard.ts: #8949 accidentally DELETED the /api/providers/[id]/login
  local-only pattern — the route spawns a browser, so the loopback gate for a
  process-spawning route was gone (Hard Rules #15/#17); restored (314 guard
  tests green)
- agentSkills generator: #9058's category dispatch gave the config category an
  empty body, wiping skills/config-codex-cli/SKILL.md at the #10131 sync;
  fixed + SKILL.md regenerated via the official generator
- imageRegistry: #9982 broke same-provider bare aliasing (antigravity preview
  id sent upstream unresolved); new resolveSameProviderBareAlias() keeps the
  fal cross-provider fix intact
- imageRegistry: #9982's prefix strip handed the bare nano-banana ids to fal-ai,
  violating the pinned 2026-07-31 operator decision (adobe-firefly owns them);
  fal entries made prefix-only (dispatch already re-prefixes)
- mediaGeneration/fal.ts: the missing-credential 401 guard was lost when #10198
  deleted the superseded falHandler — tests were hitting the live network
- bottleneckPatch/rateLimitManager: #9041's merge clobbered #9604, resurrecting
  the Bottleneck v2.19.5 heartbeat bug (reservoir never refills); patched the
  library defect at the root and re-aligned chat-rate-limit-body-lock to the
  working reservoir contract
- processSupervisor.mjs: #9761 regressed the Node spawn to bare "node" (the
  #9156 launchd bug) and dropped #9209's ipv4first args; both restored
- openai-responses/pureHelpers: #9423's Agent null-sentinel was unreachable on
  the schemaless JSON-string path; gate extended
- i18n en.json: #8222's regen reverted the #9976 unclosed-tag fix and #8559's
  combo-cooldown copy; #9038 shipped 40 t() calls with no messages (runtime
  MISSING_MESSAGE); all restored/added + official sync-ui stamps, and vi's
  zero-marker policy re-established via the sanctioned translation backend

Stale sibling tests aligned (movers cited inline): chat-helpers (#9447),
executor-antigravity (#9351), video-fal-grok (#9982), visionBridge (#9759),
web-session-credentials (#8974), production-build-module-integrity (positive
anchor added), agentSkills-generator/skillManifestsLint/skills-injection/
agentSkillTools-mcp/listCapabilities-a2a (#9058), memory-settings (#10010),
model-catalog-policy-invalidation (#8906), model-alias-seed (#9485),
reactive-context-compaction (#8949), combo-provider-wildcard (broken upsert
helper), oauth-google-loopback (43-locale resurrected-key removal)

Validation: 501/501 across the 47 touched test files; typecheck:core, lint,
file-size, docs-sync all green.

Refs #9985

* fix(ci): base-reds round 3g — wave K/L: 4 more real defects + stale alignments

Real defects:
- base/reasoningEffort.ts: the stale duplicate cherry-pick #9612 re-added the
  codex minimal→low rewrite that #9883 had deliberately removed (OMP minimal
  passthrough); block removed again
- cursorImages.ts: #9840 wired prepareCursorImageForWire (sharp re-encode,
  fail-closed) into the SHARED resolveCursorImages, breaking zai-web and
  conol-web image uploads (HTTP 400 'undecodable'); new prepareForWire opt-out,
  Cursor default path unchanged (8 cursor suites green)
- modelCapabilities/snapshot: catalog prepare still issued 323 per-model reads
  of model_context_overrides + max_input_tokens overrides, violating #9199's
  bulk-load contract; both now resolve from the snapshot single pass
- v1-models-discovery-conformance: re-pinned to the bounded 30s SWR window
  (#9199/#10198) — the old 'stale-first regardless of age' contract is gone

Stale tests aligned (movers cited inline): codex-tools-strict-default (#9828
redundant-oneOf strip), devin-providers (#9245 i18n), db-migrationrunner-
constants-split (147→151 renumber #8228), gitlab-duo-oauth-setup (#9245),
chatcore-extracted-modules (#9161 outbound-protocol keying)

compression-api CI failures were cascade artifacts of codex-tools-strict-default
failing in the same force-exit shard process — no own defect (171/171 local).

Refs #9985

* fix(test): compression-api — register both describes before the runner starts

The DATA_DIR setup + route/db top-level awaits sat BETWEEN the two describes;
under --test-force-exit (the CI unit-runner flag) the process exits once the
already-registered tests finish, so on slow CI machines the whole second
describe died as 'Promise resolution is still pending' — the recurring
CI-only shard-2 failure that never reproduced locally without the flag.
Moved to the top of the file; 10/10 under --test-force-exit locally.

Refs #9985

* fix(quality): freeze modelCapabilities.ts at 1006 (annotated) — snapshot routing growth

Refs #9985

* fix(quality): move the modelCapabilities freeze into the frozen map (nested schema)

Refs #9985

* fix(i18n): translate all 39,718 pending UI keys across 42 locales (owner-approved)

Mass-translated every __MISSING__ placeholder via the official i18n:sync-ui
--translate-markers pipeline (operator backend), restoring i18nUiCoverage to the
100 baseline (was 89.9 after the merge-storm UI landings + the 42 keys #9038
never shipped).

Post-pass repairs, all caught by the existing gates:
- glossary: retired renderings the machine reintroduced normalized again
  (提供商→提供者 zh-CN/zh-TW, 鏈接→連結, 文檔→文件, 調用→呼叫, 供應商→提供者,
  響應→回應, 不活躍→未啟用 zh-TW; 클로드→Claude, 옴니루트→OmniRoute ko);
  DATA_DIR forbidden rendering avoided via 数据文件夹 rephrase
- ICU integrity: 120 values with renamed/dropped {params} repaired (39
  positional renames, 81 reset to the en source — functional over fluent)

Validation: glossary/pt-BR/vi/deno-relay/settings-keys/value-drift/google-
loopback suites 76/76; placeholder diff en×42 locales = 0; worst-locale
coverage = 100.0%.

Refs #9985

---------

Co-authored-by: backryun <bakryun0718@proton.me>
2026-08-13 00:02:25 -03:00

450 lines
20 KiB
TypeScript

/**
* Unit tests for /api/agent-skills/* REST routes.
*
* Uses Node.js native test runner + real catalog (pure, stateless).
* Auth tested via requireManagementAuth with live DB in temp directory.
*
* Coverage goals:
* - GET /api/agent-skills — happy path (46 skills), filters, invalid category
* - GET /api/agent-skills/[id] — found, 404 not found
* - GET /api/agent-skills/[id]/raw — found, 404 not found, 502 on GitHub failure
* - GET /api/agent-skills/coverage — happy path
* - POST /api/agent-skills/generate — 401 no auth, 400 bad body, 503 no generator, 200 with mock
*
* Hard Rule #12: every error response goes through buildErrorBody/errorResponse — verified
* explicitly by asserting no stack trace in messages.
*/
import test from "node:test";
import assert from "node:assert/strict";
import fs from "node:fs";
import os from "node:os";
import path from "node:path";
// ── DB / auth setup ───────────────────────────────────────────────────────────
const TEST_DATA_DIR = fs.mkdtempSync(path.join(os.tmpdir(), "omniroute-agentskills-routes-"));
const ORIGINAL_DATA_DIR = process.env.DATA_DIR;
const ORIGINAL_API_KEY_SECRET = process.env.API_KEY_SECRET;
const ORIGINAL_INITIAL_PASSWORD = process.env.INITIAL_PASSWORD;
process.env.DATA_DIR = TEST_DATA_DIR;
process.env.API_KEY_SECRET = process.env.API_KEY_SECRET ?? "agentskills-routes-test-secret";
// Import DB first (order matters — sets DATA_DIR before localDb loads)
const core = await import("../../src/lib/db/core.ts");
const apiKeysDb = await import("../../src/lib/db/apiKeys.ts");
// Import routes AFTER env vars are set
const listRoute = await import("../../src/app/api/agent-skills/route.ts");
const idRoute = await import("../../src/app/api/agent-skills/[id]/route.ts");
const rawRoute = await import("../../src/app/api/agent-skills/[id]/raw/route.ts");
const coverageRoute = await import("../../src/app/api/agent-skills/coverage/route.ts");
const generateRoute = await import("../../src/app/api/agent-skills/generate/route.ts");
// ── Helpers ───────────────────────────────────────────────────────────────────
async function resetStorage() {
core.resetDbInstance();
apiKeysDb.resetApiKeyState();
fs.rmSync(TEST_DATA_DIR, { recursive: true, force: true });
fs.mkdirSync(TEST_DATA_DIR, { recursive: true });
delete process.env.INITIAL_PASSWORD;
}
function makeRequest(
method: string,
url: string,
body?: unknown,
headers: Record<string, string> = {}
): Request {
return new Request(url, {
method,
headers: {
...(body !== undefined ? { "content-type": "application/json" } : {}),
...headers,
},
body: body !== undefined ? JSON.stringify(body) : undefined,
});
}
// ── Lifecycle ─────────────────────────────────────────────────────────────────
test.beforeEach(async () => {
await resetStorage();
});
test.after(() => {
core.resetDbInstance();
apiKeysDb.resetApiKeyState();
fs.rmSync(TEST_DATA_DIR, { recursive: true, force: true });
if (ORIGINAL_DATA_DIR === undefined) {
delete process.env.DATA_DIR;
} else {
process.env.DATA_DIR = ORIGINAL_DATA_DIR;
}
if (ORIGINAL_API_KEY_SECRET === undefined) {
delete process.env.API_KEY_SECRET;
} else {
process.env.API_KEY_SECRET = ORIGINAL_API_KEY_SECRET;
}
if (ORIGINAL_INITIAL_PASSWORD === undefined) {
delete process.env.INITIAL_PASSWORD;
} else {
process.env.INITIAL_PASSWORD = ORIGINAL_INITIAL_PASSWORD;
}
});
// ═════════════════════════════════════════════════════════════════════════════
// GET /api/agent-skills
// ═════════════════════════════════════════════════════════════════════════════
// 46 = 23 api + 21 cli + 1 config + 1 external ("ponytail", added in #9058 / 2e799b33a7).
test("GET /api/agent-skills — returns 46 skills with count and coverage", async () => {
const req = makeRequest("GET", "http://localhost/api/agent-skills");
const res = await listRoute.GET(req);
assert.equal(res.status, 200);
const body = (await res.json()) as { skills: unknown[]; count: number; coverage: unknown };
assert.equal(body.count, 46, `Expected 46 skills but got ${body.count}`);
assert.equal(Array.isArray(body.skills), true);
assert.equal(body.skills.length, 46);
assert.ok(body.coverage !== undefined, "coverage should be present");
});
test("GET /api/agent-skills?category=api — returns 23 api skills", async () => {
const req = makeRequest("GET", "http://localhost/api/agent-skills?category=api");
const res = await listRoute.GET(req);
assert.equal(res.status, 200);
const body = (await res.json()) as { skills: Array<{ category: string }>; count: number };
assert.equal(body.count, 23);
assert.ok(
body.skills.every((s) => s.category === "api"),
"All skills should be api category"
);
});
test("GET /api/agent-skills?category=cli — returns 21 cli skills", async () => {
const req = makeRequest("GET", "http://localhost/api/agent-skills?category=cli");
const res = await listRoute.GET(req);
assert.equal(res.status, 200);
const body = (await res.json()) as { skills: Array<{ category: string }>; count: number };
assert.equal(body.count, 21);
assert.ok(
body.skills.every((s) => s.category === "cli"),
"All skills should be cli category"
);
});
test("GET /api/agent-skills?category=config — returns 1 config skill", async () => {
const req = makeRequest("GET", "http://localhost/api/agent-skills?category=config");
const res = await listRoute.GET(req);
assert.equal(res.status, 200);
const body = (await res.json()) as { skills: Array<{ category: string }>; count: number };
assert.equal(body.count, 1);
assert.ok(
body.skills.every((s) => s.category === "config"),
"All skills should be config category"
);
});
test("GET /api/agent-skills?area=providers — returns only providers area skills", async () => {
const req = makeRequest("GET", "http://localhost/api/agent-skills?area=providers");
const res = await listRoute.GET(req);
assert.equal(res.status, 200);
const body = (await res.json()) as { skills: Array<{ area: string }>; count: number };
assert.ok(body.count >= 1, "Should find at least one providers skill");
assert.ok(body.skills.every((s) => s.area === "providers"));
});
test("GET /api/agent-skills?category=invalid — returns 400 with sanitized error", async () => {
const req = makeRequest("GET", "http://localhost/api/agent-skills?category=invalid");
const res = await listRoute.GET(req);
assert.equal(res.status, 400);
const body = (await res.json()) as { error: { message: string } };
assert.ok(body.error, "error field should be present");
assert.ok(typeof body.error.message === "string", "error.message should be a string");
// Hard Rule #12: no stack trace exposure
assert.ok(
!body.error.message.match(/\bat \/|\bat file:\/\//),
`Error message must not contain stack trace: "${body.error.message}"`
);
});
// ═════════════════════════════════════════════════════════════════════════════
// GET /api/agent-skills/[id]
// ═════════════════════════════════════════════════════════════════════════════
test("GET /api/agent-skills/[id] — returns skill for valid id", async () => {
const req = makeRequest("GET", "http://localhost/api/agent-skills/omni-providers");
const res = await idRoute.GET(req, { params: Promise.resolve({ id: "omni-providers" }) });
assert.equal(res.status, 200);
const body = (await res.json()) as { id: string; category: string };
assert.equal(body.id, "omni-providers");
assert.equal(body.category, "api");
});
test("GET /api/agent-skills/[id] — returns skill for cli skill id", async () => {
const req = makeRequest("GET", "http://localhost/api/agent-skills/cli-serve");
const res = await idRoute.GET(req, { params: Promise.resolve({ id: "cli-serve" }) });
assert.equal(res.status, 200);
const body = (await res.json()) as { id: string; category: string };
assert.equal(body.id, "cli-serve");
assert.equal(body.category, "cli");
});
test("GET /api/agent-skills/[id] — returns 404 with sanitized error for unknown id", async () => {
const req = makeRequest("GET", "http://localhost/api/agent-skills/does-not-exist");
const res = await idRoute.GET(req, { params: Promise.resolve({ id: "does-not-exist" }) });
assert.equal(res.status, 404);
const body = (await res.json()) as { error: { message: string } };
assert.ok(body.error);
// Hard Rule #12: no stack trace exposure
assert.ok(
!body.error.message.match(/\bat \/|\bat file:\/\//),
`Error message must not contain stack trace: "${body.error.message}"`
);
});
// ═════════════════════════════════════════════════════════════════════════════
// GET /api/agent-skills/[id]/raw
// ═════════════════════════════════════════════════════════════════════════════
test("GET /api/agent-skills/[id]/raw — returns 404 with sanitized error for unknown id", async () => {
const req = makeRequest("GET", "http://localhost/api/agent-skills/does-not-exist/raw");
const res = await rawRoute.GET(req, { params: Promise.resolve({ id: "does-not-exist" }) });
assert.equal(res.status, 404);
const contentType = res.headers.get("content-type") ?? "";
assert.ok(contentType.includes("application/json"), "404 should be JSON, not markdown");
const body = (await res.json()) as { error: { message: string } };
assert.ok(body.error);
// Hard Rule #12: no stack trace exposure
assert.ok(
!body.error.message.match(/\bat \/|\bat file:\/\//),
`Error message must not contain stack trace: "${body.error.message}"`
);
});
test("GET /api/agent-skills/[id]/raw — returns markdown or 502 for valid id (no local file)", async () => {
// With no local skills/ dir, the route will attempt GitHub fetch.
// In test environment with no network or GitHub response, we expect either:
// - 200 with text/markdown if GitHub fetch succeeds (unlikely in CI)
// - 502 if GitHub fetch fails
// We test the 502 branch explicitly here by using a skill where the rawUrl won't work.
const req = makeRequest("GET", "http://localhost/api/agent-skills/omni-providers/raw");
const res = await rawRoute.GET(req, { params: Promise.resolve({ id: "omni-providers" }) });
// Either 200 (network available) or 502 (no network) is acceptable
assert.ok(
res.status === 200 || res.status === 502 || res.status === 500,
`Expected 200, 502, or 500 but got ${res.status}`
);
if (res.status === 200) {
const contentType = res.headers.get("content-type") ?? "";
assert.ok(
contentType.includes("text/markdown"),
`Expected text/markdown content-type, got: ${contentType}`
);
const cacheControl = res.headers.get("cache-control") ?? "";
assert.ok(cacheControl.includes("max-age=3600"), "Cache-Control should include max-age=3600");
} else {
// 502 or 500 — error body must not leak stack trace
const body = (await res.json()) as { error: { message: string } };
assert.ok(body.error);
assert.ok(
!body.error.message.match(/\bat \/|\bat file:\/\//),
`Error message must not contain stack trace: "${body.error.message}"`
);
}
});
// ═════════════════════════════════════════════════════════════════════════════
// GET /api/agent-skills/coverage
// ═════════════════════════════════════════════════════════════════════════════
test("GET /api/agent-skills/coverage — returns valid SkillCoverage shape", async () => {
const res = await coverageRoute.GET();
assert.equal(res.status, 200);
const body = (await res.json()) as {
api: { have: number; total: number };
cli: { have: number; total: number };
totalSkills: number;
generatedAt: string;
};
assert.equal(body.api.total, 23, "api.total must be 23");
assert.equal(body.cli.total, 21, "cli.total must be 21");
assert.ok(typeof body.totalSkills === "number", "totalSkills must be a number");
assert.ok(typeof body.generatedAt === "string", "generatedAt must be a string");
// generatedAt must be a valid ISO datetime
assert.ok(!isNaN(Date.parse(body.generatedAt)), "generatedAt must be a valid ISO datetime");
});
// ═════════════════════════════════════════════════════════════════════════════
// POST /api/agent-skills/generate — auth guard
// ═════════════════════════════════════════════════════════════════════════════
test("POST /api/agent-skills/generate — 401 when auth is required and no token provided", async () => {
// Enable auth by setting INITIAL_PASSWORD (triggers requireManagementAuth)
process.env.INITIAL_PASSWORD = "test-password-requires-login";
const req = makeRequest("POST", "http://localhost/api/agent-skills/generate", {
dryRun: true,
});
const res = await generateRoute.POST(req);
// requireManagementAuth returns 401 or 403 when auth is required and no token
assert.ok(
res.status === 401 || res.status === 403,
`Expected 401 or 403 without auth, got ${res.status}`
);
const body = (await res.json()) as { error: { message: string } | string };
// Hard Rule #12: no stack trace exposure
const errorMsg =
typeof body.error === "string" ? body.error : (body.error as { message: string }).message;
assert.ok(
!errorMsg.match(/\bat \/|\bat file:\/\//),
`Error message must not contain stack trace: "${errorMsg}"`
);
});
test("POST /api/agent-skills/generate — 400 when body is invalid (non-boolean dryRun)", async () => {
// Disable auth for this test by not setting INITIAL_PASSWORD
delete process.env.INITIAL_PASSWORD;
const req = makeRequest("POST", "http://localhost/api/agent-skills/generate", {
dryRun: "yes", // invalid — must be boolean
});
const res = await generateRoute.POST(req);
// Should be 400 (body validation fails) or 503 (generator not yet available)
// Since F3 is not merged, generator.ts doesn't exist → dynamic import fails → 503 if auth passes
// But with invalid body, 400 should come first
assert.ok(
res.status === 400 || res.status === 503,
`Expected 400 (bad body) or 503 (generator unavailable), got ${res.status}`
);
const body = (await res.json()) as { error: { message: string } };
assert.ok(body.error);
// Hard Rule #12: no stack trace exposure
assert.ok(
!body.error.message.match(/\bat \/|\bat file:\/\//),
`Error message must not contain stack trace: "${body.error.message}"`
);
});
test("POST /api/agent-skills/generate — 503 when generator module unavailable (F3 not merged)", async () => {
// Disable auth for this test
delete process.env.INITIAL_PASSWORD;
const req = makeRequest("POST", "http://localhost/api/agent-skills/generate", {
dryRun: true,
prune: false,
});
const res = await generateRoute.POST(req);
// If generator.ts doesn't exist (F3 not merged), expect 503.
// If it does exist (F3 already merged), it may return 200 with a report.
// Both are valid depending on merge state.
assert.ok(
res.status === 200 || res.status === 503,
`Expected 200 (generator available) or 503 (generator unavailable), got ${res.status}`
);
const body = (await res.json()) as Record<string, unknown>;
if (res.status === 503) {
const err = body.error as { message: string } | undefined;
assert.ok(err?.message, "503 should include error.message");
// Hard Rule #12: no stack trace exposure
assert.ok(
!err.message.match(/\bat \/|\bat file:\/\//),
`503 error message must not contain stack trace: "${err.message}"`
);
} else {
// 200: body should look like a GeneratorReport
assert.ok("generated" in body || "report" in body || typeof body === "object");
}
});
test("POST /api/agent-skills/generate — 400 when request body is not JSON", async () => {
// Disable auth for this test
delete process.env.INITIAL_PASSWORD;
const req = new Request("http://localhost/api/agent-skills/generate", {
method: "POST",
headers: { "content-type": "application/json" },
body: "not valid json {{{",
});
const res = await generateRoute.POST(req);
assert.equal(res.status, 400, `Expected 400 for invalid JSON body, got ${res.status}`);
const body = (await res.json()) as { error: { message: string } };
assert.ok(body.error);
// Hard Rule #12: no stack trace exposure
assert.ok(
!body.error.message.match(/\bat \/|\bat file:\/\//),
`Error message must not contain stack trace: "${body.error.message}"`
);
});
// ═════════════════════════════════════════════════════════════════════════════
// Hard Rule #12 sanity — all error bodies sanitized
// ═════════════════════════════════════════════════════════════════════════════
test("Hard Rule #12: all error responses contain sanitized messages (no 'at /' patterns)", async () => {
delete process.env.INITIAL_PASSWORD;
// Collect error responses from various bad inputs
const errorResponses: Response[] = [
// Invalid category query
await listRoute.GET(makeRequest("GET", "http://localhost/api/agent-skills?category=bad-val")),
// Unknown skill id
await idRoute.GET(makeRequest("GET", "http://localhost/api/agent-skills/unknown-id"), {
params: Promise.resolve({ id: "unknown-id" }),
}),
// Unknown raw skill id
await rawRoute.GET(makeRequest("GET", "http://localhost/api/agent-skills/unknown-id/raw"), {
params: Promise.resolve({ id: "unknown-id" }),
}),
// Invalid generate body (non-boolean)
await generateRoute.POST(
makeRequest("POST", "http://localhost/api/agent-skills/generate", {
dryRun: 42,
})
),
];
for (const res of errorResponses) {
assert.ok(res.status >= 400, `Expected an error status, got ${res.status}`);
const contentType = res.headers.get("content-type") ?? "";
assert.ok(
contentType.includes("application/json") || contentType.includes("json"),
`Error response must be JSON, got content-type: ${contentType}`
);
const body = (await res.json()) as { error?: { message?: string } };
const message = body?.error?.message ?? "";
assert.ok(
!message.match(/\bat \/|\bat file:\/\//),
`Stack trace detected in error response (status ${res.status}): "${message}"`
);
}
});