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.

chososu/chAIr

https://github.com/chososu/chAIr · scanned 2026-06-17 01:47 UTC (1 month, 1 week ago)

22 raw signals (0 security + 22 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -16.6 (diff) · 13 actionable findings from 1 signal source. 9 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 169 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
CLAUDE.md software healthy CLAUDE.md
cd_server.yaml software healthy .github/workflows/cd_server.yaml
SPEC.md software healthy docs/SPEC.md
provider.tf software healthy terraform-gcp/terraform/provider.tf
main.tf software healthy terraform-gcp/terraform/main.tf
outputs.tf software healthy terraform-gcp/terraform/outputs.tf
main.tf software healthy terraform-gcp/terraform/modules/run-service/main.tf
outputs.tf software healthy terraform-gcp/terraform/modules/run-service/outputs.tf
variables.tf software healthy terraform-gcp/terraform/modules/run-service/variables.tf
main.tf software healthy terraform-gcp/terraform/modules/dns/main.tf
outputs.tf software healthy terraform-gcp/terraform/modules/dns/outputs.tf
variables.tf software healthy terraform-gcp/terraform/modules/dns/variables.tf
main.tf software healthy terraform-gcp/terraform/modules/account/main.tf
outputs.tf software healthy terraform-gcp/terraform/modules/account/outputs.tf
variables.tf software healthy terraform-gcp/terraform/modules/account/variables.tf
main.tf software healthy terraform-gcp/terraform/modules/artifact-registry/main.tf
variables.tf software healthy terraform-gcp/terraform/modules/artifact-registry/variables…
main.ts software healthy terraform-gcp/docker/app/main.ts
package-lock.json software healthy terraform-gcp/docker/app/package-lock.json
package.json software healthy terraform-gcp/docker/app/package.json
Dockerfile software healthy terraform-gcp/docker/app/Dockerfile
tsconfig.json software healthy terraform-gcp/docker/app/tsconfig.json
.env.example software healthy apps/.env.example
vitest.config.ts software healthy apps/vitest.config.ts
package-lock.json software healthy apps/package-lock.json
README.md software healthy apps/README.md
package.json software healthy apps/package.json
next.config.ts software healthy apps/next.config.ts
Dockerfile software healthy apps/Dockerfile
tsconfig.json software healthy apps/tsconfig.json
globals.css software healthy apps/src/app/globals.css
layout.tsx software healthy apps/src/app/layout.tsx
page.tsx software healthy apps/src/app/page.tsx
route.ts software healthy apps/src/app/api/live-token/route.ts
route.test.ts software healthy apps/src/app/api/live-token/route.test.ts
index.ts software healthy apps/src/features/meeting/index.ts
types.ts software healthy apps/src/features/meeting/types.ts
pcm.test.ts software healthy apps/src/features/meeting/audio/pcm.test.ts
pcm.ts software healthy apps/src/features/meeting/audio/pcm.ts
pcm-worklet.ts software healthy apps/src/features/meeting/audio/pcm-worklet.ts
use-live-session.ts software healthy apps/src/features/meeting/hooks/use-live-session.ts
use-live-session.test.ts software healthy apps/src/features/meeting/hooks/use-live-session.test.ts
session-machine.test.ts software healthy apps/src/features/meeting/hooks/session-machine.test.ts
session-machine.ts software healthy apps/src/features/meeting/hooks/session-machine.ts
token.ts software healthy apps/src/features/meeting/server/token.ts
token.test.ts software healthy apps/src/features/meeting/server/token.test.ts
voice-session-panel.tsx software healthy apps/src/features/meeting/components/voice-session-panel.tsx
session-status.tsx software healthy apps/src/features/meeting/components/session-status.tsx
voice-session-panel.test.tsx software healthy apps/src/features/meeting/components/voice-session-panel.te…
live.ts software healthy apps/src/config/live.ts

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

LabelLayerStatusPath
.github software healthy .github
workflows software healthy .github/workflows
docs software healthy docs
terraform-gcp software healthy terraform-gcp
terraform software healthy terraform-gcp/terraform
modules software healthy terraform-gcp/terraform/modules
run-service software healthy terraform-gcp/terraform/modules/run-service
dns software healthy terraform-gcp/terraform/modules/dns
account software healthy terraform-gcp/terraform/modules/account
artifact-registry software healthy terraform-gcp/terraform/modules/artifact-registry
docker software healthy terraform-gcp/docker
app software healthy terraform-gcp/docker/app
apps software healthy apps
src software healthy apps/src
app software healthy apps/src/app
api software healthy apps/src/app/api
live-token software healthy apps/src/app/api/live-token
features software healthy apps/src/features
meeting software healthy apps/src/features/meeting
audio software healthy apps/src/features/meeting/audio
hooks software healthy apps/src/features/meeting/hooks
server software healthy apps/src/features/meeting/server
components software healthy apps/src/features/meeting/components
config software healthy apps/src/config
test software healthy apps/test
helpers software healthy apps/test/helpers
stubs software healthy apps/test/stubs
public software healthy apps/public
.claude software healthy .claude
commands software healthy .claude/commands
kiro software healthy .claude/commands/kiro

LabelLayerStatusPath
RootLayout software healthy apps/src/app/layout.tsx:RootLayout
Home software healthy apps/src/app/page.tsx:Home
POST software healthy apps/src/app/api/live-token/route.ts:POST
downsample software healthy apps/src/features/meeting/audio/pcm.ts:downsample
floatTo16BitPCM software healthy apps/src/features/meeting/audio/pcm.ts:floatTo16BitPCM
convertToPcm16k software healthy apps/src/features/meeting/audio/pcm.ts:convertToPcm16k
arrayBufferToBase64 software healthy apps/src/features/meeting/hooks/use-live-session.ts:arrayBu…
classifyMediaError software healthy apps/src/features/meeting/hooks/use-live-session.ts:classif…
useLiveSession software healthy apps/src/features/meeting/hooks/use-live-session.ts:useLive…
isInProgress software healthy apps/src/features/meeting/hooks/session-machine.ts:isInProg…
canStart software healthy apps/src/features/meeting/hooks/session-machine.ts:canStart
sessionReducer software healthy apps/src/features/meeting/hooks/session-machine.ts:sessionR…
createLiveToken software healthy apps/src/features/meeting/server/token.ts:createLiveToken
fakeClient software healthy apps/src/features/meeting/server/token.test.ts:fakeClient
VoiceSessionPanel software healthy apps/src/features/meeting/components/voice-session-panel.ts…
errorMessage software healthy apps/src/features/meeting/components/session-status.tsx:err…
SessionStatus software healthy apps/src/features/meeting/components/session-status.tsx:Ses…
parseLiveConfig software healthy apps/src/config/live.ts:parseLiveConfig
installWebAudioStubs software healthy apps/test/helpers/web-audio.ts:installWebAudioStubs
fakeMediaStream software healthy apps/test/helpers/web-audio.ts:fakeMediaStream
stubGetUserMedia software healthy apps/test/helpers/web-audio.ts:stubGetUserMedia

LabelLayerStatusPath
image::terraform-gcp/docker/app/Dockerfile hardware healthy terraform-gcp/docker/app/Dockerfile
image::apps/Dockerfile hardware healthy apps/Dockerfile
tf::google_cloud_run_v2_service::this hardware healthy terraform-gcp/terraform/modules/run-service/main.tf
tf::google_cloud_run_v2_service_iam_member::public_access hardware healthy terraform-gcp/terraform/modules/run-service/main.tf
tf::google_cloud_run_domain_mapping::this hardware healthy terraform-gcp/terraform/modules/run-service/main.tf
tf::google_dns_managed_zone::this hardware healthy terraform-gcp/terraform/modules/dns/main.tf
tf::google_dns_record_set::default_WWW hardware healthy terraform-gcp/terraform/modules/dns/main.tf
tf::google_dns_record_set::default_A hardware healthy terraform-gcp/terraform/modules/dns/main.tf
tf::google_dns_record_set::default_AAAA hardware healthy terraform-gcp/terraform/modules/dns/main.tf
tf::google_service_account::this hardware healthy terraform-gcp/terraform/modules/account/main.tf
tf::google_project_iam_member::this hardware healthy terraform-gcp/terraform/modules/account/main.tf
tf::google_iam_workload_identity_pool::github hardware healthy terraform-gcp/terraform/modules/account/main.tf
tf::google_iam_workload_identity_pool_provider::github hardware healthy terraform-gcp/terraform/modules/account/main.tf
tf::google_service_account::application hardware healthy terraform-gcp/terraform/modules/account/main.tf
tf::google_service_account_iam_member::application hardware healthy terraform-gcp/terraform/modules/account/main.tf
tf::google_project_iam_member::application hardware healthy terraform-gcp/terraform/modules/account/main.tf
tf::google_artifact_registry_repository::this hardware healthy terraform-gcp/terraform/modules/artifact-registry/main.tf

LabelLayerStatusPath
DATABASE_URL cicd healthy
GCP_PROJECT_ID cicd healthy
SERVICE_NAME cicd healthy
GCP_LOCATION cicd healthy
GCP_GAR_REPO_ADDRESS cicd healthy
APP_IMAGE_TAG_SHA cicd healthy
APP_IMAGE_TAG_LATEST cicd healthy
GCP_IAM_SERVICE_ACCOUNT cicd healthy
GCP_IAM_WORKLOAD_IDENTITY_PROVIDER cicd healthy

LabelLayerStatusPath
FakeAudioContextImpl software healthy apps/test/helpers/web-audio.ts:FakeAudioContextImpl
FakeAudioWorkletNodeImpl software healthy apps/test/helpers/web-audio.ts:FakeAudioWorkletNodeImpl
PcmWorkletProcessor software healthy apps/public/pcm-worklet.js:PcmWorkletProcessor

LabelLayerStatusPath
port:8000 network healthy terraform-gcp/docker/app/main.ts
port:8080 network healthy apps/Dockerfile

LabelLayerStatusPath
RootLayout frontend healthy apps/src/app/layout.tsx
Home frontend healthy apps/src/app/page.tsx

LabelLayerStatusPath
build_and_push_app cicd healthy .github/workflows/cd_server.yaml
cloud_run_deploy cicd healthy .github/workflows/cd_server.yaml

LabelLayerStatusPath
chososu__chAIr software healthy /data/fable5_failed_archive/chososu__chAIr

LabelLayerStatusPath
GET /api/health api healthy terraform-gcp/docker/app/main.ts

LabelLayerStatusPath
vps::gcp hardware healthy apps/package-lock.json

LabelLayerStatusPath
/page.tsx frontend healthy apps/src/app/page.tsx

LabelLayerStatusPath
gha::cd_server cicd healthy .github/workflows/cd_server.yaml
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/22dd73dc-92dd-48ca-a98c-97062580472d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/22dd73dc-92dd-48ca-a98c-97062580472d/

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.