Fix CI: baseline write-endpoint security audit#383
Merged
Conversation
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
PASS tests/skills-comments-route.test.ts
PASS tests/stripe-routes.test.ts
PASS tests/share-links.test.ts
PASS tests/new-pages-wave2-render.test.tsx
PASS tests/digest-endpoints.test.ts
PASS tests/stripe-webhook-route-limits.test.ts
PASS tests/artifacts-route.test.ts
PASS tests/sanitize.test.ts
PASS tests/artifact-ratings-route.test.ts
PASS tests/viral-event-route-limits.test.ts
PASS tests/subscribe-route.test.ts
● Console
PASS tests/agent-events-delta-polling.test.ts
PASS tests/verification-v0.test.ts
PASS tests/comment-actions-route-limits.test.ts
PASS tests/feed-and-health.test.ts
PASS tests/benchmarks-page.test.tsx
PASS tests/skills-ratings-route.test.ts
PASS tests/events-page.test.tsx
PASS tests/agent-digest-surface.test.ts
PASS tests/artifacts-feeds.test.ts
PASS tests/search-quota.test.ts
● Console
PASS tests/register-route.test.ts
PASS tests/artifacts-route-limits.test.ts
PASS tests/agent-events-delta.test.ts
PASS tests/submissions-approve-route-limits.test.ts
PASS tests/viral-window-parse.test.ts
PASS tests/stripe-activate.test.ts
PASS tests/profile-route-limits.test.ts
PASS tests/comments-route-limits.test.ts
PASS tests/premium-profile-route-limits.test.ts
PASS tests/reportIssue.test.ts
PASS tests/compare.test.ts
PASS tests/agent-cursor.test.ts
Test Suites: 28 skipped, 66 passed, 66 of 94 total
Tests: 411 skipped, 422 passed, 833 total
Snapshots: 0 total
Time: 7.007 s
Ran all test suites.
├ ○ /stats 5m 1y
├ ○ /status
├ ○ /studio
├ ○ /submit
├ ○ /subscribe
├ ○ /subscribe/success
├ ○ /support
├ ○ /templates
├ ● /templates/[id]
│ ├ /templates/hello-world
│ ├ /templates/api-connector
│ ├ /templates/data-pipeline
│ └ [+7 more paths]
├ ○ /terms
├ ○ /testimonials
├ ○ /testing
├ ○ /testing-hub
├ ○ /testing-hub/benchmarks
├ ○ /testing-hub/cases
├ ○ /testing-hub/ci-cd
├ ƒ /trace
├ ○ /trending 5m 1y
├ ○ /trust
├ ○ /trust-center
├ ○ /updates
├ ○ /use-cases
├ ○ /verify
├ ○ /whats-new
├ ○ /workflows
├ ƒ /workflows/[id]
└ ○ /workflows/builder
ƒ Proxy (Middleware)
○ (Static) prerendered as static content
● (SSG) prerendered as static HTML (uses generateStaticParams)
ƒ (Dynamic) server-rendered on demand
audit-write-endpoints: WARN (38 existing violations; no new ones)
/private/tmp/fa-ci-fix2/tests/integrations-detail-page.test.tsx
151:14 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/tests/notifications-page.test.tsx
121:31 warning 'onValueChange' is defined but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/tests/partners-detail-page.test.tsx
175:14 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/src/app/accessibility/page.tsx
1:8 warning 'Link' is defined but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/src/app/analytics/heatmap/page.tsx
314:61 warning 'index' is defined but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/src/app/api-docs/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/api/careers/route.ts
8:7 warning 'VALID_TYPES' is assigned a value but only used as a type @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/src/app/api/recommendations/route.ts
3:10 warning 'NEED_CATEGORIES' is defined but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/src/app/badges/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/blog/[slug]/error.tsx
11:48 warning '_error' is defined but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/src/app/blog/[slug]/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/blog/error.tsx
10:44 warning '_error' is defined but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/src/app/blog/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/bounties/[id]/bounty-detail-client.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/bounties/[id]/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/bounties/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/careers/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/certifications/[slug]/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/certifications/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/community/[id]/discussion-detail-client.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/community/[id]/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/community/community-client.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/community/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/creators/[username]/page.tsx
6:10 warning 'Breadcrumbs' is defined but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/src/app/creators/[username]/stats/page.tsx
4:10 warning 'Breadcrumbs' is defined but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/src/app/diagnostics/diagnostics-client.tsx
35:18 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/src/app/economics/compare/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/economics/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/ecosystem/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/get-started/page.tsx
4:10 warning 'Breadcrumbs' is defined but never used @typescript-eslint/no-unused-vars
5:8 warning 'Link' is defined but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/src/app/interop/[protocol]/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/interop/decision-guide/decision-guide-client.tsx
3:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/interop/decision-guide/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/interop/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/mcp/health/[slug]/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/mcp/health/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/memory-patterns/[pattern]/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/memory-patterns/cookbook/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/memory-patterns/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/metrics/page.tsx
80:9 warning 'getStatusColor' is assigned a value but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/src/app/migrate/guide/page.tsx
13:3 warning 'TrendingUp' is defined but never used @typescript-eslint/no-unused-vars
31:8 warning 'skillVersions' is defined but never used @typescript-eslint/no-unused-vars
170:38 warning 'idx' is defined but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/src/app/notifications/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/observability-guide/tracing/page.tsx
3:10 warning 'useState' is defined but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/src/app/observability/page.tsx
3:15 warning 'Metadata' is defined but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/src/app/onboarding/onboarding-wizard.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/onboarding/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/partners/[slug]/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/partners/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/releases/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/search/page.tsx
391:13 warning The attribute aria-expanded is not supported by the role searchbox jsx-a11y/role-supports-aria-props
/private/tmp/fa-ci-fix2/src/app/showcase/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/skills/[slug]/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
16:10 warning 'Breadcrumbs' is defined but never used @typescript-eslint/no-unused-vars
/private/tmp/fa-ci-fix2/src/app/sponsor/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/trust-center/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/trust/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/use-cases/use-cases-client.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/workflows/[id]/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/workflows/builder/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/app/workflows/page.tsx
1:1 warning Unused eslint-disable directive (no problems were reported from 'react/no-unescaped-entities')
/private/tmp/fa-ci-fix2/src/components/compare/CompareSkillsPageClient.tsx
140:6 warning React Hook useEffect has a missing dependency: 'effectiveSlugs'. Either include it or remove the dependency array react-hooks/exhaustive-deps
140:7 warning React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked react-hooks/exhaustive-deps
✖ 66 problems (0 errors, 66 warnings)
0 errors and 42 warnings potentially fixable with the
--fixoption.▲ Next.js 16.1.6 (Turbopack)
Creating an optimized production build ...
✓ Compiled successfully in 4.7s
Running TypeScript ...
Collecting page data using 9 workers ...
Generating static pages using 9 workers (0/725) ...
Generating static pages using 9 workers (181/725)
Generating static pages using 9 workers (362/725)
Generating static pages using 9 workers (543/725)
✓ Generating static pages using 9 workers (725/725) in 1177.2ms
Finalizing page optimization ...
Route (app) Revalidate Expire
┌ ○ / 5m 1y
├ ○ /_not-found
├ ƒ /.well-known/agent.json
├ ○ /about
├ ○ /accessibility
├ ○ /acp
├ ○ /admin/submissions
├ ○ /agent-playground
├ ○ /agents
├ ● /agents/[handle]
│ ├ /agents/kai
│ ├ /agents/scout
│ ├ /agents/link
│ └ [+41 more paths]
├ ○ /analytics
├ ○ /analytics/heatmap
├ ○ /api-docs
├ ƒ /api/acp.json
├ ƒ /api/acp.md
├ ƒ /api/admin/stripe/reconcile
├ ƒ /api/agent-card
├ ƒ /api/agents
├ ƒ /api/agents.json
├ ƒ /api/agents.md
├ ƒ /api/agents/[handle]
├ ƒ /api/agents/[handle]/agent-json
├ ƒ /api/agents/[handle]/events
├ ƒ /api/agents/[handle]/events/delta
├ ƒ /api/agents/profile
├ ƒ /api/agents/profile/premium
├ ƒ /api/analytics
├ ƒ /api/artifacts
├ ƒ /api/artifacts/[id]
├ ƒ /api/artifacts/[id]/comments
├ ƒ /api/artifacts/[id]/ratings
├ ƒ /api/artifacts/[id]/ratings/summary
├ ƒ /api/artifacts/[id]/remix
├ ƒ /api/badge/[handle]
├ ƒ /api/badges
├ ƒ /api/badges/[id]
├ ƒ /api/benchmarks
├ ƒ /api/blog
├ ƒ /api/blog/[slug]
├ ƒ /api/bookmarks
├ ƒ /api/bootstrap
├ ƒ /api/bootstrap.json
├ ƒ /api/bootstrap/verify
├ ƒ /api/bounties
├ ƒ /api/bounties.json
├ ƒ /api/bounties/[id]
├ ƒ /api/bounties/[id]/claim
├ ƒ /api/canary/results
├ ƒ /api/canary/run
├ ƒ /api/canary/scorecards
├ ƒ /api/careers
├ ƒ /api/certifications
├ ƒ /api/certifications/[slug]
├ ƒ /api/changelog
├ ƒ /api/collections
├ ƒ /api/collections/[slug]
├ ƒ /api/collections/[slug]/items
├ ƒ /api/collections/[slug]/items/[itemId]
├ ƒ /api/comments
├ ƒ /api/comments/[id]/flag
├ ƒ /api/comments/[id]/upvote
├ ƒ /api/community
├ ƒ /api/community/[id]
├ ƒ /api/compliance
├ ƒ /api/contact
├ ƒ /api/contributors
├ ƒ /api/cron/digest
├ ƒ /api/developer
├ ƒ /api/digest
├ ƒ /api/digest.json
├ ƒ /api/digest.md
├ ƒ /api/digest/send
├ ƒ /api/docs
├ ƒ /api/economics
├ ƒ /api/ecosystem
├ ƒ /api/events
├ ƒ /api/events/[id]
├ ƒ /api/faq
├ ƒ /api/faq/[id]
├ ƒ /api/feed
├ ƒ /api/feed.json
├ ƒ /api/feed.md
├ ƒ /api/feed.rss
├ ƒ /api/feed/delta
├ ƒ /api/getting-started.md
├ ƒ /api/glossary
├ ƒ /api/guides
├ ƒ /api/guides/[slug]
├ ƒ /api/guides/integration.md
├ ƒ /api/health
├ ƒ /api/health/agents
├ ƒ /api/health/feed
├ ƒ /api/health/report
├ ƒ /api/how-to-submit.md
├ ƒ /api/ingest
├ ƒ /api/integrations
├ ƒ /api/integrations/[slug]
├ ƒ /api/leaderboard
├ ƒ /api/llms-directory.md
├ ƒ /api/macros.json
├ ƒ /api/mcp
├ ƒ /api/mcp-health
├ ƒ /api/mcp.json
├ ƒ /api/mcp.md
├ ƒ /api/mcp/[slug]
├ ƒ /api/mcp/[slug]/install
├ ƒ /api/mcp/servers
├ ƒ /api/meaning-of-life
├ ƒ /api/metrics-template
├ ƒ /api/metrics/viral/artifacts
├ ƒ /api/metrics/viral/event
├ ƒ /api/metrics/viral/summary
├ ƒ /api/news/[id]/comments
├ ƒ /api/news/[id]/comments.md
├ ƒ /api/notifications/preferences
├ ƒ /api/og
├ ƒ /api/og/bounties
├ ƒ /api/og/bounties/[id]
├ ƒ /api/og/canary
├ ƒ /api/og/changelog
├ ƒ /api/og/collections
├ ƒ /api/og/compare
├ ƒ /api/og/creator/[username]
├ ƒ /api/og/digest
├ ƒ /api/og/health
├ ƒ /api/og/inbox
├ ƒ /api/og/leaderboard
├ ƒ /api/og/macros
├ ƒ /api/og/macros/[id]
├ ƒ /api/og/mcp
├ ƒ /api/og/requests
├ ƒ /api/og/skill/[slug]
├ ƒ /api/og/stack/[id]
├ ƒ /api/og/stats
├ ƒ /api/og/trace
├ ƒ /api/onboarding
├ ƒ /api/partners
├ ƒ /api/partners/apply
├ ƒ /api/ping
├ ƒ /api/playground
├ ƒ /api/pricing
├ ○ /api/productivity
├ ƒ /api/profile
├ ƒ /api/public/collections/[slug]
├ ƒ /api/quickstart.md
├ ƒ /api/recommendations
├ ƒ /api/register
├ ƒ /api/releases
├ ƒ /api/requests
├ ƒ /api/requests/[id]/vote
├ ƒ /api/revenue/healthcheck
├ ƒ /api/reviews
├ ƒ /api/roadmap
├ ƒ /api/roadmap/[id]
├ ƒ /api/roadmap/vote
├ ƒ /api/sandbox/validate
├ ƒ /api/search
├ ƒ /api/search.md
├ ƒ /api/share.json
├ ƒ /api/showcase
├ ƒ /api/showcase/[id]
├ ƒ /api/skill/[slug]
├ ƒ /api/skill/foragents
├ ƒ /api/skills
├ ƒ /api/skills.json
├ ƒ /api/skills.md
├ ƒ /api/skills/[slug]
├ ƒ /api/skills/[slug]/comments
├ ƒ /api/skills/[slug]/install
├ ƒ /api/skills/[slug]/ratings
├ ƒ /api/sponsor
├ ƒ /api/stack-card
├ ƒ /api/stats
├ ƒ /api/status
├ ƒ /api/status/history
├ ƒ /api/stripe/activate
├ ƒ /api/stripe/checkout-session
├ ƒ /api/stripe/portal-session
├ ƒ /api/stripe/webhook
├ ƒ /api/submissions
├ ƒ /api/submissions/[id]/approve
├ ƒ /api/submissions/[id]/reject
├ ƒ /api/submissions/review
├ ƒ /api/submit
├ ƒ /api/subscribe
├ ƒ /api/subscription
├ ƒ /api/subscription/portal
├ ƒ /api/trace/[id]
├ ƒ /api/track/install
├ ƒ /api/track/view
├ ƒ /api/trending
├ ƒ /api/trending/skills
├ ƒ /api/trust
├ ƒ /api/use-cases
├ ƒ /api/use-cases/[id]
├ ƒ /api/verify
├ ƒ /api/verify/check
├ ƒ /api/verify/start
├ ƒ /api/verify/status
├ ƒ /api/webhooks/stripe
├ ƒ /api/workflows
├ ƒ /api/workflows/[id]
├ ○ /artifacts
├ ƒ /artifacts/[id]
├ ƒ /b
├ ○ /badges
├ ○ /benchmarks
├ ● /benchmarks/[category]
│ ├ /benchmarks/reasoning
│ ├ /benchmarks/tool-use
│ ├ /benchmarks/code-generation
│ └ [+2 more paths]
├ ○ /benchmarks/submit
├ ○ /blog
├ ƒ /blog/[slug]
├ ○ /bookmarks
├ ○ /bootstrap
├ ƒ /bounties
├ ƒ /bounties/[id]
├ ○ /brand
├ ○ /builder
├ ƒ /c/[slug]
├ ○ /calculator
├ ƒ /canary
├ ○ /careers
├ ○ /certifications
├ ● /certifications/[slug]
│ ├ /certifications/agent-foundations
│ ├ /certifications/workflow-automation-builder
│ ├ /certifications/multi-agent-systems-engineer
│ └ [+3 more paths]
├ ƒ /changelog
├ ƒ /collections
├ ● /collections/[slug]
├ ○ /community
├ ƒ /community/[id]
├ ○ /compare
├ ○ /compliance
├ ○ /compliance/audit
├ ○ /compliance/governance
├ ○ /compliance/responsible-ai
├ ○ /connectors
├ ● /connectors/[slug]
│ ├ /connectors/github
│ ├ /connectors/sentry
│ ├ /connectors/linear
│ └ [+9 more paths]
├ ○ /connectors/oauth-guide
├ ○ /connectors/vault
├ ○ /contact
├ ○ /contribute
├ ○ /creators
├ ● /creators/[username]
│ ├ /creators/ClawHub%20Community
│ └ /creators/Team%20Reflectt
├ ● /creators/[username]/stats
│ ├ /creators/ClawHub%20Community/stats
│ └ /creators/Team%20Reflectt/stats
├ ○ /credits
├ ○ /debug
├ ○ /debug/errors
├ ○ /debug/prompts
├ ○ /debug/tools
├ ○ /demos
├ ƒ /dependencies
├ ○ /developer
├ ○ /diagnostics
├ ○ /diagnostics/errors
├ ○ /diagnostics/profiler
├ ○ /diagnostics/runtime
├ ○ /diff
├ ƒ /digest
├ ○ /docs/api
├ ○ /docs/playground
├ ○ /docs/verification
├ ○ /economics
├ ○ /economics/compare
├ ○ /ecosystem
├ ○ /ecosystem/stats
├ ○ /enterprise
├ ○ /events
├ ○ /faq
├ ○ /feeds
├ ƒ /feeds/artifacts.json
├ ƒ /feeds/artifacts.rss
├ ○ /forum
├ ƒ /forum/[id]
├ ○ /get-started
├ ○ /getting-started
├ ○ /glossary
├ ○ /governance
├ ○ /governance/accountability
├ ○ /governance/safety
├ ○ /guides
├ ● /guides/[slug]
│ ├ /guides/first-agent-15-minutes
│ ├ /guides/prompt-contracts-dont-drift
│ ├ /guides/secure-tool-use-agent-actions
│ └ [+5 more paths]
├ ○ /guides/kit-integration
├ ƒ /health
├ ○ /history
├ ○ /hosting
├ ○ /hosting/cloud
├ ○ /hosting/containers
├ ○ /hosting/local
├ ○ /identity
├ ○ /identity/auth
├ ○ /identity/decentralized
├ ○ /identity/trust
├ ○ /inbox
├ ○ /integrations
├ ● /integrations/[slug]
│ ├ /integrations/datadog
│ ├ /integrations/grafana-cloud
│ ├ /integrations/aws-s3
│ └ [+7 more paths]
├ ○ /interop
├ ● /interop/[protocol]
│ ├ /interop/mcp
│ ├ /interop/a2a
│ ├ /interop/openapi
│ └ [+5 more paths]
├ ○ /interop/decision-guide
├ ○ /leaderboard
├ ○ /leaderboard/agents
├ ○ /learn
├ ○ /llms-txt
├ ƒ /llms.txt
├ ○ /macros 5m 1y
├ ƒ /macros/[id]
├ ○ /marketplace
├ ○ /mcp
├ ● /mcp/[slug]
│ ├ /mcp/filesystem
│ ├ /mcp/desktop-commander
│ ├ /mcp/memory
│ └ [+18 more paths]
├ ○ /mcp/health
├ ● /mcp/health/[slug]
│ ├ /mcp/health/github
│ ├ /mcp/health/slack
│ ├ /mcp/health/notion
│ └ [+13 more paths]
├ ○ /memory-patterns
├ ● /memory-patterns/[pattern]
│ ├ /memory-patterns/session-memory
│ ├ /memory-patterns/persistent-files
│ ├ /memory-patterns/vector-store
│ └ [+3 more paths]
├ ○ /memory-patterns/cookbook
├ ○ /metrics
├ ○ /migrate
├ ○ /migrate/guide
├ ○ /monetization
├ ○ /monetization/calculator
├ ○ /monetization/cases
├ ○ /monetization/x402
├ ○ /network
├ ● /news/[id]
│ ├ /news/feed-1p8k0q
│ ├ /news/feed-x9w2m1
│ ├ /news/feed-6rj3t8
│ └ [+221 more paths]
├ ○ /newsletter
├ ○ /notifications
├ ○ /observability
├ ○ /observability-guide
├ ○ /observability-guide/logging
├ ○ /observability-guide/metrics
├ ○ /observability-guide/tracing
├ ○ /onboard
├ ○ /onboarding
├ ○ /open-source
├ ○ /partners
├ ● /partners/[slug]
│ ├ /partners/openclaw
│ ├ /partners/anthropic
│ ├ /partners/supabase
│ └ [+5 more paths]
├ ○ /performance
├ ○ /performance/caching
├ ○ /performance/scaling
├ ○ /performance/tokens
├ ƒ /playground
├ ○ /playground/sandbox
├ ○ /playground/skills
├ ○ /press
├ ○ /pricing
├ ○ /privacy
├ ○ /productivity
├ ● /productivity/[agent]
│ ├ /productivity/atlas
│ ├ /productivity/nova
│ ├ /productivity/delta
│ └ [+9 more paths]
├ ○ /protocols
├ ƒ /quickstart.md
├ ○ /registry
├ ● /registry/[handle]
│ ├ /registry/sentinel
│ ├ /registry/codex
│ ├ /registry/muse
│ └ [+11 more paths]
├ ○ /releases
├ ƒ /releases/rss.xml
├ ○ /requests
├ ○ /resources
├ ○ /reviews
├ ○ /roadmap
├ ƒ /roadmap/[id]
├ ○ /robots.txt
├ ○ /sandbox
├ ○ /search
├ ○ /security
├ ○ /security-guide
├ ○ /security-guide/injection
├ ○ /security-guide/network
├ ○ /security-guide/secrets
├ ○ /settings
├ ○ /settings/billing
├ ○ /settings/notifications
├ ○ /settings/profile
├ ○ /settings/profile/premium
├ ƒ /setup
├ ○ /setup/quick
├ ○ /showcase
├ ○ /sitemap-visual
├ ○ /sitemap.xml
├ ƒ /skill.md
├ ○ /skills 5m 1y
├ ● /skills/[slug]
│ ├ /skills/agent-memory-kit
│ ├ /skills/agent-autonomy-kit
│ ├ /skills/agent-team-kit
│ └ [+12 more paths]
├ ○ /skills/compare
├ ○ /spaces
├ ƒ /spaces/[id]
├ ○ /sponsor
├ ƒ /stack
├ ○ /stats 5m 1y
├ ○ /status
├ ○ /studio
├ ○ /submit
├ ○ /subscribe
├ ○ /subscribe/success
├ ○ /support
├ ○ /templates
├ ● /templates/[id]
│ ├ /templates/hello-world
│ ├ /templates/api-connector
│ ├ /templates/data-pipeline
│ └ [+7 more paths]
├ ○ /terms
├ ○ /testimonials
├ ○ /testing
├ ○ /testing-hub
├ ○ /testing-hub/benchmarks
├ ○ /testing-hub/cases
├ ○ /testing-hub/ci-cd
├ ƒ /trace
├ ○ /trending 5m 1y
├ ○ /trust
├ ○ /trust-center
├ ○ /updates
├ ○ /use-cases
├ ○ /verify
├ ○ /whats-new
├ ○ /workflows
├ ƒ /workflows/[id]
└ ○ /workflows/builder
ƒ Proxy (Middleware)
○ (Static) prerendered as static content
● (SSG) prerendered as static HTML (uses generateStaticParams)
ƒ (Dynamic) server-rendered on demand