viz: add AgentDetailModal — full agent profile viewer #29
ci.yml
on: push
Type-check & Test
1m 52s
Secret Scan (gitleaks)
18s
Build Frontend
0s
Docker Build
0s
Annotations
10 errors and 2 warnings
|
tests/unit/auth-middleware.test.ts > createAuthMiddleware > Bearer token authentication > should reject empty Bearer token:
tests/unit/auth-middleware.test.ts#L317
AssertionError: promise resolved "undefined" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
undefined
❯ tests/unit/auth-middleware.test.ts:317:55
|
|
tests/unit/auth-middleware.test.ts > createAuthMiddleware > Bearer token authentication > should reject invalid Bearer token:
tests/unit/auth-middleware.test.ts#L310
AssertionError: promise resolved "undefined" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
undefined
❯ tests/unit/auth-middleware.test.ts:310:55
|
|
tests/unit/auth-middleware.test.ts > createAuthMiddleware > Bearer token authentication > should authenticate with valid Bearer token:
tests/unit/auth-middleware.test.ts#L302
AssertionError: expected undefined to be defined
❯ tests/unit/auth-middleware.test.ts:302:35
|
|
tests/unit/auth-middleware.test.ts > createAuthMiddleware > method-specific wildcard matching > should reject POST to wildcard paths:
tests/unit/auth-middleware.test.ts#L278
AssertionError: promise resolved "undefined" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
undefined
❯ tests/unit/auth-middleware.test.ts:278:55
|
|
tests/unit/auth-middleware.test.ts > createAuthMiddleware > method-specific wildcard matching > should reject GET to the wildcard base path (without sub-path):
tests/unit/auth-middleware.test.ts#L273
AssertionError: promise resolved "undefined" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
undefined
❯ tests/unit/auth-middleware.test.ts:273:55
|
|
tests/unit/auth-middleware.test.ts > createAuthMiddleware > method-specific exact matching > should reject DELETE to the same path:
tests/unit/auth-middleware.test.ts#L252
AssertionError: promise resolved "undefined" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
undefined
❯ tests/unit/auth-middleware.test.ts:252:55
|
|
tests/unit/auth-middleware.test.ts > createAuthMiddleware > method-specific exact matching > should reject POST to the same path:
tests/unit/auth-middleware.test.ts#L247
AssertionError: promise resolved "undefined" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
undefined
❯ tests/unit/auth-middleware.test.ts:247:55
|
|
tests/unit/auth-middleware.test.ts > createAuthMiddleware > prefix path matching (trailing /) > should not match /dashboard without trailing slash:
tests/unit/auth-middleware.test.ts#L233
AssertionError: promise resolved "undefined" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
undefined
❯ tests/unit/auth-middleware.test.ts:233:55
|
|
tests/unit/auth-middleware.test.ts > createAuthMiddleware > exact path matching > should reject non-public paths without auth:
tests/unit/auth-middleware.test.ts#L209
AssertionError: promise resolved "undefined" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
undefined
❯ tests/unit/auth-middleware.test.ts:209:55
|
|
tests/unit/api-validation.test.ts > API Validation > CreateSessionSchema > Rejection cases > should reject budget above maximum:
tests/unit/api-validation.test.ts#L159
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ tests/unit/api-validation.test.ts:159:32
|
|
Secret Scan (gitleaks)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, gitleaks/gitleaks-action@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Type-check & Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
gitleaks-results.sarif
Expired
|
6.6 KB |
sha256:79d3144f6e74faa0d4e590dfda38fc9e4a8abb8043c510b1d5185986e05bf999
|
|