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.

valon-technologies/gestalt

https://github.com/valon-technologies/gestalt · scanned 2026-06-16 00:47 UTC (2 months, 1 week ago)

116 raw signals (0 security + 116 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 89 actionable findings from 1 signal source. 27 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 6237 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
CodeBlock software healthy docs/mdx-components.tsx:CodeBlock
useMDXComponents software healthy docs/mdx-components.tsx:useMDXComponents
main software healthy docs/scripts/build-versioned-site.mjs:main
parseArgs software healthy docs/scripts/build-versioned-site.mjs:parseArgs
needValue software healthy docs/scripts/build-versioned-site.mjs:needValue
selectedTags software healthy docs/scripts/build-versioned-site.mjs:selectedTags
assertDocsTrees software healthy docs/scripts/build-versioned-site.mjs:assertDocsTrees
assertDocsTree software healthy docs/scripts/build-versioned-site.mjs:assertDocsTree
hasDocsContentTree software healthy docs/scripts/build-versioned-site.mjs:hasDocsContentTree
chooseLatestStable software healthy docs/scripts/build-versioned-site.mjs:chooseLatestStable
chooseLatestSupported software healthy docs/scripts/build-versioned-site.mjs:chooseLatestSupported
manifestEntry software healthy docs/scripts/build-versioned-site.mjs:manifestEntry
developmentManifestEntry software healthy docs/scripts/build-versioned-site.mjs:developmentManifestEn…
normalizeTag software healthy docs/scripts/build-versioned-site.mjs:normalizeTag
versionWithV software healthy docs/scripts/build-versioned-site.mjs:versionWithV
isStableTag software healthy docs/scripts/build-versioned-site.mjs:isStableTag
parseTag software healthy docs/scripts/build-versioned-site.mjs:parseTag
compareTagVersions software healthy docs/scripts/build-versioned-site.mjs:compareTagVersions
createBuildTree software healthy docs/scripts/build-versioned-site.mjs:createBuildTree
overlayDocsFromRef software healthy docs/scripts/build-versioned-site.mjs:overlayDocsFromRef
runNextBuild software healthy docs/scripts/build-versioned-site.mjs:runNextBuild
copyRootOutputs software healthy docs/scripts/build-versioned-site.mjs:copyRootOutputs
rewriteVersionedPaths software healthy docs/scripts/build-versioned-site.mjs:rewriteVersionedPaths
rewriteHtmlDocumentPaths software healthy docs/scripts/build-versioned-site.mjs:rewriteHtmlDocumentPa…
rewriteSdkApiLinks software healthy docs/scripts/build-versioned-site.mjs:rewriteSdkApiLinks
rewriteNonScriptHtml software healthy docs/scripts/build-versioned-site.mjs:rewriteNonScriptHtml
unversionedApiPath software healthy docs/scripts/build-versioned-site.mjs:unversionedApiPath
shouldPrefixPath software healthy docs/scripts/build-versioned-site.mjs:shouldPrefixPath
assertNoVersionedApiLinks software healthy docs/scripts/build-versioned-site.mjs:assertNoVersionedApiL…
assertNoAbsoluteSdkApiLinks software healthy docs/scripts/build-versioned-site.mjs:assertNoAbsoluteSdkAp…
assertNoUnversionedDocLinks software healthy docs/scripts/build-versioned-site.mjs:assertNoUnversionedDo…
assertFlightPayloadsUseUnprefixedInternalLinks software healthy docs/scripts/build-versioned-site.mjs:assertFlightPayloadsU…
flightHrefValues software healthy docs/scripts/build-versioned-site.mjs:flightHrefValues
versionedOutputRoots software healthy docs/scripts/build-versioned-site.mjs:versionedOutputRoots
runPagefind software healthy docs/scripts/build-versioned-site.mjs:runPagefind
assertChannelRelativeSearchUrls software healthy docs/scripts/build-versioned-site.mjs:assertChannelRelative…
walk software healthy docs/scripts/build-versioned-site.mjs:walk
ensureNodeModules software healthy docs/scripts/build-versioned-site.mjs:ensureNodeModules
gitOutput software healthy docs/scripts/build-versioned-site.mjs:gitOutput
run software healthy docs/scripts/build-versioned-site.mjs:run
serveRegistryHost software healthy docs/scripts/check-registry-static.mjs:serveRegistryHost
serveDocsHost software healthy docs/scripts/check-registry-static.mjs:serveDocsHost
getSdkReferenceTarget software healthy docs/scripts/check-registry-static.mjs:getSdkReferenceTarget
serveFile software healthy docs/scripts/check-registry-static.mjs:serveFile
candidateFiles software healthy docs/scripts/check-registry-static.mjs:candidateFiles
assertResponse software healthy docs/scripts/check-registry-static.mjs:assertResponse
redirect software healthy docs/scripts/check-registry-static.mjs:redirect
assertRedirect software healthy docs/scripts/check-registry-static.mjs:assertRedirect
readVersionsManifest software healthy docs/scripts/check-registry-static.mjs:readVersionsManifest
assertVersionsManifest software healthy docs/scripts/check-registry-static.mjs:assertVersionsManife…

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

LabelLayerStatusPath
README.md software healthy README.md
CONTRIBUTING.md software healthy CONTRIBUTING.md
LICENSE software healthy LICENSE
.golangci.yml software healthy gestaltd/.golangci.yml
Dockerfile software healthy gestaltd/Dockerfile
go.mod software healthy gestaltd/go.mod
providers.go software healthy gestaltd/internal/testutil/providers.go
invoker.go software healthy gestaltd/internal/testutil/invoker.go
services.go software healthy gestaltd/internal/testutil/services.go
cleanup.go software healthy gestaltd/internal/testutil/cleanup.go
sdkapp.go software healthy gestaltd/internal/testutil/sdkapp.go
config.yaml software healthy gestaltd/internal/testutil/testdata/provider-rust/config.ya…
manifest.yaml software healthy gestaltd/internal/testutil/testdata/provider-rust/manifest.…
Cargo.toml software healthy gestaltd/internal/testutil/testdata/provider-rust/Cargo.toml
lib.rs software healthy gestaltd/internal/testutil/testdata/provider-rust/src/lib.rs
manifest.yaml software healthy gestaltd/internal/testutil/testdata/provider-rust-auth/mani…
Cargo.toml software healthy gestaltd/internal/testutil/testdata/provider-rust-auth/Carg…
lib.rs software healthy gestaltd/internal/testutil/testdata/provider-rust-auth/src/…
proxy_provider.go software healthy gestaltd/internal/testutil/testdata/testproviders/echo/prox…
main.go software healthy gestaltd/internal/testutil/testdata/testproviders/echo/main…
main.go software healthy gestaltd/internal/testutil/testdata/testproviders/agent/mai…
config.yaml software healthy gestaltd/internal/testutil/testdata/provider-go/config.yaml
manifest.yaml software healthy gestaltd/internal/testutil/testdata/provider-go/manifest.ya…
catalog.yaml software healthy gestaltd/internal/testutil/testdata/provider-go/catalog.yaml
provider.go software healthy gestaltd/internal/testutil/testdata/provider-go/provider.go
build.sh software healthy gestaltd/internal/testutil/testdata/provider-go/build.sh
go.mod software healthy gestaltd/internal/testutil/testdata/provider-go/go.mod
main.go software healthy gestaltd/internal/testutil/testdata/provider-go/cmd/provide…
main.go software healthy gestaltd/internal/testutil/testdata/cmd/s3transportd/main.go
main.go software healthy gestaltd/internal/testutil/testdata/cmd/cachetransportd/mai…
main.go software healthy gestaltd/internal/testutil/testdata/cmd/indexeddbtransportd…
manifest.yaml software healthy gestaltd/internal/testutil/testdata/provider-go-indexeddb/m…
provider.go software healthy gestaltd/internal/testutil/testdata/provider-go-indexeddb/p…
build.sh software healthy gestaltd/internal/testutil/testdata/provider-go-indexeddb/b…
go.mod software healthy gestaltd/internal/testutil/testdata/provider-go-indexeddb/g…
main.go software healthy gestaltd/internal/testutil/testdata/provider-go-indexeddb/c…
server.go software healthy gestaltd/internal/testutil/s3transport/server.go
metrictest.go software healthy gestaltd/internal/testutil/metrictest/metrictest.go
server.go software healthy gestaltd/internal/testutil/indexeddbtransport/server.go
server.go software healthy gestaltd/internal/testutil/cachetransport/server.go
provider_selection.go software healthy gestaltd/internal/config/provider_selection.go
surfaces.go software healthy gestaltd/internal/config/surfaces.go
connection_plan_test.go software healthy gestaltd/internal/config/connection_plan_test.go
config_test.go software healthy gestaltd/internal/config/config_test.go
app_validation.go software healthy gestaltd/internal/config/app_validation.go
connection_plan.go software healthy gestaltd/internal/config/connection_plan.go
runtime_config.go software healthy gestaltd/internal/config/runtime_config.go
connection_auth_test.go software healthy gestaltd/internal/config/connection_auth_test.go
selector_values.go software healthy gestaltd/internal/config/selector_values.go
surfaces_test.go software healthy gestaltd/internal/config/surfaces_test.go

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

LabelLayerStatusPath
ObjectSpec software healthy docs/scripts/publish-sdk-api-docs.py:30
Commit software healthy .github/scripts/generate-release-notes.py:25
AuthenticationProvider software healthy sdk/typescript/src/auth.ts:AuthenticationProvider
shared software healthy sdk/typescript/src/provider.ts:shared
ProviderBase software healthy sdk/typescript/src/provider.ts:ProviderBase
IndexedDB software healthy sdk/typescript/src/indexeddb.ts:IndexedDB
InvokeError software healthy sdk/typescript/src/invoke_support.ts:InvokeError
Cache software healthy sdk/typescript/src/cache.ts:Cache
RuntimeProvider software healthy sdk/typescript/src/runtime-provider.ts:RuntimeProvider
GestaltError software healthy sdk/typescript/src/rpc_support.ts:GestaltError
RuntimeLogHost software healthy sdk/typescript/src/runtime-log-host.ts:RuntimeLogHost
Workflow software healthy sdk/typescript/src/workflow.ts:Workflow
ExternalCredentials software healthy sdk/typescript/src/external_credential.ts:ExternalCredentia…
Test software healthy sdk/typescript/src/test.ts:Test
ProviderLifecycle software healthy sdk/typescript/src/runtime.ts:ProviderLifecycle
App software healthy sdk/typescript/src/app.ts:App
AppProvider software healthy sdk/typescript/src/app.ts:AppProvider
GenAIOperation software healthy sdk/typescript/src/telemetry.ts:GenAIOperation
Authorization software healthy sdk/typescript/src/authorization.ts:Authorization
HTTPSubjectResolutionError software healthy sdk/typescript/src/http-subject.ts:HTTPSubjectResolutionErr…
Authentication software healthy sdk/typescript/src/authentication.ts:Authentication
Secrets software healthy sdk/typescript/src/secrets.ts:Secrets
S3 software healthy sdk/typescript/src/s3.ts:S3
S3ObjectAccess software healthy sdk/typescript/src/s3.ts:S3ObjectAccess
Agent software healthy sdk/typescript/src/agent.ts:Agent
Runtime software healthy sdk/typescript/src/runtime_provider.ts:Runtime
RuntimeLogHost software healthy sdk/typescript/src/runtime_provider.ts:RuntimeLogHost
AsyncQueue software healthy sdk/typescript/src/providers/indexeddb.ts:AsyncQueue
CursorImpl software healthy sdk/typescript/src/providers/indexeddb.ts:CursorImpl
NotFoundError software healthy sdk/typescript/src/providers/indexeddb.ts:NotFoundError
AlreadyExistsError software healthy sdk/typescript/src/providers/indexeddb.ts:AlreadyExistsError
TransactionError software healthy sdk/typescript/src/providers/indexeddb.ts:TransactionError
IndexedDBCursorSnapshot software healthy sdk/typescript/src/providers/indexeddb.ts:IndexedDBCursorSn…
IndexedDBImpl software healthy sdk/typescript/src/providers/indexeddb.ts:IndexedDBImpl
TransactionImpl software healthy sdk/typescript/src/providers/indexeddb.ts:TransactionImpl
TransactionObjectStoreImpl software healthy sdk/typescript/src/providers/indexeddb.ts:TransactionObject…
TransactionIndexImpl software healthy sdk/typescript/src/providers/indexeddb.ts:TransactionIndexI…
ObjectStoreImpl software healthy sdk/typescript/src/providers/indexeddb.ts:ObjectStoreImpl
IndexImpl software healthy sdk/typescript/src/providers/indexeddb.ts:IndexImpl
CacheProvider software healthy sdk/typescript/src/providers/cache.ts:CacheProvider
WorkflowProvider software healthy sdk/typescript/src/providers/workflow.ts:WorkflowProvider
WorkflowValueError software healthy sdk/typescript/src/providers/workflow.ts:WorkflowValueError
AppProvider software healthy sdk/typescript/src/providers/app.ts:AppProvider
AuthorizationProvider software healthy sdk/typescript/src/providers/authorization.ts:Authorization…
SecretsProvider software healthy sdk/typescript/src/providers/secrets.ts:SecretsProvider
S3NotFoundError software healthy sdk/typescript/src/providers/s3.ts:S3NotFoundError
S3PreconditionFailedError software healthy sdk/typescript/src/providers/s3.ts:S3PreconditionFailedError
S3InvalidRangeError software healthy sdk/typescript/src/providers/s3.ts:S3InvalidRangeError
S3Provider software healthy sdk/typescript/src/providers/s3.ts:S3Provider
AgentProvider software healthy sdk/typescript/src/providers/agent.ts:AgentProvider

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

LabelLayerStatusPath
gestaltd software healthy gestaltd
internal software healthy gestaltd/internal
testutil software healthy gestaltd/internal/testutil
testdata software healthy gestaltd/internal/testutil/testdata
provider-rust software healthy gestaltd/internal/testutil/testdata/provider-rust
src software healthy gestaltd/internal/testutil/testdata/provider-rust/src
provider-rust-auth software healthy gestaltd/internal/testutil/testdata/provider-rust-auth
src software healthy gestaltd/internal/testutil/testdata/provider-rust-auth/src
testproviders software healthy gestaltd/internal/testutil/testdata/testproviders
echo software healthy gestaltd/internal/testutil/testdata/testproviders/echo
agent software healthy gestaltd/internal/testutil/testdata/testproviders/agent
provider-go software healthy gestaltd/internal/testutil/testdata/provider-go
cmd software healthy gestaltd/internal/testutil/testdata/provider-go/cmd
provider software healthy gestaltd/internal/testutil/testdata/provider-go/cmd/provider
cmd software healthy gestaltd/internal/testutil/testdata/cmd
s3transportd software healthy gestaltd/internal/testutil/testdata/cmd/s3transportd
cachetransportd software healthy gestaltd/internal/testutil/testdata/cmd/cachetransportd
indexeddbtransportd software healthy gestaltd/internal/testutil/testdata/cmd/indexeddbtransportd
provider-go-indexeddb software healthy gestaltd/internal/testutil/testdata/provider-go-indexeddb
cmd software healthy gestaltd/internal/testutil/testdata/provider-go-indexeddb/c…
provider software healthy gestaltd/internal/testutil/testdata/provider-go-indexeddb/c…
s3transport software healthy gestaltd/internal/testutil/s3transport
metrictest software healthy gestaltd/internal/testutil/metrictest
indexeddbtransport software healthy gestaltd/internal/testutil/indexeddbtransport
cachetransport software healthy gestaltd/internal/testutil/cachetransport
config software healthy gestaltd/internal/config
bootstrap software healthy gestaltd/internal/bootstrap
jsonvalue software healthy gestaltd/internal/jsonvalue
agentwire software healthy gestaltd/internal/agentwire
staticvalidation software healthy gestaltd/internal/staticvalidation
daemon software healthy gestaltd/internal/daemon
workflowwire software healthy gestaltd/internal/workflowwire
indexeddbcodec software healthy gestaltd/internal/indexeddbcodec
server software healthy gestaltd/internal/server
operator software healthy gestaltd/internal/operator
protoutil software healthy gestaltd/internal/protoutil
providerrelease software healthy gestaltd/internal/providerrelease
coredata software healthy gestaltd/internal/coredata
providerregistry software healthy gestaltd/internal/providerregistry
deploy software healthy gestaltd/deploy
helm software healthy gestaltd/deploy/helm
gestaltd software healthy gestaltd/deploy/helm/gestaltd
templates software healthy gestaltd/deploy/helm/gestaltd/templates
cmd software healthy gestaltd/cmd
gestaltd software healthy gestaltd/cmd/gestaltd
terraform software healthy gestaltd/terraform
services software healthy gestaltd/services
authentication software healthy gestaltd/services/authentication
egressproxy software healthy gestaltd/services/egressproxy
apps software healthy gestaltd/services/apps

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

LabelLayerStatusPath
127.0.0.1 network healthy gestaltd/internal/config/config_test.go
203.0.113.42 network healthy gestaltd/internal/server/audit_metadata_test.go
10.0.0.1 network healthy gestaltd/internal/server/audit_metadata_test.go
203.0.113.10 network healthy gestaltd/services/appaccess/app_test.go
3.162.575.42 network healthy docs/components/ArchitectureLight.tsx
054.104.146.18 network healthy docs/components/ArchitectureLight.tsx
214.273.054.107 network healthy docs/components/ArchitectureLight.tsx
11.017.24.026 network healthy docs/components/ArchitectureLight.tsx
164.536.233.91 network healthy docs/components/ArchitectureLight.tsx
2.14.35.41 network healthy docs/components/ArchitectureLight.tsx
1.583.615.264 network healthy docs/components/ArchitectureLight.tsx
77.167.977.5 network healthy docs/components/ArchitectureLight.tsx
224.362.336.936 network healthy docs/components/ArchitectureLight.tsx
438.22.833.328 network healthy docs/components/ArchitectureLight.tsx
1.19.328.332 network healthy docs/components/ArchitectureLight.tsx
328.234.61.666 network healthy docs/components/ArchitectureLight.tsx
1.187.67.433 network healthy docs/components/ArchitectureLight.tsx
305.648.63.648 network healthy docs/components/ArchitectureLight.tsx
274.167.055.053 network healthy docs/components/ArchitectureLight.tsx
063.14.11.214 network healthy docs/components/ArchitectureLight.tsx
08.134.218.313 network healthy docs/components/ArchitectureLight.tsx
346.407.14.11 network healthy docs/components/ArchitectureLight.tsx
28.216.427.31 network healthy docs/components/ArchitectureLight.tsx
26.16.555.255 network healthy docs/components/ArchitectureLight.tsx
81.416.145.094 network healthy docs/components/ArchitectureLight.tsx
293.213.44.313 network healthy docs/components/ArchitectureLight.tsx
073.05.12.14 network healthy docs/components/ArchitectureLight.tsx
18.434.267.862 network healthy docs/components/ArchitectureLight.tsx
1.082.115.153 network healthy docs/components/ArchitectureLight.tsx
26.328.34.5 network healthy docs/components/ArchitectureLight.tsx
047.116.06.235 network healthy docs/components/ArchitectureLight.tsx
107.356.106.294 network healthy docs/components/ArchitectureLight.tsx
207.622.347.897 network healthy docs/components/ArchitectureLight.tsx
073.14.153.287 network healthy docs/components/ArchitectureLight.tsx
247.413.054.073 network healthy docs/components/ArchitectureLight.tsx
146.107.167.227 network healthy docs/components/ArchitectureLight.tsx
2.25.107.166 network healthy docs/components/ArchitectureLight.tsx
362.534.703.393 network healthy docs/components/ArchitectureLight.tsx
094.188.188.367 network healthy docs/components/ArchitectureLight.tsx
274.555.206.328 network healthy docs/components/ArchitectureLight.tsx
566.668.867.895 network healthy docs/components/ArchitectureLight.tsx
16.12.287.328 network healthy docs/components/ArchitectureLight.tsx
072.335.022.422 network healthy docs/components/ArchitectureLight.tsx
062.247.1.455 network healthy docs/components/ArchitectureLight.tsx
194.662.334.094 network healthy docs/components/ArchitectureLight.tsx
066.195.193.315 network healthy docs/components/ArchitectureLight.tsx
214.047.455.014 network healthy docs/components/ArchitectureLight.tsx
655.073.355.114 network healthy docs/components/ArchitectureLight.tsx
08.154.115.295 network healthy docs/components/ArchitectureLight.tsx
188.455.14.33 network healthy docs/components/ArchitectureLight.tsx

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

LabelLayerStatusPath
image::gestaltd/Dockerfile hardware healthy gestaltd/Dockerfile
image::docs/Dockerfile hardware healthy docs/Dockerfile
image::gestalt/Dockerfile hardware healthy gestalt/Dockerfile
k8s::app::gestaltd/internal/testutil/testdata/provider-rust… hardware healthy gestaltd/internal/testutil/testdata/provider-rust/manifest.…
k8s::authentication::gestaltd/internal/testutil/testdata/pr… hardware healthy gestaltd/internal/testutil/testdata/provider-rust-auth/mani…
k8s::app::gestaltd/internal/testutil/testdata/provider-go/m… hardware healthy gestaltd/internal/testutil/testdata/provider-go/manifest.ya…
k8s::indexeddb::gestaltd/internal/testutil/testdata/provide… hardware healthy gestaltd/internal/testutil/testdata/provider-go-indexeddb/m…
k8s::ConfigMap::gestaltd/deploy/helm/gestaltd/templates/con… hardware healthy gestaltd/deploy/helm/gestaltd/templates/configmap.yaml
k8s::HorizontalPodAutoscaler::gestaltd/deploy/helm/gestaltd… hardware healthy gestaltd/deploy/helm/gestaltd/templates/hpa.yaml
k8s::PersistentVolumeClaim::gestaltd/deploy/helm/gestaltd/t… hardware healthy gestaltd/deploy/helm/gestaltd/templates/pvc.yaml
k8s::ServiceAccount::gestaltd/deploy/helm/gestaltd/template… hardware healthy gestaltd/deploy/helm/gestaltd/templates/serviceaccount.yaml
tf::google_project_iam_member::deployer_permissions hardware healthy gestaltd/terraform/main.tf
tf::google_project_service::required hardware healthy gestaltd/terraform/main.tf
tf::google_artifact_registry_repository::gestaltd_charts hardware healthy gestaltd/terraform/main.tf
tf::google_artifact_registry_repository::gestaltd_ci_images hardware healthy gestaltd/terraform/main.tf
tf::google_storage_bucket::gestaltd_ci_binaries hardware healthy gestaltd/terraform/main.tf
tf::google_service_account::chart_publisher hardware healthy gestaltd/terraform/main.tf
tf::google_service_account::ci_image_publisher hardware healthy gestaltd/terraform/main.tf
tf::google_iam_workload_identity_pool::github_actions hardware healthy gestaltd/terraform/main.tf
tf::google_iam_workload_identity_pool_provider::gestaltd_gi… hardware healthy gestaltd/terraform/main.tf
tf::google_iam_workload_identity_pool_provider::gestaltd_ci… hardware healthy gestaltd/terraform/main.tf
tf::google_service_account_iam_member::github_actions_workl… hardware healthy gestaltd/terraform/main.tf
tf::google_service_account_iam_member::ci_image_github_acti… hardware healthy gestaltd/terraform/main.tf
tf::google_artifact_registry_repository_iam_member::chart_p… hardware healthy gestaltd/terraform/main.tf
tf::google_artifact_registry_repository_iam_member::chart_r… hardware healthy gestaltd/terraform/main.tf
tf::google_artifact_registry_repository_iam_member::ci_imag… hardware healthy gestaltd/terraform/main.tf
tf::google_artifact_registry_repository_iam_member::ci_imag… hardware healthy gestaltd/terraform/main.tf
tf::google_storage_bucket_iam_member::legacy_ci_binary_publ… hardware healthy gestaltd/terraform/main.tf
tf::google_storage_bucket_iam_member::legacy_ci_binary_publ… hardware healthy gestaltd/terraform/main.tf
tf::google_cloud_run_v2_service::docs hardware healthy docs/terraform/main.tf
tf::google_cloud_run_v2_service_iam_member::public hardware healthy docs/terraform/main.tf
tf::google_compute_region_network_endpoint_group::docs hardware healthy docs/terraform/main.tf
tf::google_compute_backend_service::docs hardware healthy docs/terraform/main.tf
tf::google_storage_bucket::sdk_api_docs hardware healthy docs/terraform/main.tf
tf::google_storage_bucket_iam_member::sdk_api_docs_public_r… hardware healthy docs/terraform/main.tf
tf::google_storage_bucket_iam_member::sdk_api_docs_github_a… hardware healthy docs/terraform/main.tf
tf::google_compute_backend_bucket::sdk_api_docs hardware healthy docs/terraform/main.tf
tf::google_compute_url_map::docs hardware healthy docs/terraform/main.tf
tf::google_compute_managed_ssl_certificate::docs_with_www hardware healthy docs/terraform/main.tf
tf::google_compute_target_https_proxy::docs hardware healthy docs/terraform/main.tf
tf::google_compute_global_address::docs hardware healthy docs/terraform/main.tf
tf::google_compute_global_forwarding_rule::docs hardware healthy docs/terraform/main.tf
tf::google_compute_url_map::docs_http_redirect hardware healthy docs/terraform/main.tf
tf::google_compute_target_http_proxy::docs_redirect hardware healthy docs/terraform/main.tf
tf::google_compute_global_forwarding_rule::docs_http hardware healthy docs/terraform/main.tf
tf::google_dns_managed_zone::docs hardware healthy docs/terraform/main.tf
tf::google_dns_record_set::docs hardware healthy docs/terraform/main.tf
tf::google_dns_record_set::registry hardware healthy docs/terraform/main.tf
tf::google_dns_record_set::www hardware healthy docs/terraform/main.tf
tf::google_service_account_iam_member::github_actions_wif hardware healthy docs/terraform/main.tf

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

LabelLayerStatusPath
auth::gestaltd/services/apps/declarative/build_test.go security healthy gestaltd/services/apps/declarative/build_test.go
auth::gestaltd/internal/daemon/provider_release_helpers_tes… security healthy gestaltd/internal/daemon/provider_release_helpers_test.go
auth::gestaltd/services/apps/providerpkg/manifest_workflow_… security healthy gestaltd/services/apps/providerpkg/manifest_workflow_test.go
auth::gestaltd/internal/config/config_test.go security healthy gestaltd/internal/config/config_test.go
auth::gestaltd/internal/server/server_test.go security healthy gestaltd/internal/server/server_test.go
auth::gestaltd/services/apps/openapi/auth.go security healthy gestaltd/services/apps/openapi/auth.go
auth::gestaltd/services/providergateway/caller_token.go security healthy gestaltd/services/providergateway/caller_token.go
auth::gestaltd/internal/server/metrics_test.go security healthy gestaltd/internal/server/metrics_test.go
auth::gestaltd/internal/server/handlers.go security healthy gestaltd/internal/server/handlers.go
auth::gestalt/cli/tests/invoke_contract.rs security healthy gestalt/cli/tests/invoke_contract.rs
auth::gestalt/cli/src/cli.rs security healthy gestalt/cli/src/cli.rs
auth::gestaltd/internal/server/handlers_connect.go security healthy gestaltd/internal/server/handlers_connect.go
auth::gestaltd/services/agents/agentmanager/manager.go security healthy gestaltd/services/agents/agentmanager/manager.go
auth::gestaltd/core/connection.go security healthy gestaltd/core/connection.go
auth::gestaltd/internal/bootstrap/connections.go security healthy gestaltd/internal/bootstrap/connections.go
auth::gestalt/cli/src/commands/apps/connect.rs security healthy gestalt/cli/src/commands/apps/connect.rs
auth::gestaltd/services/apps/oauth/manual.go security healthy gestaltd/services/apps/oauth/manual.go
auth::gestalt/cli/tests/apps_connect.rs security healthy gestalt/cli/tests/apps_connect.rs
auth::gestaltd/services/providerdrivers/runtime_deps_contra… security healthy gestaltd/services/providerdrivers/runtime_deps_contract_tes…
auth::gestaltd/internal/server/handlers_mcp_authorization_s… security healthy gestaltd/internal/server/handlers_mcp_authorization_server.…
auth::gestaltd/internal/server/routes_user.go security healthy gestaltd/internal/server/routes_user.go
auth::gestalt/cli/src/commands/auth.rs security healthy gestalt/cli/src/commands/auth.rs
auth::gestaltd/services/apps/declarative_provider.go security healthy gestaltd/services/apps/declarative_provider.go
auth::gestaltd/services/apps/mcpoauth/handler.go security healthy gestaltd/services/apps/mcpoauth/handler.go
auth::gestaltd/core/provider.go security healthy gestaltd/core/provider.go
auth::gestaltd/internal/bootstrap/connections_test.go security healthy gestaltd/internal/bootstrap/connections_test.go
auth::gestaltd/internal/operator/lifecycle_test.go security healthy gestaltd/internal/operator/lifecycle_test.go
auth::gestaltd/core/session/session.go security healthy gestaltd/core/session/session.go
auth::gestaltd/deploy/helm/gestaltd/Chart.yaml security healthy gestaltd/deploy/helm/gestaltd/Chart.yaml
auth::gestaltd/internal/server/composite_resolution_test.go security healthy gestaltd/internal/server/composite_resolution_test.go
auth::gestaltd/deploy/helm/gestaltd/values.yaml security healthy gestaltd/deploy/helm/gestaltd/values.yaml
auth::gestaltd/internal/server/server.go security healthy gestaltd/internal/server/server.go
auth::gestaltd/internal/bootstrap/provider_build.go security healthy gestaltd/internal/bootstrap/provider_build.go
auth::sdk/python/README.md security healthy sdk/python/README.md
auth::gestaltd/go.mod security healthy gestaltd/go.mod
auth::gestaltd/internal/bootstrap/connected_provider_test.go security healthy gestaltd/internal/bootstrap/connected_provider_test.go
auth::gestaltd/internal/testutil/sdkapp.go security healthy gestaltd/internal/testutil/sdkapp.go
auth::gestaltd/internal/server/oauth_state.go security healthy gestaltd/internal/server/oauth_state.go
auth::gestaltd/internal/testutil/testdata/provider-rust-aut… security healthy gestaltd/internal/testutil/testdata/provider-rust-auth/src/…
auth::gestaltd/services/apps/oauth/upstream_test.go security healthy gestaltd/services/apps/oauth/upstream_test.go
auth::gestaltd/services/apps/declarative/connection.go security healthy gestaltd/services/apps/declarative/connection.go
auth::docs/app/(registry)/registry/registry-data.ts security healthy docs/app/(registry)/registry/registry-data.ts
auth::gestaltd/services/apps/declarative/definition.go security healthy gestaltd/services/apps/declarative/definition.go
auth::gestaltd/internal/server/runtime_test.go security healthy gestaltd/internal/server/runtime_test.go
auth::gestaltd/internal/server/handlers_oauth.go security healthy gestaltd/internal/server/handlers_oauth.go
auth::gestaltd/internal/server/handlers_tokens.go security healthy gestaltd/internal/server/handlers_tokens.go
auth::gestaltd/services/apps/declarative/build.go security healthy gestaltd/services/apps/declarative/build.go
auth::gestaltd/services/apps/declarative/restricted_test.go security healthy gestaltd/services/apps/declarative/restricted_test.go
auth::gestaltd/internal/server/handlers_mcp_oauth.go security healthy gestaltd/internal/server/handlers_mcp_oauth.go
auth::gestalt/cli/tests/auth_flow.rs security healthy gestalt/cli/tests/auth_flow.rs

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

LabelLayerStatusPath
bootstrap-python cicd healthy .github/workflows/bootstrap-sdk-api-docs.yml
bootstrap-typescript cicd healthy .github/workflows/bootstrap-sdk-api-docs.yml
typescript-sdk cicd healthy .github/workflows/build-typescript-sdk.yml
docs-build cicd healthy .github/workflows/build-docs.yml
rust-sdk cicd healthy .github/workflows/build-rust-sdk.yml
build cicd healthy .github/workflows/release-gestaltd.yml
release cicd healthy .github/workflows/release-gestaltd.yml
publish-image cicd healthy .github/workflows/release-gestaltd.yml
publish-image-alpine cicd healthy .github/workflows/release-gestaltd.yml
update-formula cicd healthy .github/workflows/release-gestaltd.yml
lint cicd healthy .github/workflows/build-gestalt-cli.yml
build cicd healthy .github/workflows/build-gestalt-cli.yml
validate-go-sdk cicd healthy .github/workflows/release-sdk.yml
release-go-sdk cicd healthy .github/workflows/release-sdk.yml
warm-go-sdk-module-proxy cicd healthy .github/workflows/release-sdk.yml
validate-rust-sdk cicd healthy .github/workflows/release-sdk.yml
publish-rust-sdk cicd healthy .github/workflows/release-sdk.yml
release-rust-sdk cicd healthy .github/workflows/release-sdk.yml
publish-python-sdk cicd healthy .github/workflows/release-sdk.yml
publish-typescript-sdk cicd healthy .github/workflows/release-sdk.yml
python-sdk cicd healthy .github/workflows/build-python-sdk.yml
build cicd healthy .github/workflows/rust-build-matrix.yml
deploy cicd healthy .github/workflows/deploy-gestalt-docs.yml
server-proto cicd healthy .github/workflows/build-server-proto.yml
sdkgen cicd healthy .github/workflows/build-sdkgen.yml
resolve-ref cicd healthy .github/workflows/build-gestaltd.yml
lint cicd healthy .github/workflows/build-gestaltd.yml
test cicd healthy .github/workflows/build-gestaltd.yml
coverage cicd healthy .github/workflows/build-gestaltd.yml
race cicd healthy .github/workflows/build-gestaltd.yml
helm-validate cicd healthy .github/workflows/build-gestaltd.yml
docker-build cicd healthy .github/workflows/build-gestaltd.yml
docs-build cicd healthy .github/workflows/build-gestaltd.yml
publish-ci-image cicd healthy .github/workflows/build-gestaltd.yml
terraform cicd healthy .github/workflows/deploy-gestaltd-artifacts.yml
verify-version cicd healthy .github/workflows/release-gestalt-cli.yml
build cicd healthy .github/workflows/release-gestalt-cli.yml
release cicd healthy .github/workflows/release-gestalt-cli.yml
publish-image cicd healthy .github/workflows/release-gestalt-cli.yml
update-formula cicd healthy .github/workflows/release-gestalt-cli.yml
publish cicd healthy .github/workflows/publish-dockerhub-image.yml
publish cicd healthy .github/workflows/publish-scoped-github-release.yml
go-sdk cicd healthy .github/workflows/build-go-sdk.yml

LabelLayerStatusPath
IMAGE cicd healthy
GCP_PROJECT_NUMBER cicd healthy
DNS_PROJECT_ID cicd healthy
TERRAFORM_STATE_PREFIX cicd healthy
IMAGE_SOURCE cicd healthy
WIF_PROVIDER_ID cicd healthy
WIF_POOL_ID cicd healthy
GCP_PROJECT_ID cicd healthy
DOCKERHUB_DESCRIPTION_USERNAME cicd healthy
REGION cicd healthy
GESTALT_RELEASE_BOT_APP_PRIVATE_KEY cicd healthy
IMAGE_DOCUMENTATION cicd healthy
IMAGE_NAME cicd healthy
DOCKERHUB_DESCRIPTION_PASSWORD cicd healthy
GITHUB_TOKEN cicd healthy
TERRAFORM_STATE_BUCKET cicd healthy
DOCS_DNS_PROJECT_ID cicd healthy
DOCS_RESOURCE_PREFIX cicd healthy
PROJECT_NUMBER cicd healthy
IMAGE_URL cicd healthy
PROJECT_ID cicd healthy
CARGO_REGISTRY_TOKEN cicd healthy
DOCS_TERRAFORM_STATE_BUCKET cicd healthy
DOCKERHUB_TOKEN cicd healthy
DOCKERHUB_USERNAME cicd healthy

LabelLayerStatusPath
grpc::Workflow api healthy sdk/proto/v1/workflow.proto
grpc::Secrets api healthy sdk/proto/v1/secrets.proto
grpc::IndexedDB api healthy sdk/proto/v1/indexeddb.proto
grpc::Agent api healthy sdk/proto/v1/agent.proto
grpc::AppProvider api healthy sdk/proto/v1/app.proto
grpc::App api healthy sdk/proto/v1/app.proto
grpc::Cache api healthy sdk/proto/v1/cache.proto
grpc::ProviderLifecycle api healthy sdk/proto/v1/runtime.proto
grpc::Test api healthy sdk/proto/v1/test.proto
grpc::ExternalCredentials api healthy sdk/proto/v1/external_credential.proto
grpc::Authorization api healthy sdk/proto/v1/authorization.proto
grpc::S3 api healthy sdk/proto/v1/s3.proto
grpc::S3ObjectAccess api healthy sdk/proto/v1/s3.proto
grpc::Authentication api healthy sdk/proto/v1/authentication.proto
grpc::RuntimeLogHost api healthy sdk/proto/v1/runtime_provider.proto
grpc::Runtime api healthy sdk/proto/v1/runtime_provider.proto
grpc::PatchService api healthy sdk/tools/sdkgen/internal/validate/testdata/rejected_fieldm…
grpc::AnyService api healthy sdk/tools/sdkgen/internal/validate/testdata/rejected_any.pr…
grpc::WidgetService api healthy sdk/tools/sdkgen/internal/validate/testdata/widget.proto
grpc::BadService api healthy sdk/tools/sdkgen/internal/validate/testdata/rejected_annota…
grpc::LegacyService api healthy sdk/tools/sdkgen/internal/validate/testdata/rejected_proto2…
grpc::FetchService api healthy sdk/tools/sdkgen/internal/validate/testdata/annotated.proto
grpc::JsonResultService api healthy sdk/tools/sdkgen/internal/validate/testdata/rejected_json_r…

LabelLayerStatusPath
ArchitectureLight frontend healthy docs/components/ArchitectureLight.tsx
ArchitectureDark frontend healthy docs/components/ArchitectureDark.tsx
ActiveDevelopmentCallout frontend healthy docs/components/ActiveDevelopmentCallout.tsx
ArchitectureDiagram frontend healthy docs/components/ArchitectureDiagram.tsx
VersionPicker frontend healthy docs/components/VersionPicker.tsx
ThemeSelect frontend healthy docs/components/shell/theme-select.tsx
ShellFooter frontend healthy docs/components/shell/footer.tsx
ShellLogo frontend healthy docs/components/shell/logo.tsx
ShellHeaderActions frontend healthy docs/components/shell/header-actions.tsx
SidebarVersionPicker frontend healthy docs/components/shell/sidebar-version-picker.tsx
NotFound frontend healthy docs/app/not-found.tsx
RootLayout frontend healthy docs/app/layout.tsx
RegistryLayout frontend healthy docs/app/(registry)/layout.tsx
RegistryApp frontend healthy docs/app/(registry)/registry/registry-app.tsx
ShikiCode frontend healthy docs/app/(registry)/registry/shiki-code.tsx
ProviderIcon frontend healthy docs/app/(registry)/registry/provider-icon.tsx
RegistryPage frontend healthy docs/app/(registry)/registry/page.tsx
RegistryBrowse frontend healthy docs/app/(registry)/registry/registry-browse.tsx
RegistryDetail frontend healthy docs/app/(registry)/registry/registry-detail.tsx

LabelLayerStatusPath
gha::bootstrap-sdk-api-docs cicd healthy .github/workflows/bootstrap-sdk-api-docs.yml
gha::build-typescript-sdk cicd healthy .github/workflows/build-typescript-sdk.yml
gha::build-docs cicd healthy .github/workflows/build-docs.yml
gha::build-rust-sdk cicd healthy .github/workflows/build-rust-sdk.yml
gha::release-gestaltd cicd healthy .github/workflows/release-gestaltd.yml
gha::build-gestalt-cli cicd healthy .github/workflows/build-gestalt-cli.yml
gha::release-sdk cicd healthy .github/workflows/release-sdk.yml
gha::build-python-sdk cicd healthy .github/workflows/build-python-sdk.yml
gha::rust-build-matrix cicd healthy .github/workflows/rust-build-matrix.yml
gha::deploy-gestalt-docs cicd healthy .github/workflows/deploy-gestalt-docs.yml
gha::build-server-proto cicd healthy .github/workflows/build-server-proto.yml
gha::build-sdkgen cicd healthy .github/workflows/build-sdkgen.yml
gha::build-gestaltd cicd healthy .github/workflows/build-gestaltd.yml
gha::deploy-gestaltd-artifacts cicd healthy .github/workflows/deploy-gestaltd-artifacts.yml
gha::release-gestalt-cli cicd healthy .github/workflows/release-gestalt-cli.yml
gha::publish-dockerhub-image cicd healthy .github/workflows/publish-dockerhub-image.yml
gha::publish-scoped-github-release cicd healthy .github/workflows/publish-scoped-github-release.yml
gha::build-go-sdk cicd healthy .github/workflows/build-go-sdk.yml

LabelLayerStatusPath
port:8080 network healthy gestaltd/Dockerfile
port:256 network healthy gestaltd/Dockerfile
port:103 network healthy gestaltd/Dockerfile
port:9090 network healthy gestaltd/internal/config/config_test.go
port:9191 network healthy gestaltd/internal/config/config_test.go
port:80 network healthy gestaltd/internal/bootstrap/runtime_provider_plan.go
port:443 network healthy gestaltd/internal/bootstrap/runtime_provider_plan.go
port:18080 network healthy gestaltd/internal/daemon/e2e_test.go

LabelLayerStatusPath
vps::gcp hardware healthy gestaltd/terraform/README.md
vps::azure hardware healthy .github/workflows/release-gestaltd.yml
vps::aws hardware healthy sdk/typescript/src/rpc_support.ts

LabelLayerStatusPath
/(registry)/registry frontend healthy docs/app/(registry)/registry/page.tsx
/(docs)/[[...mdxPath]] frontend healthy docs/app/(docs)/[[...mdxPath]]/page.tsx
/api/v1/agent/command frontend healthy sdk/typescript/tests/runtime.test.ts

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

LabelLayerStatusPath
sqlite data healthy README.md

LabelLayerStatusPath
ingress::gestaltd/deploy/helm/gestaltd/templates/ingress.ya… network healthy gestaltd/deploy/helm/gestaltd/templates/ingress.yaml

LabelLayerStatusPath
nginx network healthy docs/package.json

LabelLayerStatusPath
k8s::Deployment::gestaltd/deploy/helm/gestaltd/templates/de… hardware healthy gestaltd/deploy/helm/gestaltd/templates/deployment.yaml

LabelLayerStatusPath
password_literal::gestalt/cli/Cargo.toml security healthy gestalt/cli/Cargo.toml
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/161bdf24-561c-4740-b48a-ffb06ad433bb/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/161bdf24-561c-4740-b48a-ffb06ad433bb/

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.