Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

chenyme/grok2api

https://github.com/chenyme/grok2api · scanned 2026-07-23 08:33 UTC (5 days, 10 hours ago)

74 raw signals (0 security + 74 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 10 hours ago · v4 · last Δ +4.0 (diff) · 57 actionable findings from 1 signal source. 17 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 1271 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.

LabelLayerStatusPath
copyToClipboard software healthy frontend/src/shared/clipboard.ts:copyToClipboard
legacyCopy software healthy frontend/src/shared/clipboard.ts:legacyCopy
tools software healthy frontend/src/shared/i18n/index.ts:tools
tool software healthy frontend/src/shared/i18n/index.ts:tool
readStoredLanguage software healthy frontend/src/shared/i18n/index.ts:readStoredLanguage
storeLanguage software healthy frontend/src/shared/i18n/index.ts:storeLanguage
AuthProvider software healthy frontend/src/shared/auth/auth-context.tsx:AuthProvider
login software healthy frontend/src/shared/auth/auth-context.tsx:login
logout software healthy frontend/src/shared/auth/auth-context.tsx:logout
changePassword software healthy frontend/src/shared/auth/auth-context.tsx:changePassword
useAuth software healthy frontend/src/shared/auth/use-auth.ts:useAuth
isOptional software healthy frontend/src/shared/api/decoder.ts:isOptional
isArrayOf software healthy frontend/src/shared/api/decoder.ts:isArrayOf
isRecordOf software healthy frontend/src/shared/api/decoder.ts:isRecordOf
isOneOf software healthy frontend/src/shared/api/decoder.ts:isOneOf
hasShape software healthy frontend/src/shared/api/decoder.ts:hasShape
createObjectDecoder software healthy frontend/src/shared/api/decoder.ts:createObjectDecoder
createValidatedDecoder software healthy frontend/src/shared/api/decoder.ts:createValidatedDecoder
decodeBooleanResult software healthy frontend/src/shared/api/decoder.ts:decodeBooleanResult
decodeCountResult software healthy frontend/src/shared/api/decoder.ts:decodeCountResult
createPaginatedDecoder software healthy frontend/src/shared/api/decoder.ts:createPaginatedDecoder
setAccessToken software healthy frontend/src/shared/api/client.ts:setAccessToken
subscribeSessionInvalidated software healthy frontend/src/shared/api/client.ts:subscribeSessionInvalidat…
invalidateSession software healthy frontend/src/shared/api/client.ts:invalidateSession
localizedErrorMessage software healthy frontend/src/shared/api/client.ts:localizedErrorMessage
parseResponse software healthy frontend/src/shared/api/client.ts:parseResponse
isRecord software healthy frontend/src/shared/api/client.ts:isRecord
readErrorEnvelope software healthy frontend/src/shared/api/client.ts:readErrorEnvelope
requestRefresh software healthy frontend/src/shared/api/client.ts:requestRefresh
requestRefreshWithBrowserLock software healthy frontend/src/shared/api/client.ts:requestRefreshWithBrowser…
refreshAccessToken software healthy frontend/src/shared/api/client.ts:refreshAccessToken
sendApiRequest software healthy frontend/src/shared/api/client.ts:sendApiRequest
apiRequest software healthy frontend/src/shared/api/client.ts:apiRequest
apiEventStream software healthy frontend/src/shared/api/client.ts:apiEventStream
dispatch software healthy frontend/src/shared/api/client.ts:dispatch
readEventStreamChunk software healthy frontend/src/shared/api/client.ts:readEventStreamChunk
apiDownload software healthy frontend/src/shared/api/client.ts:apiDownload
decodeNever software healthy frontend/src/shared/api/client.ts:decodeNever
PeriodSelector software healthy frontend/src/shared/components/period-selector.tsx:PeriodSe…
CopyButton software healthy frontend/src/shared/components/copy-button.tsx:CopyButton
handleClick software healthy frontend/src/shared/components/copy-button.tsx:handleClick
DataTableFilters software healthy frontend/src/shared/components/data-table-filters.tsx:DataT…
DateTimePicker software healthy frontend/src/shared/components/date-time-picker.tsx:DateTim…
enteredTimeParts software healthy frontend/src/shared/components/date-time-picker.tsx:entered…
selectDate software healthy frontend/src/shared/components/date-time-picker.tsx:selectD…
commitTime software healthy frontend/src/shared/components/date-time-picker.tsx:commitT…
getTimeParts software healthy frontend/src/shared/components/date-time-picker.tsx:getTime…
normalizedTimeParts software healthy frontend/src/shared/components/date-time-picker.tsx:normali…
clampTimePart software healthy frontend/src/shared/components/date-time-picker.tsx:clampTi…
parseLocalDateTime software healthy frontend/src/shared/components/date-time-picker.tsx:parseLo…

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
README.zh-CN.md software healthy README.zh-CN.md
README.md software healthy README.md
config.example.yaml software healthy config.example.yaml
Dockerfile software healthy Dockerfile
Makefile software healthy Makefile
LICENSE software healthy LICENSE
docker-compose.yml software healthy docker-compose.yml
tsconfig.app.json software healthy frontend/tsconfig.app.json
vite.config.ts software healthy frontend/vite.config.ts
README.md software healthy frontend/README.md
pnpm-lock.yaml software healthy frontend/pnpm-lock.yaml
package.json software healthy frontend/package.json
tsconfig.node.json software healthy frontend/tsconfig.node.json
index.html software healthy frontend/index.html
components.json software healthy frontend/components.json
eslint.config.js software healthy frontend/eslint.config.js
tsconfig.json software healthy frontend/tsconfig.json
runtime-config.js software healthy frontend/public/runtime-config.js
index.css software healthy frontend/src/index.css
main.tsx software healthy frontend/src/main.tsx
vite-env.d.ts software healthy frontend/src/vite-env.d.ts
runtime-config.d.ts software healthy frontend/src/types/runtime-config.d.ts
clipboard.ts software healthy frontend/src/shared/clipboard.ts
index.ts software healthy frontend/src/shared/i18n/index.ts
runtime-config.ts software healthy frontend/src/shared/config/runtime-config.ts
auth-context.tsx software healthy frontend/src/shared/auth/auth-context.tsx
use-auth.ts software healthy frontend/src/shared/auth/use-auth.ts
auth-state.ts software healthy frontend/src/shared/auth/auth-state.ts
decoder.ts software healthy frontend/src/shared/api/decoder.ts
client.ts software healthy frontend/src/shared/api/client.ts
period-selector.tsx software healthy frontend/src/shared/components/period-selector.tsx
copy-button.tsx software healthy frontend/src/shared/components/copy-button.tsx
data-table-filters.tsx software healthy frontend/src/shared/components/data-table-filters.tsx
date-time-picker.tsx software healthy frontend/src/shared/components/date-time-picker.tsx
sortable-table-head.tsx software healthy frontend/src/shared/components/sortable-table-head.tsx
data-table-shell.tsx software healthy frontend/src/shared/components/data-table-shell.tsx
data-state.tsx software healthy frontend/src/shared/components/data-state.tsx
pagination.tsx software healthy frontend/src/shared/components/pagination.tsx
github-mark.tsx software healthy frontend/src/shared/components/github-mark.tsx
virtual-table-body.tsx software healthy frontend/src/shared/components/virtual-table-body.tsx
site-footer.tsx software healthy frontend/src/shared/components/site-footer.tsx
page-header.tsx software healthy frontend/src/shared/components/page-header.tsx
table-sort.ts software healthy frontend/src/shared/lib/table-sort.ts
format.ts software healthy frontend/src/shared/lib/format.ts
period.ts software healthy frontend/src/shared/lib/period.ts
cn.ts software healthy frontend/src/shared/lib/cn.ts
use-debounced-value.ts software healthy frontend/src/shared/hooks/use-debounced-value.ts
spinner.tsx software healthy frontend/src/components/ui/spinner.tsx
table.tsx software healthy frontend/src/components/ui/table.tsx
sheet.tsx software healthy frontend/src/components/ui/sheet.tsx

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
frontend software healthy frontend
public software healthy frontend/public
src software healthy frontend/src
types software healthy frontend/src/types
shared software healthy frontend/src/shared
i18n software healthy frontend/src/shared/i18n
config software healthy frontend/src/shared/config
auth software healthy frontend/src/shared/auth
api software healthy frontend/src/shared/api
components software healthy frontend/src/shared/components
lib software healthy frontend/src/shared/lib
hooks software healthy frontend/src/shared/hooks
components software healthy frontend/src/components
ui software healthy frontend/src/components/ui
app software healthy frontend/src/app
entities software healthy frontend/src/entities
system software healthy frontend/src/entities/system
model software healthy frontend/src/entities/model
features software healthy frontend/src/features
settings software healthy frontend/src/features/settings
models software healthy frontend/src/features/models
auth software healthy frontend/src/features/auth
media software healthy frontend/src/features/media
audits software healthy frontend/src/features/audits
docs software healthy frontend/src/features/docs
dashboard software healthy frontend/src/features/dashboard
accounts software healthy frontend/src/features/accounts
creative-console software healthy frontend/src/features/creative-console
system software healthy frontend/src/features/system
client-keys software healthy frontend/src/features/client-keys
docker software healthy docker
backend software healthy backend
internal software healthy backend/internal
buildinfo software healthy backend/internal/buildinfo
shared software healthy backend/internal/shared
response software healthy backend/internal/shared/response
cli software healthy backend/internal/cli
app software healthy backend/internal/app
repository software healthy backend/internal/repository
transport software healthy backend/internal/transport
http software healthy backend/internal/transport/http
settings software healthy backend/internal/transport/http/settings
middleware software healthy backend/internal/transport/http/middleware
media software healthy backend/internal/transport/http/media
dashboard software healthy backend/internal/transport/http/dashboard
audit software healthy backend/internal/transport/http/audit
clientkey software healthy backend/internal/transport/http/clientkey
system software healthy backend/internal/transport/http/system
egress software healthy backend/internal/transport/http/egress
inference software healthy backend/internal/transport/http/inference

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
@hookform/resolvers@^5.4.0 dependencies healthy frontend/package.json
@radix-ui/react-alert-dialog@^1.1.19 dependencies healthy frontend/package.json
@radix-ui/react-checkbox@^1.3.7 dependencies healthy frontend/package.json
@radix-ui/react-dialog@^1.1.19 dependencies healthy frontend/package.json
@radix-ui/react-dropdown-menu@^2.1.20 dependencies healthy frontend/package.json
@radix-ui/react-label@^2.1.11 dependencies healthy frontend/package.json
@radix-ui/react-popover@^1.1.19 dependencies healthy frontend/package.json
@radix-ui/react-select@^2.3.3 dependencies healthy frontend/package.json
@radix-ui/react-slot@^1.3.0 dependencies healthy frontend/package.json
@radix-ui/react-switch@^1.3.3 dependencies healthy frontend/package.json
@radix-ui/react-tabs@^1.1.17 dependencies healthy frontend/package.json
@radix-ui/react-tooltip@^1.2.12 dependencies healthy frontend/package.json
@shadcn/react@^0.2.1 dependencies healthy frontend/package.json
@tanstack/react-query@^5.101.2 dependencies healthy frontend/package.json
class-variance-authority@^0.7.1 dependencies healthy frontend/package.json
clsx@^2.1.1 dependencies healthy frontend/package.json
date-fns@^4.4.0 dependencies healthy frontend/package.json
i18next@^26.3.6 dependencies healthy frontend/package.json
lucide-react@^1.24.0 dependencies healthy frontend/package.json
marked@^18.0.6 dependencies healthy frontend/package.json
next-themes@^0.4.6 dependencies healthy frontend/package.json
react@^19.2.7 dependencies healthy frontend/package.json
react-day-picker@^10.0.1 dependencies healthy frontend/package.json
react-dom@^19.2.7 dependencies healthy frontend/package.json
react-hook-form@^7.81.0 dependencies healthy frontend/package.json
react-i18next@^17.0.9 dependencies healthy frontend/package.json
react-router-dom@^7.18.1 dependencies healthy frontend/package.json
[email protected] dependencies healthy frontend/package.json
sonner@^2.0.7 dependencies healthy frontend/package.json
tailwind-merge@^3.6.0 dependencies healthy frontend/package.json
tw-animate-css@^1.4.0 dependencies healthy frontend/package.json
zod@^4.4.3 dependencies healthy frontend/package.json
@eslint/js@^10.0.1 dependencies healthy frontend/package.json
@tailwindcss/vite@^4.3.2 dependencies healthy frontend/package.json
@types/node@^26.1.1 dependencies healthy frontend/package.json
@types/react@^19.2.17 dependencies healthy frontend/package.json
@types/react-dom@^19.2.3 dependencies healthy frontend/package.json
@vitejs/plugin-react@^6.0.3 dependencies healthy frontend/package.json
eslint@^10.6.0 dependencies healthy frontend/package.json
eslint-plugin-react-hooks@^7.1.1 dependencies healthy frontend/package.json
eslint-plugin-react-refresh@^0.5.3 dependencies healthy frontend/package.json
globals@^17.7.0 dependencies healthy frontend/package.json
tailwindcss@^4.3.2 dependencies healthy frontend/package.json
typescript@^6.0.2 dependencies healthy frontend/package.json
typescript-eslint@^8.63.0 dependencies healthy frontend/package.json
vite@^8.1.4 dependencies healthy frontend/package.json

LabelLayerStatusPath
auth::backend/internal/infra/provider/cli/fallback.go security healthy backend/internal/infra/provider/cli/fallback.go
auth::backend/internal/application/adminauth/service.go security healthy backend/internal/application/adminauth/service.go
auth::backend/internal/infra/provider/definition.go security healthy backend/internal/infra/provider/definition.go
auth::backend/internal/transport/http/account/handler.go security healthy backend/internal/transport/http/account/handler.go
auth::backend/internal/infra/persistence/relational/models.… security healthy backend/internal/infra/persistence/relational/models.go
auth::backend/internal/infra/provider/provider.go security healthy backend/internal/infra/provider/provider.go
auth::backend/internal/infra/config/config.go security healthy backend/internal/infra/config/config.go
auth::backend/internal/infra/persistence/relational/dashboa… security healthy backend/internal/infra/persistence/relational/dashboard_rep…
auth::backend/internal/infra/persistence/relational/reposit… security healthy backend/internal/infra/persistence/relational/repository_te…
auth::backend/internal/domain/account/account.go security healthy backend/internal/domain/account/account.go
auth::backend/internal/infra/provider/cli/billing_test.go security healthy backend/internal/infra/provider/cli/billing_test.go
auth::.github/ISSUE_TEMPLATE/bug_report.yml security healthy .github/ISSUE_TEMPLATE/bug_report.yml
auth::backend/internal/infra/provider/cli/import.go security healthy backend/internal/infra/provider/cli/import.go
auth::backend/internal/infra/provider/web/sso_build.go security healthy backend/internal/infra/provider/web/sso_build.go
auth::backend/internal/infra/provider/cli/video_test.go security healthy backend/internal/infra/provider/cli/video_test.go
auth::backend/internal/infra/provider/cli/normalize_test.go security healthy backend/internal/infra/provider/cli/normalize_test.go
auth::backend/internal/infra/provider/cli/adapter_test.go security healthy backend/internal/infra/provider/cli/adapter_test.go
auth::README.md security healthy README.md
auth::backend/internal/infra/provider/cli/oauth.go security healthy backend/internal/infra/provider/cli/oauth.go
auth::backend/internal/infra/security/cipher.go security healthy backend/internal/infra/security/cipher.go
auth::backend/internal/infra/provider/cli/adapter.go security healthy backend/internal/infra/provider/cli/adapter.go
auth::backend/internal/application/gateway/selector.go security healthy backend/internal/application/gateway/selector.go
auth::backend/internal/repository/account.go security healthy backend/internal/repository/account.go
auth::backend/internal/infra/persistence/relational/list_fi… security healthy backend/internal/infra/persistence/relational/list_filter_r…
auth::frontend/src/shared/i18n/index.ts security healthy frontend/src/shared/i18n/index.ts
auth::backend/internal/repository/runtime.go security healthy backend/internal/repository/runtime.go
auth::backend/internal/infra/security/token.go security healthy backend/internal/infra/security/token.go
auth::backend/internal/application/account/credential_refre… security healthy backend/internal/application/account/credential_refresh_tes…
auth::backend/internal/infra/runtime/redis/store.go security healthy backend/internal/infra/runtime/redis/store.go
auth::backend/internal/infra/egress/manager.go security healthy backend/internal/infra/egress/manager.go
auth::backend/go.mod security healthy backend/go.mod
auth::backend/internal/infra/runtime/memory/store.go security healthy backend/internal/infra/runtime/memory/store.go
auth::backend/internal/application/account/credential_sched… security healthy backend/internal/application/account/credential_scheduler.go
auth::backend/internal/infra/provider/cli/video.go security healthy backend/internal/infra/provider/cli/video.go
auth::.github/ISSUE_TEMPLATE/feature_request.yml security healthy .github/ISSUE_TEMPLATE/feature_request.yml
auth::backend/internal/infra/config/config_test.go security healthy backend/internal/infra/config/config_test.go
auth::backend/internal/transport/http/middleware/auth.go security healthy backend/internal/transport/http/middleware/auth.go
auth::frontend/src/features/accounts/accounts-api.ts security healthy frontend/src/features/accounts/accounts-api.ts
auth::backend/internal/application/gateway/service.go security healthy backend/internal/application/gateway/service.go
auth::backend/README.md security healthy backend/README.md
auth::backend/internal/infra/persistence/relational/account… security healthy backend/internal/infra/persistence/relational/account_repos…
auth::backend/internal/application/account/service.go security healthy backend/internal/application/account/service.go

LabelLayerStatusPath
127.0.0.1 network healthy README.md
10.91.58.1 network healthy frontend/src/shared/components/github-mark.tsx
3.37.96.1 network healthy frontend/src/shared/components/github-mark.tsx
3.05.74.81 network healthy frontend/src/shared/components/github-mark.tsx
5.68.41.36 network healthy frontend/src/shared/components/github-mark.tsx
31.21.67.79 network healthy frontend/src/shared/components/github-mark.tsx
100.64.0.0 network healthy backend/internal/infra/provider/web/attachments.go
192.0.0.0 network healthy backend/internal/infra/provider/web/attachments.go
192.0.2.0 network healthy backend/internal/infra/provider/web/attachments.go
198.18.0.0 network healthy backend/internal/infra/provider/web/attachments.go
198.51.100.0 network healthy backend/internal/infra/provider/web/attachments.go
203.0.113.0 network healthy backend/internal/infra/provider/web/attachments.go
240.0.0.0 network healthy backend/internal/infra/provider/web/attachments.go
169.254.169.254 network healthy backend/internal/infra/provider/web/protocol_test.go
8.8.8.8 network healthy backend/internal/infra/provider/web/protocol_test.go
93.184.216.34 network healthy backend/internal/infra/provider/web/attachments_test.go
10.0.0.8 network healthy backend/internal/infra/provider/web/attachments_test.go
10.0.0.1 network healthy backend/internal/infra/provider/web/statsig_test.go
144.0.0.0 network healthy backend/internal/infra/egress/manager_test.go
145.0.0.0 network healthy backend/internal/infra/egress/manager_test.go
146.0.0.0 network healthy backend/internal/infra/egress/flaresolverr_test.go
1.1.1.1 network healthy backend/internal/infra/persistence/relational/egress_operat…
100.64.0.1 network healthy backend/internal/application/egress/subscription_test.go
169.254.10.1 network healthy backend/internal/application/egress/subscription_test.go
192.0.0.1 network healthy backend/internal/application/egress/subscription_test.go
192.0.2.1 network healthy backend/internal/application/egress/subscription_test.go
198.18.0.1 network healthy backend/internal/application/egress/subscription_test.go
198.51.100.1 network healthy backend/internal/application/egress/subscription_test.go
203.0.113.1 network healthy backend/internal/application/egress/subscription_test.go
240.0.0.1 network healthy backend/internal/application/egress/subscription_test.go

LabelLayerStatusPath
analyze cicd healthy .github/workflows/codeql.yml
verify cicd healthy .github/workflows/ghcr-image.yml
check_ghcr_image cicd healthy .github/workflows/ghcr-image.yml
build_ghcr_image cicd healthy .github/workflows/ghcr-image.yml
merge cicd healthy .github/workflows/ghcr-image.yml
stale cicd healthy .github/workflows/stale.yml

LabelLayerStatusPath
sqlite data healthy README.md
postgresql data healthy README.md
redis data healthy README.md
postgres data healthy config.example.yaml
mongodb data healthy backend/go.mod

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
grok2api hardware healthy docker-compose.yml
warp hardware healthy docker-compose.yml
flaresolverr hardware healthy docker-compose.yml

LabelLayerStatusPath
password_literal::README.md security healthy README.md
password_literal::config.example.yaml security healthy config.example.yaml
password_literal::frontend/src/shared/i18n/index.ts security healthy frontend/src/shared/i18n/index.ts
password_literal::backend/internal/infra/config/config_test… security healthy backend/internal/infra/config/config_test.go

LabelLayerStatusPath
port:8000 network healthy Dockerfile
port:1080 network healthy docker-compose.yml
port:5173 network healthy frontend/vite.config.ts

LabelLayerStatusPath
gha::codeql cicd healthy .github/workflows/codeql.yml
gha::ghcr-image cicd healthy .github/workflows/ghcr-image.yml
gha::stale cicd healthy .github/workflows/stale.yml

LabelLayerStatusPath
ApiError software healthy frontend/src/shared/api/client.ts:ApiError
CreativeApiError software healthy frontend/src/features/creative-console/creative-console-api…

LabelLayerStatusPath
repobility-clone-euwt8zha software healthy /tmp/repobility-clone-euwt8zha

LabelLayerStatusPath
nginx network healthy .github/ISSUE_TEMPLATE/bug_report.yml

LabelLayerStatusPath
GITHUB_TOKEN cicd healthy
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/106a0e33-cf1c-47c3-a16c-59604f81e1e3/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/106a0e33-cf1c-47c3-a16c-59604f81e1e3/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.