Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"ai",
"anthropic",
"automation",
"cli",
"cursor",
"google",
"llm",
"mcp",
"openai",
"orchestration",
"session-based",
"workflow"
],
"is_fork": false,
"size_kb": 57271,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 57671,
"JavaScript": 78666,
"TypeScript": 5819395
},
"pushed_at": "2026-07-20T17:40:44Z",
"created_at": "2026-02-03T01:10:02Z",
"owner_type": "User",
"updated_at": "2026-07-20T17:40:33Z",
"description": "VALORA (Versatile Agent Logic for Orchestrated Response Architecture) - The future of software development is not about replacing developers, but amplifying their capabilities with intelligent AI collaboration",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": null,
"name": "Damien TIVELET",
"type": "User",
"login": "windagency",
"company": null,
"location": "Edinburgh",
"followers": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/12913542?v=4",
"created_at": "2015-06-16T14:47:20Z",
"is_verified": null,
"public_repos": 16,
"account_age_days": 4058
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "3.0.0",
"kind": "major",
"published_at": "2026-06-19T23:12:20Z"
}
],
"recent_commits": [
{
"oid": "4e974f1dc6a2c0769afb31a7a259b4190e56bb34",
"body": "Release includes: the shared balanced-bracket JSON scanner and the fix\nfor nested-object/array truncation in both EscalationDetectionService\n(false-positive forced escalations) and OutputParsingService's\nfallback extractor.",
"is_bot": false,
"headline": "feat: bump 3.0.9 -> 3.0.10",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-20T17:39:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f89b1d2724bb2aeed89c77088fdfd14df28a4aa0",
"body": "Non-greedy and greedy brace regexes were breaking on realistic nested\nLLM output: EscalationDetectionService dropped valid `_escalation`\nblocks with any nesting or fence preamble, forcing false-positive\nhigh-risk escalations; OutputParsingService's fallback extractor\nsilently lost nested-object/arra\n[…]\nme way. Both now\nuse a shared balanced-bracket scanner (src/utils/balanced-json.ts)\nthat walks bracket depth and skips string-literal contents instead of\ntruncating at the first inner closing bracket.",
"is_bot": false,
"headline": "fix(executor): stop truncating nested JSON in escalation/output parsing",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-20T17:36:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b163b9f483d28ebd550fac1bda999c36e48d99dc",
"body": "Release includes: the valora plugin update no-op fix (installer now\nreinstalls an already-installed target instead of skipping it), the\npublished-manifest-drift arch-test safeguard, and the ephemeral-memory\nwarning now reflecting final plugin-load state instead of bootstrap\norder.",
"is_bot": false,
"headline": "feat: bump 3.0.8 -> 3.0.9",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-20T17:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9178788e950c03b6ebb90eab4010099785b44c8f",
"body": "bootstrapMemoryFromConfig() activates the ephemeral provider as a\ndefault at the START of initializePlugins() — before any plugin has\nhad a chance to load. EphemeralMemoryProvider warned unconditionally\non construction, so installing valora-plugin-memory-vault still showed\n\"Using ephemeral memory — \n[…]\ng used.\"\n\nMove the warning to fire once, at the end of initializePlugins(),\nbased on whichever provider is actually active once all plugins have\nfinished loading — not from the provider's constructor.",
"is_bot": false,
"headline": "fix(memory): stop warning about ephemeral memory before plugins load",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-20T17:08:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0885c18fb0cf6b02cc3f1a9c704850496d1a3818",
"body": "…publish\n\nregistry.json's hash for valora-plugin-memory-vault@1.0.3 was generated\nbefore 1.0.3 was actually published, so computeIntegrity() fell back to\na local pnpm pack — pnpm/npm publish rewrites JSON field order and gzip\nmetadata, so that hash was never going to match the real tarball once\npublished. `valora plugin add` failed integrity verification as a\nresult.\n\nNow that 1.0.3 is live, computeIntegrity() downloads and hashes the\nactual published tarball, which is what's committed here.",
"is_bot": false,
"headline": "fix(registry): recompute memory-vault integrity against the real npm …",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-20T16:53:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "899260e3892888f3452ae2309aff5f85553913e4",
"body": "…nalizing it\n\n`valora plugin add` extracts a plugin's tarball into a bare directory\n(e.g. .valora/plugins/valora-plugin-memory-vault/) with no node_modules\nof its own and no dependency install step. esbuild's\n--external:@windagency/valora-runtime left a real (non-type) bare\nimport in dist/index.js f\n[…]\nthe old build with the exact reported\nerror and passes now.\n\nBumps to 1.0.3 — 1.0.2 is already published on npm with this bug baked\nin; requires an actual `pnpm publish` to take effect, not done here.",
"is_bot": false,
"headline": "fix(memory-vault): bundle @windagency/valora-runtime instead of exter…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-20T16:23:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "18d97d0a81349d05d52c5a0b4ccbeddab24ff88e",
"body": "@windagency/valora-plugin-memory-vault@1.0.1 is permanently stuck on\nnpm with a stale packed manifest (still version \"1.0.0\", still\ndeclaring the dead \"requires\": [\"valora-runtime\"] dropped in 0937f39)\n— likely published from an old checkout. npm versions are immutable,\nso 1.0.1 can't be corrected i\n[…]\n1.0.2 isn't published yet, so this hashes the local\nbuild rather than downloading from npm).\n\nRequires an actual `pnpm publish` from packages/valora-plugin-memory-vault\nto take effect — not done here.",
"is_bot": false,
"headline": "fix(memory-vault): bump to 1.0.2 to supersede a stale npm publish",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-20T15:38:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2065008ee120a3a059d3ba2ad6b2d9d4ea2e75fc",
"body": "registry.json's sha256 integrity is computed from whatever is already\npublished, so it faithfully matches stale content just as well as\nfresh content — it can't catch a manual publish shipping a version\ntag whose packed valora-plugin.json silently disagrees with source\n(as happened to valora-plugin-\n[…]\ncked-in\none, and wire it into the architecture suite so this fails CI instead\nof silently recurring. Registry unreachability is treated as skip,\nnot failure, so network flakiness can't fail the build.",
"is_bot": false,
"headline": "test(plugins): catch published plugin manifests drifting from source",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-20T14:34:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bb8ce1a299d4d3f17f877570eb722711b55be705",
"body": "installWithVisited() skipped any plugin already present on disk, a\nguard meant only for already-satisfied transitive dependencies. Since\ninstall() reused the same check for its top-level target, `valora\nplugin update` (which always targets an already-installed plugin) was\nsilently a no-op: it reported success without downloading or\nextracting the new version.",
"is_bot": false,
"headline": "fix(plugins): make plugin update actually reinstall the target plugin",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-20T14:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2835338dbfe1b0c9ea220c49f777a8659e4021a4",
"body": null,
"is_bot": false,
"headline": "feat: bump",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-18T02:18:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b6037925dcca296fd8073cc8851c6e8946d191f",
"body": "Anthropic, OpenAI, and xAI all reject temperature (and, for OpenAI/xAI,\ntop_p) as a deprecated/unsupported parameter on their effort- or\nreasoning-controlled models (e.g. Claude's effort modes, GPT-5/o-series\nreasoning models, Grok's reasoning variant). Each provider was sending\nthese unconditionall\n[…]\ns `kimi-k2.6` model shares\nthe same model ID across `default` and `thinking` modes with no\ndistinguishing request parameter today, so blocking temperature there\nwould also break default-mode requests.",
"is_bot": false,
"headline": "fix(llm): omit temperature/top_p for reasoning-controlled models",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-18T02:14:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "87e51fbe1bd0a2532c64b50f19f334697537db7b",
"body": "…env var\n\nAlready-published is the normal case for a mature plugin, not an error\ncondition — requiring VALORA_NPM_REGISTRY_URL to be set manually every time\nwas redundant (it just needed to equal the same public default registry\ncomputeIntegrity() already checks internally) and treated a routine cas\n[…]\ne.\n\nVerified live: plain `pnpm build:registry` with no env var now succeeds and\nproduces the correct 17-entry registry, byte-identical to the version\nalready validated with the env var set explicitly.",
"is_bot": false,
"headline": "fix(plugins): auto-detect published packages instead of requiring an …",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-18T01:28:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3bd52538319144e6e0bf3ed37dd5619ae16e6624",
"body": null,
"is_bot": false,
"headline": "feat: registry",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-18T01:20:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7758b1bb394dfb6c9c2046a8f86c891b58645895",
"body": null,
"is_bot": false,
"headline": "feat: bump",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-17T20:45:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e181fd7ba435677ff9c4f0dcd5273e21bfbc03ef",
"body": "…packages\n\nThe per-package try/catch in generate-plugin-registry.ts treated\ncomputeIntegrity()'s new \"already published without VALORA_NPM_REGISTRY_URL\"\nguard the same as an ordinary single-package skip (bad manifest, pack\nfailure) — so re-running `pnpm build:registry` without the env var silently\nw\n[…]\ngistryEntries(), which re-throws that specific error instead\nof catching it, and main() aborts with a clear message and exit 1 without\ntouching the output file — instead of writing a partial registry.",
"is_bot": false,
"headline": "fix(plugins): abort registry generation instead of silently dropping …",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-17T20:43:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fbfe5c07d802a27a461ef8657df05bbfa0b0d2a8",
"body": "computeIntegrity() silently fell back to hashing a local `pnpm pack` when\nVALORA_NPM_REGISTRY_URL was unset, even for packages already published —\nthat hash is never byte-identical to what npm actually serves (pnpm/npm\npublish rewrites JSON field order and gzip metadata), so `valora plugin add`\nfail\n[…]\nd throws if it's already published without a registry URL set,\ninstead of silently committing a hash that can never match. Regenerated\nregistry.json against the real registry to fix the stale entries.",
"is_bot": false,
"headline": "fix(plugins): stop committing unpublishable registry integrity hashes",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-17T20:15:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0937f39c7ba040e332c84b578930faeb514fa5be",
"body": "valora-runtime carried a stray valora-plugin.json that swept it into\ndata/plugins/registry.json, letting `valora plugin add valora-runtime`\ninstall a package that is actually a hard dependency of valora core and\nof valora-plugin-memory-vault. Its real npm publish had also gone\nstale relative to sour\n[…]\nale again.\n- Bump valora-runtime 1.0.0 -> 1.1.0 (first real version bump; source\n already had redactCredentials) and valora 3.0.4 -> 3.0.5 so its\n published dependency resolves to the fixed version.",
"is_bot": false,
"headline": "fix(plugins): stop treating valora-runtime as an installable plugin",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-17T15:57:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a98c2121b28479bf892ea33f93125f3c27d1dfec",
"body": null,
"is_bot": false,
"headline": "feat: registry",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-16T17:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f38bcd40dbe81fb9c407f7aaf88df103e6673f90",
"body": null,
"is_bot": false,
"headline": "feat: bump",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-16T17:06:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0900d296a69af53329a8a6040114cd0baad6ed3",
"body": "… ignore\n\nReorder plugin.command.ts/plugin-installer.service.ts declarations to match\nthe perfectionist sort rules, and ignore .pnpm-store in Stryker's scan so\npnpm churn during a run doesn't race a copy step into ENOENT.",
"is_bot": false,
"headline": "chore(lint): apply post-merge formatting fixes and pnpm-store stryker…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-16T17:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27f8e8a6058d1c2d8700d11153b2119273e335f6",
"body": "…tion\n\nResponse.body resolves to ReadableStream<any> under this project's\nES2022-only lib config, so reader.read() leaked any into the destructured\n{done, value} and value.byteLength access. Annotate the reader explicitly\nand allowlist ReadableStreamDefaultReader as an ambient global for eslint.",
"is_bot": false,
"headline": "fix(lint): type npm-registry stream reader to stop unsafe any propaga…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-16T16:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1745ca522e9bf159116a739697d47f24f182d82f",
"body": "# Conflicts:\n#\tsrc/plugins/plugin-installer.service.test.ts\n#\tsrc/plugins/plugin-installer.service.ts",
"is_bot": false,
"headline": "Merge branch 'dev'",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-16T16:20:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a9bdfcd82354b65da4ff424e365c9e109c9a9f8",
"body": "… prompt-injection-detector, command-guard\n\nStryker's perTest coverage analysis was misattributing several mutants\nto unrelated tests, falsely reporting them as survived; verified real\ngaps directly against the test suite before fixing them (avoids chasing\nalready-covered logic).\n\n- credential-guard\n[…]\n, gh alias RCE, sed/awk script-injection boundaries, rm/cp\n scoping, yq in-place-edit detection, singleton lifecycle. Remaining\n regex/string micro-variants in lower-priority paths left unaddressed.",
"is_bot": false,
"headline": "test(security): close real mutation-testing gaps in credential-guard,…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-16T10:13:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0b64003961d5082f3d9a76653aac915ed470bc25",
"body": null,
"is_bot": false,
"headline": "fix: Direct npm registry fetch for plugin downloads",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-15T23:13:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1baf9fa41da64843deb6d3a796d366c5b6ad4537",
"body": null,
"is_bot": false,
"headline": "feat: registry",
"author_name": "Damien Tivelet",
"author_login": "windagency",
"committed_at": "2026-07-15T15:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2dbb51f58b30459bb3435e44ede7dc51573d3c9",
"body": "…esting\n\nThe retry test drained fake timers with vi.runAllTimersAsync(), which\nnever settles once the rate-limiter's recurring cleanup setInterval\ngets created under fake time — switch to advanceTimersByTimeAsync(1000),\nmatching the known retry backoff delay.\n\nSeparately, complete() lazily loaded th\n[…]\nion the extra async hop desynced from the fake timers and\nhung the same test even after the first fix. There's no circular-import\nreason for the dynamic import, so switch it to a normal static import.",
"is_bot": false,
"headline": "fix(llm): stop the Anthropic retry test from hanging under mutation t…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-13T21:52:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5ddec05e818405db622ba71f3879a0de34938e0e",
"body": null,
"is_bot": false,
"headline": "lint: format",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-13T21:07:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fab832d7031d3630adc289e808656feb8be4a14",
"body": "Split ToolDefinitionValidator.processSchema into focused helpers\n(processNamedContainers, processDictEntries, processItems,\nprocessCombinators, sanitizeRequired) to bring cyclomatic complexity\nunder the ESLint limit, and explicitly typed the items/alternatives\nmap callbacks as unknown to fix no-unsafe-return on the array\nbranches. Behaviour is unchanged.",
"is_bot": false,
"headline": "fix(lint): reduce processSchema complexity and remove unsafe any returns",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-13T21:03:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1f1204ea568b1d49542c87dd9a7a2f9d4b41aa7",
"body": "… session/cleanup modules\n\nAdds real, behavioral coverage for the remaining gaps a two-pass adversarial\nre-audit identified as never actually exercised:\n\n- exploration's dashboard-controls/dashboard-metrics/dashboard-ui — confirmed\n live (dynamically imported by the explore CLI command), previously\n[…]\n out of scope for this\npass) and base-retention-manager.ts's shared cleanup methods, confirmed via\ngrep to have zero callers (dead code, left for a deletion decision rather\nthan removed unilaterally).",
"is_bot": false,
"headline": "test: add coverage for exploration dashboards, LSP wire protocol, and…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-13T20:44:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f0b4bf044700c63e06e965e1823830a5ca992023",
"body": "…al re-audit\n\nA second, adversarial re-audit of the previous security-fix commit found\nthat three of its fixes were incomplete or had a residual gap, plus one\nnew production bug in a related security-adjacent trust boundary:\n\n- safe-exec.ts's SIGTERM->SIGKILL escalation was dead code: `child.killed`\n[…]\nave made.\n\nEach fix follows a failing-test-first cycle recorded in its accompanying\ntest file, and the architecture test asserting isForbidden's call-site\nshape was updated to match the new signature.",
"is_bot": false,
"headline": "fix(security): close remaining trust-boundary gaps found by adversari…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-13T20:43:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8f0d40e207277cdb6a684b428d9f1dd1cba7378c",
"body": "…sted modules\n\nAdds real, behavioral test coverage to previously zero- or thin-coverage\nmodules surfaced by a full QA re-audit of the test suite: packages/valora-\nruntime's safe-exec.ts and utils/file-lock.ts (execution/concurrency trust\nboundaries other code mocks around instead of exercising direc\n[…]\nithout an explicit key/env var becomes undecryptable across a process\nrestart. Fixing it trades that away for a more guessable fallback key —\ndocumented as a KNOWN GAP test pending a product decision.",
"is_bot": false,
"headline": "test: add coverage across trust boundaries, CLI commands, and thin-te…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-13T19:42:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d94c14a66ade43a00c9b472adda8b561b3f167f2",
"body": "…passes\n\nThree live security gaps surfaced while writing tests against previously\nundertested security modules:\n\n- permission-propagation.service.ts's isForbidden() compared paths\n lexically only, so it could be bypassed with an unnormalized \"..\"\n segment, or silently under-blocked when a forbidde\n[…]\nma, so a flagged parameter\n still reached the LLM's visible tool definition regardless of the\n validation result.\n\nEach fix follows a failing-test-first cycle recorded in its accompanying\ntest file.",
"is_bot": false,
"headline": "fix(security): close permission-propagation, SSRF, and tool-schema by…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-13T19:41:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "66ff77b8b1323b604e23742eaa4dd90c9c53a0d4",
"body": "…the way\n\nAdds coverage for LLM providers, batch orchestration, destructive CLI\ncommands, Docker/git wrappers, config schema validation, and plugin\nregistry edge cases, and rewrites stage-executor/provider-resolver tests\nto drive the public executeStage() API instead of reaching into private\nfields.\n[…]\ne, and\na raw-source-grep test superseded by an existing repo-wide arch rule; adds\na real assertion to a previously-empty architecture test; and fixes stale\nschemaVersion fixtures in the updater tests.",
"is_bot": false,
"headline": "fix(tests): complete Phase 2 coverage sweep and fix bugs found along …",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-13T16:27:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cd795148ad0757cd461f7596d94004fb41dee492",
"body": "Fixes the highest-severity issues found by a full test-suite quality audit:\nsecurity tests were writing real events to the production audit log on every\nrun (fixed globally via a shared setup hook, not per-file, since the leak was\nsystemic); a real listener leak in escalation-ledger-subscriber.ts; a\n[…]\n-discovery's mock-fs variant,\nsuperseded by porting its one unique scenario into the real-fs sibling; two\ntype-echo tests asserting only compiler-guaranteed literals) after explicit\napproval for each.",
"is_bot": false,
"headline": "fix(tests): remediate critical test-suite audit findings",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-11T21:11:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "572e819fd4b9bdf926b49f844e682ec74d5064a6",
"body": "…ode bypasses, and MCP env exposure found in round 16\n\nRound 16 of the ongoing secops audit. Most severe: the Track-Two\nDeterministicValidator registry (secops-output/git-operations/compliance-\ncriteria) trusted the LLM's own self-reported output fields with zero\nground truth, despite being a hard c\n[…]\nround 15's pnpm -C scoping, a NAT64\nSSRF bypass, an uncaught RangeError in vector-store offset handling, and\nscopes MCP server spawn env to a minimal allowlist instead of full\nprocess.env inheritance.",
"is_bot": false,
"headline": "feat(security): close Track-Two validator spoofing, command-guard dec…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-11T17:08:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4f0b82abbb99b489fae1861cd1072d2ea03f27b9",
"body": "…and traversal gaps found in round 15\n\nRound 15 of the ongoing secops audit. Most severe: ToolExecutionService's\nwrite/search_replace/delete_file handlers had no cwd-containment check at\nall, reusing read_file's intentionally broader path resolution. Also closes\na recurring decode-fix coverage gap (\n[…]\n undecoded shell tokens), a batch-session localId\ntraversal, a merge-orchestrator git option/pathspec injection, a dead-code\nIPv4-mapped-IPv6 SSRF regex, and unscoped mkdir/touch/npm --prefix/pnpm -C.",
"is_bot": false,
"headline": "feat(security): close write-path containment, quote-decode coverage, …",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-11T15:35:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3dae8332b7177f0a90236dc5278f67c993768b29",
"body": "…dation gaps found in round 14\n\nBlocks reads of protected security-infrastructure/credential-shaped files\nvia cat/head/tail/grep/rg/diff/stat; blocks node -r/--require/loader RCE\nprimitives; validates monitoring.ts heap-dump --out; fixes a migration gap\nin round 13's ToolIntegrityMonitor keying, a d\n[…]\nrovider clobber;\nrenames confidence-report/usage/map's --output to avoid a global-flag\ncollision that made the flag silently non-functional; routes LLM provider\nerror messages through CredentialGuard.",
"is_bot": false,
"headline": "feat(security): close read-only command, RCE, SSRF, and CLI path-vali…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-11T13:09:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bf3484f05e7e007b687852655f3ef65c3cdccc37",
"body": "…nd config-trust gaps found in round 13\n\nFixes a quote-concatenation bypass reintroduced in round 12's own git/env\nchecks by routing them through the existing decodeShellWord() decoder;\nextends command-guard.ts scoping to docker build -o, jq/yq, gh alias/extension,\neslint/prettier/vitest config path\n[…]\nandlers; fixes\na private-key redaction regression (truncated-key/decoy bypass) and a\nToolIntegrityMonitor key-namespace collision between raw serverId and\nmcp-connection:/plugin: prefixed content ids.",
"is_bot": false,
"headline": "feat(security): close command-guard quote-decoding regression, LSP, a…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-11T00:07:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "095f91a2e11cacfaef25dd08ba01598bafea617a",
"body": "…in round 12\n\nRemoves `make` from the command allowlist (no way to scope arbitrary\nMakefile recipes) and adds scoping to `git` (previously entirely\nunscoped) and BuildKit's docker build export flags. Fixes an\n`explorationId` path-traversal bug that let a crafted ID reach arbitrary\nfile reads and, vi\n[…]\nction actually redact the key body\ninstead of just the header line, and has the MCP tool-integrity monitor\nfingerprint connection config so a stale approval can't survive a\nmalicious command/env swap.",
"is_bot": false,
"headline": "feat(security): close command-guard, exploration, and MCP gaps found …",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-10T22:57:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2adf7ab98954cdd53295506ca153b4a78a597e51",
"body": "…n integrity\n\nCloses command-guard bypasses (docker bind-mount/cp/import/build/save/load\nhost-path scoping, EVAL_PATTERNS eval-form coverage, xargs/env embedded\nsub-command extraction, protected-infrastructure tampering including the\nvault signing key) and workspace-trust root inconsistencies surfac\n[…]\n utilities, and assorted type-safety guards in the\nmemory vault's file/meta parsing. Every fix follows TDD with a confirmed\nfailing test and an adversarial self-check against the PoC that surfaced it.",
"is_bot": false,
"headline": "feat(security): harden command execution, trust resolution, and plugi…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-10T17:13:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "371a9918af9f9f2afc3687be1810f2c579983ea5",
"body": "The escalation gate previously trusted the LLM's self-reported confidence\nat face value, with several fail-open holes: a missing/malformed\n_escalation block silently skipped review, a non-numeric confidence\ndefaulted to 50 with no way to tell it apart from a real report, and the\n\"Modify\" decision wa\n[…]\nions\n (duplicate import, method complexity) surfaced along the way.\n- Update the system card, command reference, and data-flow docs to\n accurately reflect the new mechanisms and their honest limits.",
"is_bot": false,
"headline": "feat(executor): harden escalation confidence reliability",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-09T16:21:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1a8d6f66e971dd4b160a74876761a2d5ec58c529",
"body": null,
"is_bot": false,
"headline": "Merge commit 'a5480984dbd0b226d6d802995d7fd271719859b4'",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-08T23:51:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5480984dbd0b226d6d802995d7fd271719859b4",
"body": null,
"is_bot": false,
"headline": "feat(version): bump",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-07-08T23:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c790f55968300f4db637e39b2287ba2fb48f7c8",
"body": "…efault\n\nInquirer loops from the last choice back to the first, which reads as\nan infinite list in flows like the provider setup checklist. Default\nloop: false for checkbox/list/rawlist/expand questions unless a call\nsite opts in explicitly.",
"is_bot": false,
"headline": "fix(ui): disable wrap-around navigation on list/checkbox prompts by d…",
"author_name": "Damien Tivelet",
"author_login": "windagency",
"committed_at": "2026-07-08T23:36:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb550f1147a3704b3f652f5f526c222f2787c6fe",
"body": "…r paths\n\nmacOS resolves /var to /private/var, so raw path comparisons against\ngit worktree list and validated paths could mismatch. Also retries\ndocker rm on transient \"removal already in progress\" errors, and\nstabilizes a flaky plugin-installer test by reusing one packed tarball\ninstead of re-creating it (gzip timestamps made hashes non-deterministic).",
"is_bot": false,
"headline": "fix(exploration): resolve symlinks before comparing worktree/containe…",
"author_name": "Damien Tivelet",
"author_login": "windagency",
"committed_at": "2026-07-08T22:15:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd9473ac077bcd7492ec20e63a7000b9218fea5a",
"body": "Switches to a namespace type import for the vault plugin so the\nPromise<typeof ...> return type annotation doesn't require a forbidden\ninline import() type expression.",
"is_bot": false,
"headline": "fix(cli): add explicit return type to requireVault in memory command",
"author_name": "Damien Tivelet",
"author_login": "windagency",
"committed_at": "2026-07-08T20:48:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c359be425ca37d05b83181f95965d3f9a4f3ebc0",
"body": null,
"is_bot": false,
"headline": "feat(registry): update",
"author_name": "Damien Tivelet",
"author_login": "windagency",
"committed_at": "2026-07-08T20:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eb36a3a7eef1dba59ceead155ff327c31989a23",
"body": "Moves the plugin authoring guide to documentation/developer-guide/ and\nupdates AGENTS.md/README.md references. Removes the docs/superpowers/\nplan and spec files (including the wizard ESC-to-quit ones) since docs/\nno longer exists at the repo root.",
"is_bot": false,
"headline": "docs: retire docs/ in favour of documentation/",
"author_name": "Damien Tivelet",
"author_login": "windagency",
"committed_at": "2026-07-08T20:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15bc9fb9d583376cf2ef7fbd4257d8b6f728abfd",
"body": "Reference docs for the Setup Wizard ESC-to-quit feature, written during\nplanning but held uncommitted per CLAUDE.md's no-commit-without-approval\nrule until the feature merged.",
"is_bot": false,
"headline": "docs: add design spec and implementation plan for wizard ESC-to-quit",
"author_name": "Damien Tivelet",
"author_login": "windagency",
"committed_at": "2026-07-08T20:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52b143a29a05ba02d4bf85f5a9c911783292b189",
"body": null,
"is_bot": false,
"headline": "Merge branch 'worktree-wizard-esc-quit' into dev",
"author_name": "Damien Tivelet",
"author_login": "windagency",
"committed_at": "2026-07-08T20:32:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65fbc45e30fd934dba5df796d81bc62bf533fcf6",
"body": "Swap the remaining 4 prompt.prompt(...) call sites in\ninteractive-wizard.ts (run(), selectDefaultProvider,\npromptForProvider's provider and API key questions) to\npromptWithEscToQuit(prompt, ...), completing the ESC-to-quit rollout\nstarted in validation-helpers.ts. Adds an end-to-end test proving the\nwiring works through the real SetupWizard.quickSetup() call path.",
"is_bot": false,
"headline": "feat(config): wire ESC-to-quit into interactive-wizard",
"author_name": "Damien Tivelet",
"author_login": "windagency",
"committed_at": "2026-07-08T20:03:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13a0a39510dd325e6e63fad842dcc9f25d8efa43",
"body": "Swap all 6 prompt.prompt() call sites in validation-helpers.ts to\npromptWithEscToQuit(prompt, ...) so pressing ESC during provider/\ndefaults configuration triggers the confirm-before-quit dialog\ninstead of silently discarding input. Update the test's fake\nprompt adapter to also expose promptCancellable.",
"is_bot": false,
"headline": "refactor(config): wire ESC-to-quit into validation-helpers prompts",
"author_name": "Damien Tivelet",
"author_login": "windagency",
"committed_at": "2026-07-08T19:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff0f1a78db641ca1b642a27c5a4b0d57c2a37e2c",
"body": "…hain\n\nThe recursive retry branch used `return await promptWithEscToQuit(...)`,\nwhich delayed the current call's `finally` (keypress listener removal)\nuntil the entire remaining retry chain settled, instead of right after\nkicking off the next retry. This let listeners accumulate on `stdin`\nacross de\n[…]\ns own retry is kicked\noff. Adds a regression test asserting the listener count stays at 1\nacross a decline-and-retry and that a fresh ESC press reaches only the\nretried call's cancel, not a stale one.",
"is_bot": false,
"headline": "fix(config): scope ESC listener cleanup to each retry, not the full c…",
"author_name": "Damien Tivelet",
"author_login": "windagency",
"committed_at": "2026-07-08T19:33:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "44c2c4e14bab2b89acb446a43de2540bdbd6f9a6",
"body": "Adds promptWithEscToQuit(), a self-contained wrapper around PromptAdapter\nthat listens for the ESC keypress while a prompt is pending. On cancellation\nit shows a confirm-before-quit dialog: declining re-asks the original\nquestion(s), confirming exits the process via handlePromptCancellation().\n\nThis is not yet wired into the Setup Wizard call sites (later task).",
"is_bot": false,
"headline": "feat(config): add promptWithEscToQuit wrapper",
"author_name": "Damien Tivelet",
"author_login": "windagency",
"committed_at": "2026-07-08T19:15:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2120f270d7b6ed209287fb2d3e096ab3aa6b514",
"body": "Adds a library-agnostic cancellable prompt primitive: PromptAdapter.promptCancellable()\nreturns a { promise, cancel } handle, plus a new PromptCancelledError thrown when\ncancel() aborts an in-flight prompt. InquirerAdapter implements it on top of\ninquirer's ui.close(), mapping AbortPromptError to PromptCancelledError while\npropagating other errors unchanged.",
"is_bot": false,
"headline": "feat(ui): add promptCancellable to PromptAdapter",
"author_name": "Damien Tivelet",
"author_login": "windagency",
"committed_at": "2026-07-08T17:49:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a030b4995fbfa6cdd5985be1e26f2ae0b482bf3f",
"body": "Version bump (package.json + valora-plugin.json) for the plugins whose command frontmatter models were updated: docs, engineering, implement, product, qa, quality-gate. npm versions are immutable, so a bump is required to publish the update.",
"is_bot": false,
"headline": "chore(plugins): bump modified plugins to 1.0.1 for republish",
"author_name": "Damien Tivelet",
"author_login": "windagency",
"committed_at": "2026-07-08T17:38:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05f6ef2dc615e16530b2ce198db1e9f02491da18",
"body": "…el data\n\n- Add per-provider SDK-free descriptors (llm/providers/*.models.ts) owning model\n modes, context windows, pricing, and API-id/vertex mappings\n- providers.config aggregates descriptors; token-estimator, context-window and\n API-id resolution become thin consumers; remove model-mapping-regi\n[…]\n/agents registry generators to parse YAML robustly and\n emit valid JSON; repoint commands/agents to packages/*; regenerate registries\n (fixes drift, pipe-splitting corruption, and agent inheritance)",
"is_bot": false,
"headline": "refactor(providers): make provider the single source of truth for mod…",
"author_name": "Damien Tivelet",
"author_login": "windagency",
"committed_at": "2026-07-08T17:27:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7edbc918a80a8bfb182417ec3028b8ffe8defb46",
"body": null,
"is_bot": false,
"headline": "Merge commit 'c1927d5552b3e64a98fe24a2012a5dbfddcbd47d' into dev",
"author_name": "Damien Tivelet",
"author_login": "windagency",
"committed_at": "2026-07-08T17:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1927d5552b3e64a98fe24a2012a5dbfddcbd47d",
"body": null,
"is_bot": false,
"headline": "feat(registry): update",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-26T23:14:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeb1c98997eff2568def0e05ebf9116417bac3d9",
"body": null,
"is_bot": false,
"headline": "feat(version): bump",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-26T21:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68623b971cf2e52dadb6a120955d3f34d544787e",
"body": null,
"is_bot": false,
"headline": "test(vault): assert on real registry state instead of spy call args",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-26T20:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbd73ede4d8a450276a0b3c0fd70b872f337e2b3",
"body": "…e plugin-api to devDependencies",
"is_bot": false,
"headline": "chore(deps): remove valora-plugin-memory-vault from dependencies, mov…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-26T20:10:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8019c88474a5f15b17d19b31c91371512117a73a",
"body": "… after decoupling",
"is_bot": false,
"headline": "test(arch): update vault boundary allowlist and bootstrap description…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-26T20:00:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52812ddcdb68e947fa3545738c1cb1d073926568",
"body": "… vault in memory command\n\nRemoves all @windagency/valora-plugin-memory-vault re-exports from\nsrc/memory/index.ts and src/services/index.ts. Updates memory.command.ts\nto load vault symbols lazily via requireVault() so the command degrades\ngracefully when the vault plugin is not installed. Updates the test mock\nfrom 'memory' to '@windagency/valora-plugin-memory-vault' accordingly.",
"is_bot": false,
"headline": "refactor(memory): strip vault re-exports from barrels, dynamic-import…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-26T18:18:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "453703be0f59df233b872b506f7e2010a461393b",
"body": "…internally",
"is_bot": false,
"headline": "refactor(vault): self-activate via api.memory.activate, resolve deps …",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-26T18:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fff1f99d0512767e6574b7e6f710a7bd3df33b70",
"body": "…tate",
"is_bot": false,
"headline": "test(plugin-api): rewrite activate tests to assert on real registry s…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-26T15:51:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca8a15e75d75a16783bfda34de9d206e268b76c9",
"body": "…ugins\n\nExposes api.memory.activate(name, config?) on the PluginAPI surface so\nmemory plugins can call setActive on the registry without host involvement.",
"is_bot": false,
"headline": "feat(plugin-api): add memory.activate() for self-activating memory pl…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-26T15:44:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b801625fb0b2d7b4a424f738739fd39b2b92468c",
"body": "… coupling\n\nReplace VaultMemoryProvider bootstrap with EphemeralMemoryProvider so the\ncore package no longer statically depends on @windagency/valora-plugin-memory-vault.\nbootstrapMemoryFromConfig() shrinks to a 3-line lazy import + call.\nBootstrapBundledMemoryProviderOptions type is removed from the public API.",
"is_bot": false,
"headline": "refactor(memory): bootstrap registers ephemeral provider, drops vault…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-26T15:36:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a71ec5ad02fc33ed0befc308553a19d539ebf51",
"body": "…alMemoryProvider",
"is_bot": false,
"headline": "fix(memory): process-level warn dedup and tags null safety in Ephemer…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-26T14:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9583739e3678673ce2c51e0481568e93ba048095",
"body": null,
"is_bot": false,
"headline": "feat(memory): EphemeralMemoryProvider — in-memory default backend",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-26T14:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65367210c65d68f60c461b797f77238495f5c5a4",
"body": "…stage checkpointing\n\n- Fix callLLMWithToolLoop discarding intermediate LLMUsage across tool iterations;\n spending.jsonl and SessionBudgetService now receive correct accumulated totals\n- Add model?: string to PipelineStage enabling per-stage model override via\n resolveModelOverride(stage.model, fl\n[…]\nkpointManager persisting completed stages to .valora/checkpoints/;\n pipeline resumes from last checkpoint on restart, clears on success or\n controlled stop, preserved on crash; --fresh flag bypasses",
"is_bot": false,
"headline": "feat(executor): token accumulation fix, per-stage model tiering, and …",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-20T01:31:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "23feaf7fb08e6a7d2239618b5c08b0a0e0db6e0f",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into dev",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-20T01:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "843595800f4ad0a749a3742dfd8c8c8a06a86511",
"body": null,
"is_bot": false,
"headline": "feat(version): bump",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-19T22:25:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e44022e88cee9ab885410bc37ad020065382c77",
"body": null,
"is_bot": false,
"headline": "fix(plugin): tests",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-19T21:37:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29cfc74aaa2737d978233c16bad4ce37abbe4943",
"body": null,
"is_bot": false,
"headline": "Merge branch 'dev'",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-19T18:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f1aa130227948fe85db4456c4e3e1c7400f86f9",
"body": null,
"is_bot": false,
"headline": "fix: plugin system",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-19T18:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0351dcffbeb7012042190f673fe81aec23d374ea",
"body": null,
"is_bot": false,
"headline": "chore: update pnpm",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-17T20:52:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "012e047c080b5971b553a82764de382596540e7a",
"body": null,
"is_bot": false,
"headline": "fix(quality-gate): plugin registration",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-17T20:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c1fda9f6334f42f65b0b5345e6d387f3f655bed",
"body": "Add the first automated tests for the audit scan subcommand (exit codes\n0/1/2, stdout JSON, --output file writing), driving the handler through\nregister() with a mock host API.\n\nRefactor the handler to resolve config, scan, and emit output under one\ntry/catch, assigning exitCode and calling process.exit exactly once at\nthe end. This stops the success path from falling through into the error\nhandler and makes invalid integer flags exit cleanly with code 2 instead\nof throwing uncaught.",
"is_bot": false,
"headline": "test(quality-gate): cover audit scan CLI handler; single exit point",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-17T18:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4872fef941fa596d19c036a30b833b9ac918d744",
"body": "…r false positives\n\ncountConcernHits used substring (indexOf) matching, so keywords counted\ninside larger identifiers (e.g. 'retry' in 'retryable', 'timeout' in\n'timeoutValue', 'Error(' in 'TypeError('). Switch to a per-keyword,\ncase-sensitive matcher anchored with \\b at any word-character edge, so\nonly whole tokens are counted. True positives (try/catch/throw/Error()\nare unaffected.",
"is_bot": false,
"headline": "fix(quality-gate): whole-token concern matching — eliminate identifie…",
"author_name": "Damien TIVELET",
"author_login": "windagency",
"committed_at": "2026-06-17T18:43:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9dfaf7a05c6ea57e633f0b308a495f9d63ad456",
"body": "…dit-cross-duplication",
"is_bot": false,
"headline": "feat(quality-gate): pipeline command and LLM narrative prompts for au…",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-26T12:43:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1923a019546f383f256beded4d9dd0105f776b69",
"body": "…-depth/--threshold",
"is_bot": false,
"headline": "fix(quality-gate): validate integer flags — reject NaN from invalid -…",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-26T12:00:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0fd9ebd8e365ea3f19376ac40ce8113c7259674",
"body": "…ing and JSON output",
"is_bot": false,
"headline": "feat(quality-gate): CLI subcommand wiring — audit scan with flag pars…",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-26T11:51:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "492c05579ee8818833d40fb4ea37820ed1a66d66",
"body": "…en no dirs found",
"is_bot": false,
"headline": "fix(quality-gate): set summary.note when output is empty, not only wh…",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-26T09:50:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53e9bba541713737a44b60246c123b773b794a74",
"body": "…y, import fingerprinting",
"is_bot": false,
"headline": "feat(quality-gate): scanner — sibling group detection, concern densit…",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-26T09:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0cf512ada66ec9b7d524ddb3a9c815bed351ac8",
"body": "Excludes __tests__/fixtures/** from ESLint so unresolvable imports in\nfixture files (e.g. nats) do not block the pre-commit hook.",
"is_bot": false,
"headline": "test(quality-gate): add fixture trees for scanner integration tests",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-26T08:38:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4832bc68f94ce2ef63dcba34252836c83b30d8a",
"body": null,
"is_bot": false,
"headline": "fix(quality-gate): extract full scoped package name in extractImports",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-22T18:55:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdc226310387dc7cb98332c3be48defd4068b452",
"body": "…d hit counting",
"is_bot": false,
"headline": "feat(quality-gate): fingerprint module — import extraction and keywor…",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-22T18:52:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc3482ae1f9af4906699ddea4a4ca361ab1b9ab6",
"body": "…ordering",
"is_bot": false,
"headline": "fix(quality-gate): restore Severity type to semantic high→medium→low …",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-22T18:49:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd1dca59a5fd3ddb43d34f07b8e65300083d2542",
"body": "…, audit report shape",
"is_bot": false,
"headline": "feat(quality-gate): scanner types — concern categories, config schema…",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-22T18:42:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b197323338c63c461c2980e1d7faa9ddfa7ebc8c",
"body": "…t, updated manifests",
"is_bot": false,
"headline": "feat(quality-gate): convert to code plugin — scaffold tsconfig, vites…",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-22T18:34:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae1cbdd164febdfabb65fcb2dcd757c65c490e52",
"body": "8-task TDD plan covering: package scaffold, types, fingerprint module,\ntest fixtures, scanner, CLI entry point, command/prompt files, and\nplugin registry registration.",
"is_bot": false,
"headline": "Add implementation plan for valora-plugin-cross-duplication-audit",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-22T17:13:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a373832e0b0200e2c5c8ac063657c6cec84cba1b",
"body": "Documents the approved design for a hybrid Valora plugin that detects\nN×M concern accumulation across sibling directories — the structural\nfailure mode identified in post-mortem #1277.",
"is_bot": false,
"headline": "Add design spec for valora-plugin-cross-duplication-audit",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-22T15:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a98b177c92ff92c71f49ccb8ee830c485e2820e1",
"body": null,
"is_bot": false,
"headline": "Fix memory / obsidian interactions",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-16T11:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f036ba78bdc389ca00dc4b8d762348e969e7139",
"body": null,
"is_bot": false,
"headline": "Fixes",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-15T17:40:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc30909e580564fe7f119e51ab6635aee7c9a95c",
"body": null,
"is_bot": false,
"headline": "Add plugin documentation and Verdaccio",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-15T17:25:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3e278aa4b02112df7c6abc3ff0c41241316cb42",
"body": null,
"is_bot": false,
"headline": "Merge branch 'memory-as-plugin' into dev",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-13T00:40:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2412689d88adb0dedb4af1ce7e74b9885449628a",
"body": null,
"is_bot": false,
"headline": "Export runtime into a plugin",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-13T00:32:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ac8de485043cf8c67c163e9eea10855433e7dfd",
"body": null,
"is_bot": false,
"headline": "Lint",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-08T00:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a42f1a5e97293ac58515d712ee004f6db4bd0216",
"body": "Closes the gap between Valora's claimed posture and its wired implementation\nacross security hardening, CI coverage, test quality, and documentation accuracy.\n\nSecurity (P0):\n- Rewrite command guard as ALLOWED_BASE_COMMANDS allowlist with recursive subshell\n decomposition, NFKC normalisation, and U\n[…]\n Rename sanitiseEnvironment → sanitizeEnvironment (American English convention)\n- Fix crypto.randomUUID() import in security-event.types.ts\n- Fix null-byte regex in command-guard.ts (no-control-regex)",
"is_bot": false,
"headline": "Governance debt remediation — security, CI, tests, docs",
"author_name": "Damien Tivelet",
"author_login": null,
"committed_at": "2026-05-07T23:29:20Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 302,
"latest_release_at": "2026-06-19T23:12:20Z",
"latest_release_tag": "3.0.0",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 22,
"days_since_latest_release": 37,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@windagency/valora",
"exists": true,
"license": "MIT",
"keywords": [
"valora",
"ai",
"llm",
"orchestration",
"workflow",
"session-based",
"cli",
"automation",
"mcp",
"typescript",
"anthropic",
"openai",
"google",
"cursor"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@windagency/valora",
"is_deprecated": false,
"latest_version": "3.0.10",
"repository_url": "https://github.com/windagency/valora.ai",
"versions_count": 27,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3796,
"first_published_at": "2026-03-02T01:21:17.536000Z",
"latest_published_at": "2026-07-20T17:42:28.948000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 0,
"stars": 24,
"watchers": 2,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 14
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": true,
"typecheck_configs": [
"packages/valora-plugin-api/tsconfig.json",
"packages/valora-plugin-compression-python/tsconfig.json",
"packages/valora-plugin-compression-typescript/tsconfig.json",
"packages/valora-plugin-compression-universal/tsconfig.json",
"packages/valora-plugin-memory-vault/tsconfig.json",
"packages/valora-plugin-obsidian/tsconfig.json",
"packages/valora-plugin-ollama/tsconfig.json",
"packages/valora-plugin-openrouter/tsconfig.json",
"packages/valora-plugin-quality-gate/tsconfig.json",
"packages/valora-plugin-rtk/tsconfig.json",
"packages/valora-runtime/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 88785,
"source_files_sampled": 874,
"oversized_source_files": 4,
"agent_instruction_files": [
"AGENTS.md",
"examples/AGENTS.md"
],
"agent_instruction_max_bytes": 7734
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "brace-expansion",
"direct": false,
"version": "2.1.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-mh99-v99m-4gvg"
],
"fixed_version": "5.0.8",
"advisory_count": 1,
"oldest_advisory_days": 2
},
{
"name": "tmp",
"direct": false,
"version": "0.0.33",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-52f5-9888-hmc6",
"GHSA-ph9p-34f9-6g65"
],
"fixed_version": "0.2.6",
"advisory_count": 2,
"oldest_advisory_days": 354
},
{
"name": "uuid",
"direct": false,
"version": "9.0.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-w5hq-g745-h8pq"
],
"fixed_version": "13.0.1",
"advisory_count": 1,
"oldest_advisory_days": 95
},
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.15",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.9,
"advisory_ids": [
"GHSA-frvp-7c67-39w9"
],
"fixed_version": "2.0.5",
"advisory_count": 1,
"oldest_advisory_days": 5
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 3,
"moderate": 1
},
"advisory_count": 5,
"affected_count": 4,
"assessed_count": 369,
"malicious_count": 0,
"assessed_package": "npm:@windagency/valora@3.0.10",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@anthropic-ai/sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.69.0"
},
{
"name": "@anthropic-ai/vertex-sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.14.0"
},
{
"name": "@fastify/cors",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^11.1.0"
},
{
"name": "@fastify/helmet",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^13.0.2"
},
{
"name": "@google/generative-ai",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.21.0"
},
{
"name": "@modelcontextprotocol/sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.27.1"
},
{
"name": "@types/react",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^19"
},
{
"name": "@windagency/valora-runtime",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "archiver",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.0.0"
},
{
"name": "chalk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.3.0"
},
{
"name": "commander",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^12.0.0"
},
{
"name": "fastify",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.7.4"
},
{
"name": "gray-matter",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.3"
},
{
"name": "ink",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.5.1"
},
{
"name": "inquirer",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^10.0.0"
},
{
"name": "nanoid",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.0.0"
},
{
"name": "openai",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.67.0"
},
{
"name": "ora",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^8.0.0"
},
{
"name": "react",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^19.2.1"
},
{
"name": "tree-sitter-wasms",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "0.1.11"
},
{
"name": "undici",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.16.0"
},
{
"name": "unzipper",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.12.0"
},
{
"name": "vscode-languageserver-protocol",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "3.18.0"
},
{
"name": "web-tree-sitter",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.24.7"
},
{
"name": "yaml",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.4.0"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.22.4"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@anthropic-ai/sdk",
"direct": true,
"version": "0.69.0",
"ecosystem": "npm"
},
{
"name": "@anthropic-ai/vertex-sdk",
"direct": true,
"version": "0.14.2",
"ecosystem": "npm"
},
{
"name": "@fastify/cors",
"direct": true,
"version": "11.2.0",
"ecosystem": "npm"
},
{
"name": "@fastify/helmet",
"direct": true,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "@google/generative-ai",
"direct": true,
"version": "0.21.0",
"ecosystem": "npm"
},
{
"name": "@modelcontextprotocol/sdk",
"direct": true,
"version": "1.27.1",
"ecosystem": "npm"
},
{
"name": "@types/react",
"direct": true,
"version": "19.2.10",
"ecosystem": "npm"
},
{
"name": "archiver",
"direct": true,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": true,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": true,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": true,
"version": "5.6.2",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": true,
"version": "12.1.0",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": true,
"version": "14.0.2",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": true,
"version": "9.5.0",
"ecosystem": "npm"
},
{
"name": "fastify",
"direct": true,
"version": "5.7.4",
"ecosystem": "npm"
},
{
"name": "gray-matter",
"direct": true,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "ink",
"direct": true,
"version": "6.6.0",
"ecosystem": "npm"
},
{
"name": "inquirer",
"direct": true,
"version": "10.2.2",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": true,
"version": "3.3.11",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": true,
"version": "5.1.6",
"ecosystem": "npm"
},
{
"name": "openai",
"direct": true,
"version": "4.104.0",
"ecosystem": "npm"
},
{
"name": "openai",
"direct": true,
"version": "^4.67.0",
"ecosystem": "npm"
},
{
"name": "ora",
"direct": true,
"version": "8.2.0",
"ecosystem": "npm"
},
{
"name": "react",
"direct": true,
"version": "19.2.4",
"ecosystem": "npm"
},
{
"name": "tree-sitter-wasms",
"direct": true,
"version": "0.1.11",
"ecosystem": "npm"
},
{
"name": "undici",
"direct": true,
"version": "7.19.2",
"ecosystem": "npm"
},
{
"name": "undici",
"direct": true,
"version": "8.7.0",
"ecosystem": "npm"
},
{
"name": "unzipper",
"direct": true,
"version": "0.12.3",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver-protocol",
"direct": true,
"version": "3.17.5",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver-protocol",
"direct": true,
"version": "3.18.0",
"ecosystem": "npm"
},
{
"name": "web-tree-sitter",
"direct": true,
"version": "0.24.7",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": true,
"version": "2.8.2",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": true,
"version": "3.25.76",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": true,
"version": "^3.22.4",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": true,
"version": "^3.24.0",
"ecosystem": "npm"
},
{
"name": "@alcalzone/ansi-tokenize",
"direct": false,
"version": "0.2.4",
"ecosystem": "npm"
},
{
"name": "@ampproject/remapping",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "@azu/format-text",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@azu/style-format",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.25.9",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.25.9",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.29.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-annotate-as-pure",
"direct": false,
"version": "7.27.3",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-create-class-features-plugin",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-globals",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-member-expression-to-functions",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-optimise-call-expression",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-plugin-utils",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-replace-supers",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-skip-transparent-expression-wrappers",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.25.9",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-proposal-decorators",
"direct": false,
"version": "7.24.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-proposal-explicit-resource-management",
"direct": false,
"version": "7.27.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-decorators",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-jsx",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-typescript",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-destructuring",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-modules-commonjs",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-typescript",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/preset-typescript",
"direct": false,
"version": "7.24.7",
"ecosystem": "npm"
},
{
"name": "@babel/runtime",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@balena/dockerignore",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@bcoe/v8-coverage",
"direct": false,
"version": "0.2.3",
"ecosystem": "npm"
},
{
"name": "@cspotcode/source-map-support",
"direct": false,
"version": "0.8.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.9.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.12.2",
"ecosystem": "npm"
},
{
"name": "@eslint/compat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.21.1",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.4.2",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "0.17.0",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "9.39.2",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "2.1.7",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "@fastify/ajv-compiler",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "@fastify/error",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "@fastify/fast-json-stringify-compiler",
"direct": false,
"version": "5.0.3",
"ecosystem": "npm"
},
{
"name": "@fastify/forwarded",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@fastify/merge-json-schemas",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "@fastify/proxy-addr",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "@grpc/grpc-js",
"direct": false,
"version": "1.14.4",
"ecosystem": "npm"
},
{
"name": "@grpc/proto-loader",
"direct": false,
"version": "0.7.15",
"ecosystem": "npm"
},
{
"name": "@grpc/proto-loader",
"direct": false,
"version": "0.8.1",
"ecosystem": "npm"
},
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.9",
"ecosystem": "npm"
},
{
"name": "@humanfs/core",
"direct": false,
"version": "0.19.1",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.7",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@inquirer/checkbox",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "@inquirer/checkbox",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/confirm",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "@inquirer/confirm",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/core",
"direct": false,
"version": "9.2.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/editor",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@inquirer/editor",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/expand",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "@inquirer/expand",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/figures",
"direct": false,
"version": "1.0.15",
"ecosystem": "npm"
},
{
"name": "@inquirer/input",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "@inquirer/input",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/number",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@inquirer/number",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/password",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@inquirer/password",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/prompts",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "@inquirer/prompts",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/rawlist",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "@inquirer/rawlist",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/search",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@inquirer/search",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/select",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "@inquirer/select",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/type",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@inquirer/type",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@isaacs/cliui",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/schema",
"direct": false,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "@jest/schemas",
"direct": false,
"version": "29.6.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@js-sdsl/ordered-map",
"direct": false,
"version": "4.4.2",
"ecosystem": "npm"
},
{
"name": "@jsdevtools/file-path-filter",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "@kwsites/file-exists",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "0.2.12",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@pinojs/redact",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "@pkgjs/parseargs",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "@pkgr/core",
"direct": false,
"version": "0.2.9",
"ecosystem": "npm"
},
{
"name": "@playwright/test",
"direct": false,
"version": "1.58.0",
"ecosystem": "npm"
},
{
"name": "@protobufjs/aspromise",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/base64",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/codegen",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@protobufjs/eventemitter",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@protobufjs/fetch",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@protobufjs/float",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/path",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/pool",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@protobufjs/utf8",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "@rtsao/scc",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@sec-ant/readable-stream",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "@secretlint/config-creator",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "@secretlint/config-loader",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "@secretlint/core",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "@secretlint/formatter",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "@secretlint/node",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "@secretlint/profiler",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "@secretlint/resolver",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "@secretlint/secretlint-rule-preset-recommend",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "@secretlint/source-creator",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "@secretlint/types",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "@secretlint/walker",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "@sinclair/typebox",
"direct": false,
"version": "0.27.8",
"ecosystem": "npm"
},
{
"name": "@sindresorhus/merge-streams",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@stryker-mutator/api",
"direct": false,
"version": "8.7.1",
"ecosystem": "npm"
},
{
"name": "@stryker-mutator/core",
"direct": false,
"version": "8.7.1",
"ecosystem": "npm"
},
{
"name": "@stryker-mutator/instrumenter",
"direct": false,
"version": "8.7.1",
"ecosystem": "npm"
},
{
"name": "@stryker-mutator/typescript-checker",
"direct": false,
"version": "8.7.1",
"ecosystem": "npm"
},
{
"name": "@stryker-mutator/util",
"direct": false,
"version": "8.7.1",
"ecosystem": "npm"
},
{
"name": "@stryker-mutator/vitest-runner",
"direct": false,
"version": "8.7.1",
"ecosystem": "npm"
},
{
"name": "@textlint/ast-node-types",
"direct": false,
"version": "15.7.1",
"ecosystem": "npm"
},
{
"name": "@textlint/linter-formatter",
"direct": false,
"version": "15.7.1",
"ecosystem": "npm"
},
{
"name": "@textlint/module-interop",
"direct": false,
"version": "15.7.1",
"ecosystem": "npm"
},
{
"name": "@textlint/resolver",
"direct": false,
"version": "15.7.1",
"ecosystem": "npm"
},
{
"name": "@textlint/types",
"direct": false,
"version": "15.7.1",
"ecosystem": "npm"
},
{
"name": "@ts-morph/common",
"direct": false,
"version": "0.25.0",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node10",
"direct": false,
"version": "1.0.12",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node12",
"direct": false,
"version": "1.0.11",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node14",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node16",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.1",
"ecosystem": "npm"
},
{
"name": "@types/archiver",
"direct": false,
"version": "6.0.4",
"ecosystem": "npm"
},
{
"name": "@types/docker-modem",
"direct": false,
"version": "3.0.6",
"ecosystem": "npm"
},
{
"name": "@types/dockerode",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/inquirer",
"direct": false,
"version": "9.0.9",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/json5",
"direct": false,
"version": "0.0.29",
"ecosystem": "npm"
},
{
"name": "@types/mute-stream",
"direct": false,
"version": "0.0.4",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "18.19.130",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "20.19.30",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "22.19.7",
"ecosystem": "npm"
},
{
"name": "@types/node-fetch",
"direct": false,
"version": "2.6.13",
"ecosystem": "npm"
},
{
"name": "@types/normalize-package-data",
"direct": false,
"version": "2.4.4",
"ecosystem": "npm"
},
{
"name": "@types/readdir-glob",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@types/ssh2",
"direct": false,
"version": "0.5.52",
"ecosystem": "npm"
},
{
"name": "@types/ssh2",
"direct": false,
"version": "1.15.5",
"ecosystem": "npm"
},
{
"name": "@types/ssh2-streams",
"direct": false,
"version": "0.1.13",
"ecosystem": "npm"
},
{
"name": "@types/through",
"direct": false,
"version": "0.0.33",
"ecosystem": "npm"
},
{
"name": "@types/unzipper",
"direct": false,
"version": "0.10.11",
"ecosystem": "npm"
},
{
"name": "@types/wrap-ansi",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-android-arm-eabi",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-android-arm64",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-darwin-arm64",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-darwin-x64",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-freebsd-x64",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-arm-musleabihf",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-arm64-gnu",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-arm64-musl",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-ppc64-gnu",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-riscv64-gnu",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-riscv64-musl",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-s390x-gnu",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-x64-gnu",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-x64-musl",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-wasm32-wasi",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-win32-arm64-msvc",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-win32-ia32-msvc",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-win32-x64-msvc",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@vitest/coverage-v8",
"direct": false,
"version": "1.6.1",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "1.6.1",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "1.6.1",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "1.6.1",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "1.6.1",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "1.6.1",
"ecosystem": "npm"
},
{
"name": "@windagency/valora",
"direct": false,
"version": "2.4.0",
"ecosystem": "npm"
},
{
"name": "abort-controller",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "abstract-logging",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "accepts",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.15.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "acorn-walk",
"direct": false,
"version": "8.3.4",
"ecosystem": "npm"
},
{
"name": "agent-base",
"direct": false,
"version": "7.1.4",
"ecosystem": "npm"
},
{
"name": "agentkeepalive",
"direct": false,
"version": "4.6.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.12.6",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.18.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.20.0",
"ecosystem": "npm"
},
{
"name": "ajv-formats",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "angular-html-parser",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "ansi-escapes",
"direct": false,
"version": "4.3.2",
"ecosystem": "npm"
},
{
"name": "ansi-escapes",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "anymatch",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "arch-unit-ts",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "archiver-utils",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "arg",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "array-buffer-byte-length",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "array-includes",
"direct": false,
"version": "3.1.9",
"ecosystem": "npm"
},
{
"name": "array-union",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "array.prototype.findlastindex",
"direct": false,
"version": "1.2.6",
"ecosystem": "npm"
},
{
"name": "array.prototype.flat",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "array.prototype.flatmap",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "arraybuffer.prototype.slice",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "asn1",
"direct": false,
"version": "0.2.6",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "astral-regex",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "async",
"direct": false,
"version": "3.2.6",
"ecosystem": "npm"
},
{
"name": "async-function",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "async-lock",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "asynckit",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "atomic-sleep",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "auto-bind",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "available-typed-arrays",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "avvio",
"direct": false,
"version": "9.1.0",
"ecosystem": "npm"
},
{
"name": "b4a",
"direct": false,
"version": "1.7.3",
"ecosystem": "npm"
},
{
"name": "b4a",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "bare-events",
"direct": false,
"version": "2.8.2",
"ecosystem": "npm"
},
{
"name": "bare-fs",
"direct": false,
"version": "4.7.4",
"ecosystem": "npm"
},
{
"name": "bare-path",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "bare-stream",
"direct": false,
"version": "2.13.3",
"ecosystem": "npm"
},
{
"name": "bare-url",
"direct": false,
"version": "2.4.5",
"ecosystem": "npm"
},
{
"name": "base64-js",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.10.0",
"ecosystem": "npm"
},
{
"name": "bcrypt-pbkdf",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "bignumber.js",
"direct": false,
"version": "9.3.1",
"ecosystem": "npm"
},
{
"name": "binary-extensions",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "binaryextensions",
"direct": false,
"version": "6.11.0",
"ecosystem": "npm"
},
{
"name": "bl",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "bluebird",
"direct": false,
"version": "3.7.2",
"ecosystem": "npm"
},
{
"name": "body-parser",
"direct": false,
"version": "2.2.2",
"ecosystem": "npm"
},
{
"name": "boundary",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.12",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.4",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.1",
"ecosystem": "npm"
},
{
"name": "buffer",
"direct": false,
"version": "5.7.1",
"ecosystem": "npm"
},
{
"name": "buffer",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "buffer-crc32",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "buffer-equal-constant-time",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "buildcheck",
"direct": false,
"version": "0.0.7",
"ecosystem": "npm"
},
{
"name": "byline",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "bytes",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "cac",
"direct": false,
"version": "6.7.14",
"ecosystem": "npm"
},
{
"name": "call-bind",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "call-bind-apply-helpers",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001777",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "4.5.0",
"ecosystem": "npm"
},
{
"name": "chardet",
"direct": false,
"version": "0.7.0",
"ecosystem": "npm"
},
{
"name": "check-error",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "cli-boxes",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "cli-cursor",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "cli-cursor",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "cli-spinners",
"direct": false,
"version": "2.9.2",
"ecosystem": "npm"
},
{
"name": "cli-truncate",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "cli-width",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "code-block-writer",
"direct": false,
"version": "13.0.3",
"ecosystem": "npm"
},
{
"name": "code-excerpt",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "colorette",
"direct": false,
"version": "2.0.20",
"ecosystem": "npm"
},
{
"name": "combined-stream",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "compress-commons",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "confbox",
"direct": false,
"version": "0.1.8",
"ecosystem": "npm"
},
{
"name": "content-disposition",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "convert-to-spaces",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "cookie-signature",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "core-util-is",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "cors",
"direct": false,
"version": "2.8.6",
"ecosystem": "npm"
},
{
"name": "cpu-features",
"direct": false,
"version": "0.0.10",
"ecosystem": "npm"
},
{
"name": "crc-32",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "crc32-stream",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "create-require",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "csstype",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "data-view-buffer",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "data-view-byte-length",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "data-view-byte-offset",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "3.2.7",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "deep-eql",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "define-data-property",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "define-properties",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "delayed-stream",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "dequal",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "des.js",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "diff-match-patch",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "diff-sequences",
"direct": false,
"version": "29.6.3",
"ecosystem": "npm"
},
{
"name": "dir-glob",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "docker-compose",
"direct": false,
"version": "1.4.2",
"ecosystem": "npm"
},
{
"name": "docker-modem",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "dockerode",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "doctrine",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "duplexer2",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "eastasianwidth",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "ecdsa-sig-formatter",
"direct": false,
"version": "1.0.11",
"ecosystem": "npm"
},
{
"name": "editions",
"direct": false,
"version": "6.22.0",
"ecosystem": "npm"
},
{
"name": "ee-first",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.307",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "10.4.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "10.6.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "encodeurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "end-of-stream",
"direct": false,
"version": "1.4.5",
"ecosystem": "npm"
},
{
"name": "environment",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "es-abstract",
"direct": false,
"version": "1.24.1",
"ecosystem": "npm"
},
{
"name": "es-define-property",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "es-set-tostringtag",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "es-shim-unscopables",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "es-to-primitive",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-toolkit",
"direct": false,
"version": "1.44.0",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "^0.28.0",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-html",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "9.39.2",
"ecosystem": "npm"
},
{
"name": "eslint-config-prettier",
"direct": false,
"version": "10.1.8",
"ecosystem": "npm"
},
{
"name": "eslint-import-context",
"direct": false,
"version": "0.1.9",
"ecosystem": "npm"
},
{
"name": "eslint-import-resolver-node",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "eslint-import-resolver-typescript",
"direct": false,
"version": "4.4.4",
"ecosystem": "npm"
},
{
"name": "eslint-module-utils",
"direct": false,
"version": "2.12.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-check-file",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-import",
"direct": false,
"version": "2.32.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-perfectionist",
"direct": false,
"version": "4.15.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-prettier",
"direct": false,
"version": "5.5.5",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-sort",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-sort-destructure-keys",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-unused-imports",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "8.4.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "10.4.0",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "etag",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "event-target-shim",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "eventemitter3",
"direct": false,
"version": "5.0.4",
"ecosystem": "npm"
},
{
"name": "events",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "events-universal",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "eventsource",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "eventsource-parser",
"direct": false,
"version": "3.0.6",
"ecosystem": "npm"
},
{
"name": "execa",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "execa",
"direct": false,
"version": "9.4.1",
"ecosystem": "npm"
},
{
"name": "execa",
"direct": false,
"version": "9.6.1",
"ecosystem": "npm"
},
{
"name": "express",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "express-rate-limit",
"direct": false,
"version": "8.2.1",
"ecosystem": "npm"
},
{
"name": "extend",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "extend-shallow",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "external-editor",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "fast-decode-uri-component",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-diff",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "fast-fifo",
"direct": false,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-json-stringify",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "fast-querystring",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "fastify-plugin",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.20.1",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "figures",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "file-path-filter",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "file-url",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "finalhandler",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "find-my-way",
"direct": false,
"version": "9.4.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "for-each",
"direct": false,
"version": "0.3.5",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "form-data",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "form-data-encoder",
"direct": false,
"version": "1.7.2",
"ecosystem": "npm"
},
{
"name": "formdata-node",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "forwarded",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "fresh",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "fs-constants",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "11.3.3",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "function.prototype.name",
"direct": false,
"version": "1.1.8",
"ecosystem": "npm"
},
{
"name": "functions-have-names",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "gaxios",
"direct": false,
"version": "6.7.1",
"ecosystem": "npm"
},
{
"name": "gcp-metadata",
"direct": false,
"version": "6.1.1",
"ecosystem": "npm"
},
{
"name": "generator-function",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-east-asian-width",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "get-func-name",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "get-port",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "get-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "get-stream",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "get-stream",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "get-symbol-description",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "get-tsconfig",
"direct": false,
"version": "4.13.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "10.5.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.3",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "glob-to-regexp",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "globalthis",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "globby",
"direct": false,
"version": "11.1.0",
"ecosystem": "npm"
},
{
"name": "google-auth-library",
"direct": false,
"version": "9.15.1",
"ecosystem": "npm"
},
{
"name": "google-logging-utils",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "gtoken",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "has-bigints",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "has-property-descriptors",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "has-proto",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "has-tostringtag",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "helmet",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "hono",
"direct": false,
"version": "4.12.3",
"ecosystem": "npm"
},
{
"name": "hosted-git-info",
"direct": false,
"version": "9.0.3",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "https-proxy-agent",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "human-signals",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "human-signals",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "humanize-ms",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "husky",
"direct": false,
"version": "9.1.7",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.4.24",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "ieee754",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "indent-string",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "index-to-position",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "internal-slot",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "ip-address",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "ipaddr.js",
"direct": false,
"version": "1.9.1",
"ecosystem": "npm"
},
{
"name": "ipaddr.js",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "is-array-buffer",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "is-async-function",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-bigint",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "is-binary-path",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-boolean-object",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "is-bun-module",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "is-callable",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.16.1",
"ecosystem": "npm"
},
{
"name": "is-data-view",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "is-date-object",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "is-extendable",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-finalizationregistry",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "is-generator-function",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-in-ci",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "is-interactive",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "is-map",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "is-negative-zero",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-number-object",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "is-promise",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "is-regex",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "is-set",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "is-shared-array-buffer",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "is-string",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-symbol",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-typed-array",
"direct": false,
"version": "1.1.15",
"ecosystem": "npm"
},
{
"name": "is-unicode-supported",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "is-unicode-supported",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-weakmap",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "is-weakref",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-weakset",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "isarray",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "isarray",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "isomorphic-resolve",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-source-maps",
"direct": false,
"version": "5.0.6",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "istextorbinary",
"direct": false,
"version": "9.5.0",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "jose",
"direct": false,
"version": "6.1.3",
"ecosystem": "npm"
},
{
"name": "js-md4",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "3.14.2",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "json-bigint",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-buffer",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "json-schema-ref-resolver",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "json-schema-to-ts",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-schema-typed",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "jwa",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "jws",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "kind-of",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "lazystream",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "light-my-request",
"direct": false,
"version": "6.6.0",
"ecosystem": "npm"
},
{
"name": "lint-staged",
"direct": false,
"version": "16.2.7",
"ecosystem": "npm"
},
{
"name": "listr2",
"direct": false,
"version": "9.0.5",
"ecosystem": "npm"
},
{
"name": "local-pkg",
"direct": false,
"version": "0.5.1",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "4.17.23",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "4.18.1",
"ecosystem": "npm"
},
{
"name": "lodash.camelcase",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "lodash.groupby",
"direct": false,
"version": "4.6.0",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "lodash.truncate",
"direct": false,
"version": "4.4.2",
"ecosystem": "npm"
},
{
"name": "log-symbols",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "log-update",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "long",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "loupe",
"direct": false,
"version": "2.3.7",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.5.2",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "magicast",
"direct": false,
"version": "0.3.5",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "make-error",
"direct": false,
"version": "1.3.6",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "media-typer",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "merge-descriptors",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "merge-stream",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.54.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "2.1.35",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "mimic-fn",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "mimic-fn",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "mimic-function",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "minimalistic-assert",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "5.1.8",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.7",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.2",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "mkdirp-classic",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "mlly",
"direct": false,
"version": "1.8.0",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "mutation-testing-elements",
"direct": false,
"version": "3.4.0",
"ecosystem": "npm"
},
{
"name": "mutation-testing-metrics",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "mutation-testing-report-schema",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "mute-stream",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "mylas",
"direct": false,
"version": "2.1.14",
"ecosystem": "npm"
},
{
"name": "nan",
"direct": false,
"version": "2.28.0",
"ecosystem": "npm"
},
{
"name": "nano-spawn",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "napi-postinstall",
"direct": false,
"version": "0.3.4",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "natural-compare-lite",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "natural-orderby",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "node-domexception",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "node-fetch",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "node-int64",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.36",
"ecosystem": "npm"
},
{
"name": "normalize-package-data",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "normalize-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "npm-run-path",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "npm-run-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.4",
"ecosystem": "npm"
},
{
"name": "object-keys",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "object.assign",
"direct": false,
"version": "4.1.7",
"ecosystem": "npm"
},
{
"name": "object.fromentries",
"direct": false,
"version": "2.0.8",
"ecosystem": "npm"
},
{
"name": "object.groupby",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "object.values",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "on-exit-leak-free",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "on-finished",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "onetime",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "onetime",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "onetime",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.4",
"ecosystem": "npm"
},
{
"name": "own-keys",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "p-map",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "package-json-from-dist",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "parse-ms",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "parseurl",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "patch-console",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "path-browserify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-is-absolute",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "path-to-regexp",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "path-type",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "pathval",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "pidtree",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "pino",
"direct": false,
"version": "10.3.0",
"ecosystem": "npm"
},
{
"name": "pino-abstract-transport",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "pino-std-serializers",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "pkce-challenge",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "pkg-types",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "playwright",
"direct": false,
"version": "1.58.0",
"ecosystem": "npm"
},
{
"name": "playwright-core",
"direct": false,
"version": "1.58.0",
"ecosystem": "npm"
},
{
"name": "plimit-lit",
"direct": false,
"version": "1.6.1",
"ecosystem": "npm"
},
{
"name": "pluralize",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "pluralize",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "possible-typed-array-names",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.6",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "3.8.1",
"ecosystem": "npm"
},
{
"name": "prettier-linter-helpers",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "pretty-format",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "pretty-ms",
"direct": false,
"version": "9.3.0",
"ecosystem": "npm"
},
{
"name": "process",
"direct": false,
"version": "0.11.10",
"ecosystem": "npm"
},
{
"name": "process-nextick-args",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "process-warning",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "process-warning",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "progress",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "proper-lockfile",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "properties-reader",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "protobufjs",
"direct": false,
"version": "7.6.5",
"ecosystem": "npm"
},
{
"name": "proxy-addr",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "pump",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.14.2",
"ecosystem": "npm"
},
{
"name": "queue-lit",
"direct": false,
"version": "1.5.2",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "quick-format-unescaped",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "range-parser",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "raw-body",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "rc-config-loader",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "react-is",
"direct": false,
"version": "18.3.1",
"ecosystem": "npm"
},
{
"name": "react-reconciler",
"direct": false,
"version": "0.33.0",
"ecosystem": "npm"
},
{
"name": "read-pkg",
"direct": false,
"version": "10.1.0",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "2.3.8",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "3.6.2",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "4.7.0",
"ecosystem": "npm"
},
{
"name": "readdir-glob",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "real-require",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "reflect.getprototypeof",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "regexp.prototype.flags",
"direct": false,
"version": "1.5.4",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.11",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-pkg-maps",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "restore-cursor",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "restore-cursor",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "ret",
"direct": false,
"version": "0.5.0",
"ecosystem": "npm"
},
{
"name": "retry",
"direct": false,
"version": "0.12.0",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "rfdc",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.57.0",
"ecosystem": "npm"
},
{
"name": "router",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "run-async",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "rxjs",
"direct": false,
"version": "7.8.2",
"ecosystem": "npm"
},
{
"name": "safe-array-concat",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "safe-push-apply",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "safe-regex-test",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "safe-regex2",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "safe-stable-stringify",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "scheduler",
"direct": false,
"version": "0.27.0",
"ecosystem": "npm"
},
{
"name": "secretlint",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "section-matter",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "secure-json-parse",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.6.3",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.3",
"ecosystem": "npm"
},
{
"name": "send",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "serve-static",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "set-cookie-parser",
"direct": false,
"version": "2.7.2",
"ecosystem": "npm"
},
{
"name": "set-function-length",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "set-function-name",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "set-proto",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "setprototypeof",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "side-channel-list",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel-map",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-weakmap",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "slice-ansi",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "slice-ansi",
"direct": false,
"version": "7.1.2",
"ecosystem": "npm"
},
{
"name": "sonic-boom",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.7.6",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "spdx-correct",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "spdx-exceptions",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "spdx-expression-parse",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "spdx-license-ids",
"direct": false,
"version": "3.0.23",
"ecosystem": "npm"
},
{
"name": "split-ca",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "split2",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "ssh-remote-port-forward",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "ssh2",
"direct": false,
"version": "1.17.0",
"ecosystem": "npm"
},
{
"name": "stable-hash-x",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "stack-utils",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "3.10.0",
"ecosystem": "npm"
},
{
"name": "stdin-discarder",
"direct": false,
"version": "0.2.2",
"ecosystem": "npm"
},
{
"name": "stop-iteration-iterator",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "streamx",
"direct": false,
"version": "2.23.0",
"ecosystem": "npm"
},
{
"name": "streamx",
"direct": false,
"version": "2.28.0",
"ecosystem": "npm"
},
{
"name": "string-argv",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "8.1.1",
"ecosystem": "npm"
},
{
"name": "string.prototype.trim",
"direct": false,
"version": "1.2.10",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimend",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimstart",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.1.2",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "strip-bom-string",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "strip-final-newline",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "strip-final-newline",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "strip-literal",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "structured-source",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "10.2.2",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-hyperlinks",
"direct": false,
"version": "4.5.0",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "synckit",
"direct": false,
"version": "0.11.12",
"ecosystem": "npm"
},
{
"name": "table",
"direct": false,
"version": "6.9.0",
"ecosystem": "npm"
},
{
"name": "tagged-tag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "tar-fs",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "tar-fs",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "tar-stream",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "tar-stream",
"direct": false,
"version": "3.1.7",
"ecosystem": "npm"
},
{
"name": "teex",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "terminal-link",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "test-exclude",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "testcontainers",
"direct": false,
"version": "12.0.4",
"ecosystem": "npm"
},
{
"name": "testcontainers",
"direct": false,
"version": "^12.0.4",
"ecosystem": "npm"
},
{
"name": "text-decoder",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "text-table",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "textextensions",
"direct": false,
"version": "6.11.0",
"ecosystem": "npm"
},
{
"name": "thread-stream",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.15",
"ecosystem": "npm"
},
{
"name": "tinypool",
"direct": false,
"version": "0.8.4",
"ecosystem": "npm"
},
{
"name": "tinyspy",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "tmp",
"direct": false,
"version": "0.2.4",
"ecosystem": "npm"
},
{
"name": "tmp",
"direct": false,
"version": "0.2.7",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "toad-cache",
"direct": false,
"version": "3.7.0",
"ecosystem": "npm"
},
{
"name": "toidentifier",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "tr46",
"direct": false,
"version": "0.0.3",
"ecosystem": "npm"
},
{
"name": "tree-kill",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "ts-algebra",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "2.4.0",
"ecosystem": "npm"
},
{
"name": "ts-morph",
"direct": false,
"version": "24.0.0",
"ecosystem": "npm"
},
{
"name": "ts-node",
"direct": false,
"version": "10.9.2",
"ecosystem": "npm"
},
{
"name": "tsc-alias",
"direct": false,
"version": "1.8.16",
"ecosystem": "npm"
},
{
"name": "tsconfig-paths",
"direct": false,
"version": "3.15.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "tsx",
"direct": false,
"version": "4.21.0",
"ecosystem": "npm"
},
{
"name": "tunnel",
"direct": false,
"version": "0.0.6",
"ecosystem": "npm"
},
{
"name": "tweetnacl",
"direct": false,
"version": "0.14.5",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "type-detect",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.21.3",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "4.41.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "type-is",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "typed-array-buffer",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "typed-array-byte-length",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "typed-array-byte-offset",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "typed-array-length",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "typed-inject",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "typed-rest-client",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "typescript-memoize",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "ufo",
"direct": false,
"version": "1.6.3",
"ecosystem": "npm"
},
{
"name": "unbox-primitive",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "underscore",
"direct": false,
"version": "1.13.8",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "5.26.5",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "6.21.0",
"ecosystem": "npm"
},
{
"name": "unicorn-magic",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "unicorn-magic",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "unpipe",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "unrs-resolver",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "v8-compile-cache-lib",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "validate-npm-package-license",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "vary",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "version-range",
"direct": false,
"version": "4.15.0",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "5.4.21",
"ecosystem": "npm"
},
{
"name": "vite-node",
"direct": false,
"version": "1.6.1",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "1.6.1",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "vscode-jsonrpc",
"direct": false,
"version": "8.2.0",
"ecosystem": "npm"
},
{
"name": "vscode-jsonrpc",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver-types",
"direct": false,
"version": "3.17.5",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver-types",
"direct": false,
"version": "3.18.0",
"ecosystem": "npm"
},
{
"name": "weapon-regex",
"direct": false,
"version": "1.3.6",
"ecosystem": "npm"
},
{
"name": "web-streams-polyfill",
"direct": false,
"version": "4.0.0-beta.3",
"ecosystem": "npm"
},
{
"name": "webidl-conversions",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "whatwg-url",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "which-boxed-primitive",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "which-builtin-type",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "which-collection",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "which-typed-array",
"direct": false,
"version": "1.1.20",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "widest-line",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "9.0.2",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "8.19.0",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.3",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yn",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "yoctocolors",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "yoctocolors-cjs",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "yoga-layout",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "zip-stream",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "zod-to-json-schema",
"direct": false,
"version": "3.25.1",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 1082,
"direct_count": 35,
"indirect_count": 1047
}
},
"maintainership": {
"issues": {
"open_prs": 14,
"merged_prs": 5,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 39
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "windagency",
"commits": 85,
"avatar_url": "https://avatars.githubusercontent.com/u/12913542?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"regression.yml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 6,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool detected: CodeQL",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "88 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4e974f1dc6a2c0769afb31a7a259b4190e56bb34",
"ran_at": "2026-07-27T07:43:02Z",
"aggregate_score": 6.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-25T13:46:06Z",
"oldest_open_prs": [
{
"number": 35,
"created_at": "2026-05-08T14:23:40Z",
"last_comment_at": "2026-05-08T14:23:41Z",
"last_comment_author": "dependabot"
},
{
"number": 36,
"created_at": "2026-05-09T03:00:01Z",
"last_comment_at": "2026-05-09T03:00:02Z",
"last_comment_author": "dependabot"
},
{
"number": 38,
"created_at": "2026-05-13T04:32:00Z",
"last_comment_at": "2026-05-13T04:32:01Z",
"last_comment_author": "dependabot"
},
{
"number": 39,
"created_at": "2026-05-13T07:36:27Z",
"last_comment_at": "2026-05-13T07:36:28Z",
"last_comment_author": "dependabot"
},
{
"number": 41,
"created_at": "2026-05-18T17:00:54Z",
"last_comment_at": "2026-05-18T17:00:55Z",
"last_comment_author": "dependabot"
},
{
"number": 52,
"created_at": "2026-07-13T09:00:01Z",
"last_comment_at": "2026-07-13T09:00:02Z",
"last_comment_author": "dependabot"
},
{
"number": 53,
"created_at": "2026-07-16T17:14:55Z",
"last_comment_at": "2026-07-16T17:14:56Z",
"last_comment_author": "dependabot"
},
{
"number": 54,
"created_at": "2026-07-16T17:14:59Z",
"last_comment_at": "2026-07-16T17:14:59Z",
"last_comment_author": "dependabot"
},
{
"number": 55,
"created_at": "2026-07-16T17:15:03Z",
"last_comment_at": "2026-07-16T17:15:04Z",
"last_comment_author": "dependabot"
},
{
"number": 56,
"created_at": "2026-07-16T17:15:08Z",
"last_comment_at": "2026-07-16T17:15:09Z",
"last_comment_author": "dependabot"
},
{
"number": 57,
"created_at": "2026-07-16T17:15:14Z",
"last_comment_at": "2026-07-16T17:15:14Z",
"last_comment_author": "dependabot"
},
{
"number": 58,
"created_at": "2026-07-16T17:15:23Z",
"last_comment_at": "2026-07-16T17:15:24Z",
"last_comment_author": "dependabot"
},
{
"number": 59,
"created_at": "2026-07-16T17:15:26Z",
"last_comment_at": "2026-07-16T17:15:27Z",
"last_comment_author": "dependabot"
},
{
"number": 60,
"created_at": "2026-07-20T08:59:13Z",
"last_comment_at": "2026-07-20T08:59:14Z",
"last_comment_author": "dependabot"
}
],
"last_merged_pr_at": "2026-04-09T23:33:53Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/windagency/valora.ai",
"host": "github.com",
"name": "valora.ai",
"owner": "windagency"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 67,
"vitality": 81,
"community": 33,
"governance": 38,
"engineering": 87
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 81,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"commits_last_year": 302,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 22
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "22/52 weeks with commits",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 22
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "302 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 302
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 1,
"latest_release_tag": "3.0.0",
"releases_from_tags": false,
"days_since_latest_release": 37,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 37 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 37
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"forks": 0,
"stars": 24,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "24 stars",
"points": 22.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 24
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"packages": [
"@windagency/valora"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 3796
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,796 downloads/month across npm",
"points": 47.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3796,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 38,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 8,
"inputs": {
"merged_prs": 5,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 39
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "5/44 decided PRs merged",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5,
"decided": 44
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"followers": 15,
"owner_type": "User",
"is_verified": null,
"owner_login": "windagency",
"public_repos": 16,
"account_age_days": 4058
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "15 followers of windagency",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 15,
"login": "windagency"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "16 public repos, account ~11 yr old",
"points": 21,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 16
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@windagency/valora"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "27 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 27
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "excellent",
"name": "Engineering Quality",
"value": 87,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"ai",
"anthropic",
"automation",
"cli",
"cursor",
"google",
"llm",
"mcp",
"openai",
"orchestration",
"session-based",
"workflow"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "12 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 12
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 67,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 6.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected: CodeQL",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "88 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "good",
"name": "Dependency advisories",
"note": "Matched the npm:@windagency/valora@3.0.10 runtime dependency closure — what installing the published package pulls in — 369 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@windagency/valora@3.0.10",
"assessed": 369
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 71,
"inputs": {
"source": "osv",
"advisories": 5,
"affected_packages": 4,
"assessed_packages": 369,
"unassessed_packages": 0,
"affected_by_severity": "high 3, moderate 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "4 affected: brace-expansion 2.1.2 (high 7.5), tmp 0.0.33 (high 7.5), uuid 9.0.1 (high 7.5), +1 more",
"points": 6.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 4,
"packages": "brace-expansion 2.1.2 (high 7.5), tmp 0.0.33 (high 7.5), uuid 9.0.1 (high 7.5)"
}
},
{
"code": "advisories_affected_more",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "2 advisory-carrying package(s) unaddressed past 90 days; oldest published 354 days ago",
"points": 29.1,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 2,
"oldest": 354
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 369,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 77,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.89,
"agent_instruction_files": [
"AGENTS.md",
"examples/AGENTS.md"
],
"agent_instruction_max_bytes": 7734
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, examples/AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, examples/AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "89 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 89,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": true,
"has_linter_config": true,
"typecheck_configs": [
"packages/valora-plugin-api/tsconfig.json",
"packages/valora-plugin-compression-python/tsconfig.json",
"packages/valora-plugin-compression-typescript/tsconfig.json",
"packages/valora-plugin-compression-universal/tsconfig.json",
"packages/valora-plugin-memory-vault/tsconfig.json",
"packages/valora-plugin-obsidian/tsconfig.json",
"packages/valora-plugin-ollama/tsconfig.json",
"packages/valora-plugin-openrouter/tsconfig.json",
"packages/valora-plugin-quality-gate/tsconfig.json",
"packages/valora-plugin-rtk/tsconfig.json",
"packages/valora-runtime/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "packages/valora-plugin-api/tsconfig.json, packages/valora-plugin-compression-python/tsconfig.json, packages/valora-plugin-compression-typescript/tsconfig.json, packages/valora-plugin-compression-universal/tsconfig.json, packages/valora-plugin-memory-vault/tsconfig.json, packages/valora-plugin-obsidian/tsconfig.json, packages/valora-plugin-ollama/tsconfig.json, packages/valora-plugin-openrouter/tsconfig.json, packages/valora-plugin-quality-gate/tsconfig.json, packages/valora-plugin-rtk/tsconfig.json, packages/valora-runtime/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "packages/valora-plugin-api/tsconfig.json, packages/valora-plugin-compression-python/tsconfig.json, packages/valora-plugin-compression-typescript/tsconfig.json, packages/valora-plugin-compression-universal/tsconfig.json, packages/valora-plugin-memory-vault/tsconfig.json, packages/valora-plugin-obsidian/tsconfig.json, packages/valora-plugin-ollama/tsconfig.json, packages/valora-plugin-openrouter/tsconfig.json, packages/valora-plugin-quality-gate/tsconfig.json, packages/valora-plugin-rtk/tsconfig.json, packages/valora-runtime/tsconfig.json, tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "devcontainer, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 88785,
"source_files_sampled": 874,
"oversized_source_files": 4
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "4/874 source files over 60KB",
"points": 54.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 874,
"oversized": 4
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "moderate",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T07:43:09.613644Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/windagency/valora.ai.svg",
"full_name": "windagency/valora.ai",
"license_state": "absent",
"license_spdx": null
}