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.

Abdulberk/circuit-forge

https://github.com/Abdulberk/circuit-forge · scanned 2026-06-17 01:12 UTC (1 month, 2 weeks ago)

40 raw signals (0 security + 40 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ +13.8 (diff) · 40 actionable findings from 1 signal source. 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 839 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
setup software healthy packages/llm-core/src/index.ts:setup
generateCircuit software healthy packages/llm-core/src/index.ts:generateCircuit
fixCircuit software healthy packages/llm-core/src/index.ts:fixCircuit
editCircuit software healthy packages/llm-core/src/index.ts:editCircuit
explainCircuit software healthy packages/llm-core/src/index.ts:explainCircuit
runWithRepair software healthy packages/llm-core/src/index.ts:runWithRepair
callModel software healthy packages/llm-core/src/index.ts:callModel
isTransientGatewayError software healthy packages/llm-core/src/index.ts:isTransientGatewayError
status software healthy packages/llm-core/src/index.ts:status
createWithRetry software healthy packages/llm-core/src/index.ts:createWithRetry
parseAndValidate software healthy packages/llm-core/src/index.ts:parseAndValidate
stripFences software healthy packages/llm-core/src/index.ts:stripFences
buildGenerateMessage software healthy packages/llm-core/src/index.ts:buildGenerateMessage
buildFixMessage software healthy packages/llm-core/src/index.ts:buildFixMessage
buildEditMessage software healthy packages/llm-core/src/index.ts:buildEditMessage
buildExplainMessage software healthy packages/llm-core/src/index.ts:buildExplainMessage
of software healthy packages/llm-core/src/index.ts:of
parseCsv software healthy packages/eda-core/src/parser/csv-parser.ts:parseCsv
buildMeta software healthy packages/eda-core/src/parser/csv-parser.ts:buildMeta
createEmptyResult software healthy packages/eda-core/src/parser/csv-parser.ts:createEmptyResult
parseRawAscii software healthy packages/eda-core/src/parser/csv-parser.ts:parseRawAscii
detectOutputFormat software healthy packages/eda-core/src/parser/csv-parser.ts:detectOutputForm…
parseSimulationOutput software healthy packages/eda-core/src/parser/csv-parser.ts:parseSimulationO…
parseNetlist software healthy packages/eda-core/src/parser/netlist-parser.ts:parseNetlist
parseComponentLine software healthy packages/eda-core/src/parser/netlist-parser.ts:parseCompone…
parseDirective software healthy packages/eda-core/src/parser/netlist-parser.ts:parseDirecti…
extractProbes software healthy packages/eda-core/src/parser/netlist-parser.ts:extractProbes
isProbeToken software healthy packages/eda-core/src/parser/netlist-parser.ts:isProbeToken
parseSpiceValue software healthy packages/eda-core/src/utils/unit-parser.ts:parseSpiceValue
suffixPart software healthy packages/eda-core/src/utils/unit-parser.ts:suffixPart
formatSpiceValue software healthy packages/eda-core/src/utils/unit-parser.ts:formatSpiceValue
normalizeValue software healthy packages/eda-core/src/utils/unit-parser.ts:normalizeValue
valuesEqual software healthy packages/eda-core/src/utils/unit-parser.ts:valuesEqual
parseTimeValue software healthy packages/eda-core/src/utils/unit-parser.ts:parseTimeValue
parseFrequencyValue software healthy packages/eda-core/src/utils/unit-parser.ts:parseFrequencyVa…
downsamplePoints software healthy packages/eda-core/src/utils/downsample.ts:downsamplePoints
downsampleResult software healthy packages/eda-core/src/utils/downsample.ts:downsampleResult
validateCircuitJson software healthy packages/eda-core/src/schemas/circuit.schema.ts:validateCir…
safeValidateCircuitJson software healthy packages/eda-core/src/schemas/circuit.schema.ts:safeValidat…
validateUiJson software healthy packages/eda-core/src/schemas/circuit.schema.ts:validateUiJ…
validateAnalysisConfig software healthy packages/eda-core/src/schemas/analysis.schema.ts:validateAn…
safeValidateAnalysisConfig software healthy packages/eda-core/src/schemas/analysis.schema.ts:safeValida…
validateSimulationRequest software healthy packages/eda-core/src/schemas/analysis.schema.ts:validateSi…
getAnalysisType software healthy packages/eda-core/src/types/analysis.ts:getAnalysisType
analysisToSpice software healthy packages/eda-core/src/types/analysis.ts:analysisToSpice
calculateDefaultStep software healthy packages/eda-core/src/types/analysis.ts:calculateDefaultStep
parseSpiceValue software healthy packages/eda-core/src/types/analysis.ts:parseSpiceValue
formatSpiceValue software healthy packages/eda-core/src/types/analysis.ts:formatSpiceValue
isSimulatable software healthy packages/eda-core/src/types/circuit.ts:isSimulatable
isSingleInputGate software healthy packages/eda-core/src/types/circuit.ts:isSingleInputGate

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

LabelLayerStatusPath
.env.example software healthy .env.example
pnpm-workspace.yaml software healthy pnpm-workspace.yaml
tsconfig.base.json software healthy tsconfig.base.json
.eslintrc.js software healthy .eslintrc.js
README.md software healthy README.md
docker-compose.yml software healthy docker-compose.yml
package.json software healthy package.json
FRONTEND_BRIEF.md software healthy FRONTEND_BRIEF.md
turbo.json software healthy turbo.json
pnpm-lock.yaml software healthy pnpm-lock.yaml
LOCAL_SETUP.md software healthy LOCAL_SETUP.md
package.json software healthy packages/llm-core/package.json
tsconfig.json software healthy packages/llm-core/tsconfig.json
index.ts software healthy packages/llm-core/src/index.ts
README.md software healthy packages/eda-core/README.md
LICENSE software healthy packages/eda-core/LICENSE
package.json software healthy packages/eda-core/package.json
jest.config.js software healthy packages/eda-core/jest.config.js
tsconfig.json software healthy packages/eda-core/tsconfig.json
index.ts software healthy packages/eda-core/src/index.ts
index.ts software healthy packages/eda-core/src/parser/index.ts
csv-parser.ts software healthy packages/eda-core/src/parser/csv-parser.ts
netlist-parser.ts software healthy packages/eda-core/src/parser/netlist-parser.ts
index.ts software healthy packages/eda-core/src/utils/index.ts
unit-parser.ts software healthy packages/eda-core/src/utils/unit-parser.ts
downsample.ts software healthy packages/eda-core/src/utils/downsample.ts
circuit.schema.ts software healthy packages/eda-core/src/schemas/circuit.schema.ts
analysis.schema.ts software healthy packages/eda-core/src/schemas/analysis.schema.ts
erc.ts software healthy packages/eda-core/src/types/erc.ts
analysis.ts software healthy packages/eda-core/src/types/analysis.ts
circuit.ts software healthy packages/eda-core/src/types/circuit.ts
simulation.ts software healthy packages/eda-core/src/types/simulation.ts
library.ts software healthy packages/eda-core/src/models/library.ts
index.ts software healthy packages/eda-core/src/erc/index.ts
codes.ts software healthy packages/eda-core/src/erc/codes.ts
checker.ts software healthy packages/eda-core/src/erc/checker.ts
index.ts software healthy packages/eda-core/src/netlist/index.ts
generator.ts software healthy packages/eda-core/src/netlist/generator.ts
digital.ts software healthy packages/eda-core/src/netlist/digital.ts
sanitizer.ts software healthy packages/eda-core/src/netlist/sanitizer.ts
sanitizer.test.ts software healthy packages/eda-core/__tests__/sanitizer.test.ts
downsample.test.ts software healthy packages/eda-core/__tests__/downsample.test.ts
digital-devices.test.ts software healthy packages/eda-core/__tests__/digital-devices.test.ts
csv-parser.test.ts software healthy packages/eda-core/__tests__/csv-parser.test.ts
netlist-generator.test.ts software healthy packages/eda-core/__tests__/netlist-generator.test.ts
active-devices.test.ts software healthy packages/eda-core/__tests__/active-devices.test.ts
erc-checker.test.ts software healthy packages/eda-core/__tests__/erc-checker.test.ts
component-sourcing.test.ts software healthy packages/eda-core/__tests__/component-sourcing.test.ts
fuzz-circuits.mjs software healthy scripts/fuzz-circuits.mjs
pairwise-sweep.mjs software healthy scripts/pairwise-sweep.mjs

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

LabelLayerStatusPath
CircuitGenerationError software healthy packages/llm-core/src/index.ts:CircuitGenerationError
SecurityError software healthy packages/eda-core/src/netlist/sanitizer.ts:SecurityError
AppModule software healthy apps/api/src/app.module.ts:AppModule
HealthController software healthy apps/api/src/health/health.controller.ts:HealthController
HealthModule software healthy apps/api/src/health/health.module.ts:HealthModule
TemplatesController software healthy apps/api/src/templates/templates.controller.ts:TemplatesCon…
TemplatesModule software healthy apps/api/src/templates/templates.module.ts:TemplatesModule
TemplatesService software healthy apps/api/src/templates/templates.service.ts:TemplatesService
CreateTemplateDto software healthy apps/api/src/templates/dto/index.ts:CreateTemplateDto
ListTemplatesQueryDto software healthy apps/api/src/templates/dto/index.ts:ListTemplatesQueryDto
AuthController software healthy apps/api/src/auth/auth.controller.ts:AuthController
AuthModule software healthy apps/api/src/auth/auth.module.ts:AuthModule
AuthService software healthy apps/api/src/auth/auth.service.ts:AuthService
JwtStrategy software healthy apps/api/src/auth/strategies/jwt.strategy.ts:JwtStrategy
LocalStrategy software healthy apps/api/src/auth/strategies/local.strategy.ts:LocalStrategy
LocalAuthGuard software healthy apps/api/src/auth/guards/local-auth.guard.ts:LocalAuthGuard
OptionalJwtAuthGuard software healthy apps/api/src/auth/guards/optional-jwt-auth.guard.ts:Optiona…
JwtAuthGuard software healthy apps/api/src/auth/guards/jwt-auth.guard.ts:JwtAuthGuard
RegisterDto software healthy apps/api/src/auth/dto/index.ts:RegisterDto
LoginDto software healthy apps/api/src/auth/dto/index.ts:LoginDto
RefreshDto software healthy apps/api/src/auth/dto/index.ts:RefreshDto
LogoutDto software healthy apps/api/src/auth/dto/index.ts:LogoutDto
VerifyEmailDto software healthy apps/api/src/auth/dto/index.ts:VerifyEmailDto
ResendVerificationDto software healthy apps/api/src/auth/dto/index.ts:ResendVerificationDto
ForgotPasswordDto software healthy apps/api/src/auth/dto/index.ts:ForgotPasswordDto
ResetPasswordDto software healthy apps/api/src/auth/dto/index.ts:ResetPasswordDto
SimulationController software healthy apps/api/src/simulation/simulation.controller.ts:Simulation…
SimulationModule software healthy apps/api/src/simulation/simulation.module.ts:SimulationModu…
SimulationService software healthy apps/api/src/simulation/simulation.service.ts:SimulationSer…
CreateSimulationDto software healthy apps/api/src/simulation/dto/index.ts:CreateSimulationDto
QuickSimulationDto software healthy apps/api/src/simulation/dto/index.ts:QuickSimulationDto
PrismaService software healthy apps/api/src/prisma/prisma.service.ts:PrismaService
PrismaModule software healthy apps/api/src/prisma/prisma.module.ts:PrismaModule
EmailService software healthy apps/api/src/email/email.service.ts:EmailService
EmailModule software healthy apps/api/src/email/email.module.ts:EmailModule
NetlistModule software healthy apps/api/src/netlist/netlist.module.ts:NetlistModule
NetlistController software healthy apps/api/src/netlist/netlist.controller.ts:NetlistController
NetlistService software healthy apps/api/src/netlist/netlist.service.ts:NetlistService
ImportNetlistDto software healthy apps/api/src/netlist/dto/index.ts:ImportNetlistDto
ExportNetlistDto software healthy apps/api/src/netlist/dto/index.ts:ExportNetlistDto
OrgsService software healthy apps/api/src/orgs/orgs.service.ts:OrgsService
OrgsController software healthy apps/api/src/orgs/orgs.controller.ts:OrgsController
OrgsModule software healthy apps/api/src/orgs/orgs.module.ts:OrgsModule
CreateOrgDto software healthy apps/api/src/orgs/dto/index.ts:CreateOrgDto
VerificationController software healthy apps/api/src/generation/verification.controller.ts:Verifica…
as software healthy apps/api/src/generation/verification.controller.ts:as
DesignService software healthy apps/api/src/generation/design.service.ts:DesignService
VerificationService software healthy apps/api/src/generation/verification.service.ts:Verificatio…
GenerationController software healthy apps/api/src/generation/generation.controller.ts:Generation…
GenerationModule software healthy apps/api/src/generation/generation.module.ts:GenerationModu…

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

LabelLayerStatusPath
packages software healthy packages
llm-core software healthy packages/llm-core
src software healthy packages/llm-core/src
eda-core software healthy packages/eda-core
src software healthy packages/eda-core/src
parser software healthy packages/eda-core/src/parser
utils software healthy packages/eda-core/src/utils
schemas software healthy packages/eda-core/src/schemas
types software healthy packages/eda-core/src/types
models software healthy packages/eda-core/src/models
erc software healthy packages/eda-core/src/erc
netlist software healthy packages/eda-core/src/netlist
__tests__ software healthy packages/eda-core/__tests__
scripts software healthy scripts
.github software healthy .github
workflows software healthy .github/workflows
plans software healthy plans
docs software healthy docs
infra software healthy infra
docker software healthy infra/docker
apps software healthy apps
api software healthy apps/api
src software healthy apps/api/src
health software healthy apps/api/src/health
templates software healthy apps/api/src/templates
dto software healthy apps/api/src/templates/dto
auth software healthy apps/api/src/auth
strategies software healthy apps/api/src/auth/strategies
decorators software healthy apps/api/src/auth/decorators
guards software healthy apps/api/src/auth/guards
dto software healthy apps/api/src/auth/dto
simulation software healthy apps/api/src/simulation
dto software healthy apps/api/src/simulation/dto
prisma software healthy apps/api/src/prisma
email software healthy apps/api/src/email
netlist software healthy apps/api/src/netlist
dto software healthy apps/api/src/netlist/dto
orgs software healthy apps/api/src/orgs
dto software healthy apps/api/src/orgs/dto
generation software healthy apps/api/src/generation
__live__ software healthy apps/api/src/generation/__live__
dto software healthy apps/api/src/generation/dto
usage software healthy apps/api/src/usage
projects software healthy apps/api/src/projects
dto software healthy apps/api/src/projects/dto
config software healthy apps/api/src/config
parts software healthy apps/api/src/parts
__live__ software healthy apps/api/src/parts/__live__
provider software healthy apps/api/src/parts/provider
tme software healthy apps/api/src/parts/tme

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

LabelLayerStatusPath
GET /health/ready api healthy apps/api/src/health/health.controller.ts
GET /health/live api healthy apps/api/src/health/health.controller.ts
GET /templates/:templateId api healthy apps/api/src/templates/templates.controller.ts
DELETE /templates/:templateId api healthy apps/api/src/templates/templates.controller.ts
POST /auth/register api healthy apps/api/src/auth/auth.controller.ts
POST /auth/login api healthy apps/api/src/auth/auth.controller.ts
POST /auth/refresh api healthy apps/api/src/auth/auth.controller.ts
POST /auth/verify-email api healthy apps/api/src/auth/auth.controller.ts
POST /auth/resend-verification api healthy apps/api/src/auth/auth.controller.ts
POST /auth/forgot-password api healthy apps/api/src/auth/auth.controller.ts
POST /auth/reset-password api healthy apps/api/src/auth/auth.controller.ts
POST /auth/logout api healthy apps/api/src/auth/auth.controller.ts
POST /versions/:versionId/simulations api healthy apps/api/src/simulation/simulation.controller.ts
POST /simulations/quick api healthy apps/api/src/simulation/simulation.controller.ts
GET /simulations/:jobId api healthy apps/api/src/simulation/simulation.controller.ts
GET /simulations/:jobId/result api healthy apps/api/src/simulation/simulation.controller.ts
POST /netlist/import api healthy apps/api/src/netlist/netlist.controller.ts
POST /netlist/export api healthy apps/api/src/netlist/netlist.controller.ts
GET /orgs/:orgId api healthy apps/api/src/orgs/orgs.controller.ts
POST /verify-design api healthy apps/api/src/generation/verification.controller.ts
POST /generate-circuit api healthy apps/api/src/generation/generation.controller.ts
POST /edit-circuit api healthy apps/api/src/generation/generation.controller.ts
POST /explain-circuit api healthy apps/api/src/generation/generation.controller.ts
POST /design-circuit api healthy apps/api/src/generation/design.controller.ts
GET /orgs/:orgId/usage api healthy apps/api/src/usage/usage.controller.ts
GET /orgs/:orgId/projects api healthy apps/api/src/projects/projects.controller.ts
POST /orgs/:orgId/projects api healthy apps/api/src/projects/projects.controller.ts
GET /projects/:projectId api healthy apps/api/src/projects/projects.controller.ts
PATCH /projects/:projectId api healthy apps/api/src/projects/projects.controller.ts
DELETE /projects/:projectId api healthy apps/api/src/projects/projects.controller.ts
GET /parts/search api healthy apps/api/src/parts/parts.controller.ts
GET /parts/manufacturers api healthy apps/api/src/parts/parts.controller.ts
GET /parts/categories api healthy apps/api/src/parts/parts.controller.ts
GET /parts/:symbol api healthy apps/api/src/parts/parts.controller.ts
GET /parts/:symbol/component api healthy apps/api/src/parts/parts.controller.ts
GET /projects/:projectId/versions api healthy apps/api/src/versions/versions.controller.ts
POST /projects/:projectId/versions api healthy apps/api/src/versions/versions.controller.ts
GET /versions/:versionId api healthy apps/api/src/versions/versions.controller.ts
GET /versions/:versionId/bom api healthy apps/api/src/versions/versions.controller.ts
POST /orgs/:orgId/assets/models/presign api healthy apps/api/src/assets/assets.controller.ts
POST /orgs/:orgId/assets/models/commit api healthy apps/api/src/assets/assets.controller.ts
GET /orgs/:orgId/assets/models api healthy apps/api/src/assets/assets.controller.ts
GET /assets/:assetId api healthy apps/api/src/assets/assets.controller.ts
GET /assets/:assetId/download api healthy apps/api/src/assets/assets.controller.ts
DELETE /assets/:assetId api healthy apps/api/src/assets/assets.controller.ts

LabelLayerStatusPath
auth::apps/api/src/config/env.validation.spec.ts security healthy apps/api/src/config/env.validation.spec.ts
auth::apps/api/src/auth/guards/jwt-auth.guard.ts security healthy apps/api/src/auth/guards/jwt-auth.guard.ts
auth::apps/api/src/usage/usage.controller.ts security healthy apps/api/src/usage/usage.controller.ts
auth::.env.example security healthy .env.example
auth::apps/api/src/projects/projects.controller.ts security healthy apps/api/src/projects/projects.controller.ts
auth::apps/api/src/templates/templates.controller.ts security healthy apps/api/src/templates/templates.controller.ts
auth::apps/api/src/auth/auth.service.spec.ts security healthy apps/api/src/auth/auth.service.spec.ts
auth::apps/api/src/auth/decorators/public.decorator.ts security healthy apps/api/src/auth/decorators/public.decorator.ts
auth::apps/api/src/netlist/netlist.controller.ts security healthy apps/api/src/netlist/netlist.controller.ts
auth::apps/api/src/auth/guards/local-auth.guard.ts security healthy apps/api/src/auth/guards/local-auth.guard.ts
auth::apps/api/src/generation/verification.controller.ts security healthy apps/api/src/generation/verification.controller.ts
auth::apps/api/src/versions/versions.controller.ts security healthy apps/api/src/versions/versions.controller.ts
auth::apps/api/src/parts/tme/tme.config.ts security healthy apps/api/src/parts/tme/tme.config.ts
auth::apps/api/src/auth/auth.service.ts security healthy apps/api/src/auth/auth.service.ts
auth::README.md security healthy README.md
auth::apps/api/__tests__/parts.integration.test.ts security healthy apps/api/__tests__/parts.integration.test.ts
auth::apps/api/src/app.module.ts security healthy apps/api/src/app.module.ts
auth::apps/api/__tests__/setup.ts security healthy apps/api/__tests__/setup.ts
auth::apps/api/src/auth/auth.module.ts security healthy apps/api/src/auth/auth.module.ts
auth::apps/api/src/simulation/simulation.controller.ts security healthy apps/api/src/simulation/simulation.controller.ts
auth::apps/api/src/generation/generation.controller.ts security healthy apps/api/src/generation/generation.controller.ts
auth::.github/workflows/ci.yml security healthy .github/workflows/ci.yml
auth::apps/api/src/auth/guards/optional-jwt-auth.guard.ts security healthy apps/api/src/auth/guards/optional-jwt-auth.guard.ts
auth::apps/api/src/auth/strategies/jwt.strategy.ts security healthy apps/api/src/auth/strategies/jwt.strategy.ts
auth::apps/api/src/config/env.validation.ts security healthy apps/api/src/config/env.validation.ts
auth::apps/api/src/parts/parts.module.ts security healthy apps/api/src/parts/parts.module.ts
auth::apps/api/src/auth/strategies/local.strategy.ts security healthy apps/api/src/auth/strategies/local.strategy.ts
auth::apps/api/package.json security healthy apps/api/package.json
auth::apps/api/src/orgs/orgs.controller.ts security healthy apps/api/src/orgs/orgs.controller.ts
auth::apps/api/src/generation/design.controller.ts security healthy apps/api/src/generation/design.controller.ts
auth::apps/api/src/assets/assets.controller.ts security healthy apps/api/src/assets/assets.controller.ts
auth::docker-compose.yml security healthy docker-compose.yml
auth::apps/api/src/parts/parts.controller.ts security healthy apps/api/src/parts/parts.controller.ts

LabelLayerStatusPath
users data healthy apps/api/prisma/migrations/20260529111305_init/migration.sql
organizations data healthy apps/api/prisma/migrations/20260529111305_init/migration.sql
org_memberships data healthy apps/api/prisma/migrations/20260529111305_init/migration.sql
projects data healthy apps/api/prisma/migrations/20260529111305_init/migration.sql
project_versions data healthy apps/api/prisma/migrations/20260529111305_init/migration.sql
templates data healthy apps/api/prisma/migrations/20260529111305_init/migration.sql
assets data healthy apps/api/prisma/migrations/20260529111305_init/migration.sql
simulation_jobs data healthy apps/api/prisma/migrations/20260529111305_init/migration.sql
audit_logs data healthy apps/api/prisma/migrations/20260529111305_init/migration.sql
usage_records data healthy apps/api/prisma/migrations/20260611085602_usage_records/mig…
refresh_tokens data healthy apps/api/prisma/migrations/20260612064352_refresh_rotation_…

LabelLayerStatusPath
migration.sql data healthy apps/api/prisma/migrations/20260612070536_audit_user_cascad…
migration.sql data healthy apps/api/prisma/migrations/20260529111305_init/migration.sql
migration.sql data healthy apps/api/prisma/migrations/20260611110701_usage_tune/migrat…
migration.sql data healthy apps/api/prisma/migrations/20260610072208_template_analysis…
migration.sql data healthy apps/api/prisma/migrations/20260612062805_auth_account_life…
migration.sql data healthy apps/api/prisma/migrations/20260611085602_usage_records/mig…
migration.sql data healthy apps/api/prisma/migrations/20260612064352_refresh_rotation_…
migration.sql data healthy apps/api/prisma/migrations/20260611171928_auth_lockout_fiel…

LabelLayerStatusPath
password_literal::apps/api/__tests__/auth.integration.test.… security healthy apps/api/__tests__/auth.integration.test.ts
password_literal::apps/api/__tests__/auth.integration.test.… security healthy apps/api/__tests__/auth.integration.test.ts
password_literal::apps/api/__tests__/auth.integration.test.… security healthy apps/api/__tests__/auth.integration.test.ts
password_literal::apps/api/__tests__/auth.integration.test.… security healthy apps/api/__tests__/auth.integration.test.ts
password_literal::apps/api/__tests__/auth.integration.test.… security healthy apps/api/__tests__/auth.integration.test.ts
password_literal::apps/api/__tests__/simulation.integration… security healthy apps/api/__tests__/simulation.integration.test.ts
password_literal::apps/api/__tests__/e2e-smoke.test.ts security healthy apps/api/__tests__/e2e-smoke.test.ts

LabelLayerStatusPath
postgres hardware healthy docker-compose.yml
redis hardware healthy docker-compose.yml
minio hardware healthy docker-compose.yml
create-bucket hardware healthy docker-compose.yml
api hardware healthy docker-compose.yml
worker-sim hardware healthy docker-compose.yml

LabelLayerStatusPath
port:3000 network healthy .env.example
port:5432 network healthy docker-compose.yml
port:6379 network healthy docker-compose.yml
port:9000 network healthy docker-compose.yml
port:9001 network healthy docker-compose.yml

LabelLayerStatusPath
postgresql data healthy .env.example
postgres data healthy .env.example
redis data healthy .env.example

LabelLayerStatusPath
test cicd healthy .github/workflows/ci.yml
matrix cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
Abdulberk__circuit-forge software healthy /data/fable5_failed_archive/Abdulberk__circuit-forge

LabelLayerStatusPath
Query root api healthy apps/api/src/parts/tme/tme-client.ts

LabelLayerStatusPath
bullmq data healthy README.md

LabelLayerStatusPath
vps::aws hardware healthy README.md

LabelLayerStatusPath
gha::ci cicd healthy .github/workflows/ci.yml
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/4cf3ea9d-1dce-4b79-8a0e-0d0111f7602c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/4cf3ea9d-1dce-4b79-8a0e-0d0111f7602c/

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.