https://github.com/commontrace/server
· scanned 2026-06-17 01:50 UTC (1 month, 1 week ago)
32 raw signals (0 security + 32 graph)
Last scanned 1 month, 1 week ago · v2 · last Δ -14.8 (diff) · 32 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 639 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.
| Label | Layer | Status | Path |
|---|---|---|---|
on_start |
software | healthy | tests/load/locustfile_rate_limit.py:172 |
search_burst |
software | healthy | tests/load/locustfile_rate_limit.py:64 |
refill_test |
software | healthy | tests/load/locustfile_rate_limit.py:119 |
search_session |
software | healthy | tests/load/locustfile_rate_limit.py:187 |
on_start |
software | healthy | tests/load/locustfile_capacity.py:50 |
search |
software | healthy | tests/load/locustfile_capacity.py:66 |
hash_api_key |
software | healthy | api/app/dependencies.py:16 |
get_redis |
software | dead | api/app/dependencies.py:37 |
get_current_user |
software | dead | api/app/dependencies.py:42 |
require_email |
software | dead | api/app/dependencies.py:70 |
require_contributor |
software | dead | api/app/dependencies.py:89 |
require_moderator |
software | dead | api/app/dependencies.py:110 |
metrics_endpoint |
software | dead | api/app/metrics.py:37 |
_embedding_worker_loop |
software | healthy | api/app/main.py:25 |
lifespan |
software | healthy | api/app/main.py:45 |
health_check |
software | healthy | api/app/main.py:128 |
configure_logging |
software | healthy | api/app/logging_config.py:4 |
on_connect |
software | healthy | api/app/database.py:10 |
_register_text_codec |
software | healthy | api/app/database.py:18 |
get_db |
software | dead | api/app/database.py:33 |
_trust_downscaling |
software | healthy | api/app/worker/consolidation_worker.py:38 |
_compute_temperatures |
software | healthy | api/app/worker/consolidation_worker.py:54 |
_build_co_retrieval_links |
software | healthy | api/app/worker/consolidation_worker.py:109 |
_prune_retrieval_logs |
software | healthy | api/app/worker/consolidation_worker.py:151 |
_check_prospective_memory |
software | healthy | api/app/worker/consolidation_worker.py:161 |
_detect_convergence |
software | healthy | api/app/worker/consolidation_worker.py:174 |
run_consolidation_cycle |
software | healthy | api/app/worker/consolidation_worker.py:179 |
consolidation_worker_loop |
software | healthy | api/app/worker/consolidation_worker.py:253 |
process_batch |
software | healthy | api/app/worker/embedding_worker.py:26 |
run_worker |
software | healthy | api/app/worker/embedding_worker.py:182 |
validate_metadata_size |
software | healthy | api/app/schemas/trace.py:26 |
downvote_requires_tag |
software | healthy | api/app/schemas/vote.py:23 |
_check_token |
software | healthy | api/app/routers/admin.py:38 |
admin_health |
software | healthy | api/app/routers/admin.py:61 |
users_recent |
software | healthy | api/app/routers/admin.py:67 |
user_detail |
software | healthy | api/app/routers/admin.py:101 |
signups_timeline |
software | healthy | api/app/routers/admin.py:174 |
sessions_recent |
software | healthy | api/app/routers/admin.py:206 |
traces_recent |
software | healthy | api/app/routers/admin.py:232 |
votes_recent |
software | healthy | api/app/routers/admin.py:268 |
funnel |
software | healthy | api/app/routers/admin.py:302 |
admin_mint_invitations |
software | healthy | api/app/routers/admin.py:342 |
admin_grant_contributor |
software | healthy | api/app/routers/admin.py:392 |
admin_delete_user |
software | healthy | api/app/routers/admin.py:425 |
flag_trace |
software | healthy | api/app/routers/moderation.py:37 |
list_flagged_traces |
software | healthy | api/app/routers/moderation.py:97 |
remove_trace |
software | healthy | api/app/routers/moderation.py:134 |
get_contributor_reputation |
software | healthy | api/app/routers/reputation.py:24 |
_utcnow |
software | healthy | api/app/routers/analytics.py:35 |
get_summary |
software | healthy | api/app/routers/analytics.py:40 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
.env.example |
software | healthy | .env.example |
CLAUDE.md |
software | healthy | CLAUDE.md |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
docker-compose.override.yml |
software | healthy | docker-compose.override.yml |
skills-lock.json |
software | healthy | skills-lock.json |
README.md |
software | healthy | README.md |
pyproject.toml |
software | healthy | pyproject.toml |
LICENSE |
software | healthy | LICENSE |
docker-compose.yml |
software | healthy | docker-compose.yml |
docker-compose.capacity.yml |
software | healthy | docker-compose.capacity.yml |
INDEX.md |
software | healthy | memory/INDEX.md |
_manifest.json |
software | healthy | memory/_manifest.json |
README.md |
software | healthy | memory/api/README.md |
README.md |
software | healthy | memory/skill/README.md |
README.md |
software | healthy | memory/infrastructure/README.md |
README.md |
software | healthy | memory/frontend/README.md |
2026-06-10-plan-a-shipped.md |
software | healthy | memory/sessions/2026-06-10-plan-a-shipped.md |
2026-06-12-housekeeping-findings.md |
software | healthy | memory/sessions/2026-06-12-housekeeping-findings.md |
2026-06-11-gap-review-v051-fix-queue.md |
software | healthy | memory/sessions/2026-06-11-gap-review-v051-fix-queue.md |
2026-06-10-plan-b-shipped.md |
software | healthy | memory/sessions/2026-06-10-plan-b-shipped.md |
2026-06-11-plan-c-ready-to-push.md |
software | healthy | memory/sessions/2026-06-11-plan-c-ready-to-push.md |
README.md |
software | healthy | memory/mcp/README.md |
__init__.py |
software | healthy | tests/load/__init__.py |
locustfile_rate_limit.py |
software | healthy | tests/load/locustfile_rate_limit.py |
locustfile_capacity.py |
software | healthy | tests/load/locustfile_capacity.py |
pyproject.toml |
software | healthy | api/pyproject.toml |
railway.toml |
software | healthy | api/railway.toml |
Dockerfile |
software | healthy | api/Dockerfile |
__init__.py |
software | healthy | api/app/__init__.py |
config.py |
software | healthy | api/app/config.py |
dependencies.py |
software | healthy | api/app/dependencies.py |
metrics.py |
software | healthy | api/app/metrics.py |
main.py |
software | healthy | api/app/main.py |
logging_config.py |
software | healthy | api/app/logging_config.py |
database.py |
software | healthy | api/app/database.py |
__init__.py |
software | healthy | api/app/worker/__init__.py |
consolidation_worker.py |
software | healthy | api/app/worker/consolidation_worker.py |
embedding_worker.py |
software | healthy | api/app/worker/embedding_worker.py |
trace.py |
software | healthy | api/app/schemas/trace.py |
reputation.py |
software | healthy | api/app/schemas/reputation.py |
__init__.py |
software | healthy | api/app/schemas/__init__.py |
search.py |
software | healthy | api/app/schemas/search.py |
invitation.py |
software | healthy | api/app/schemas/invitation.py |
vote.py |
software | healthy | api/app/schemas/vote.py |
amendment.py |
software | healthy | api/app/schemas/amendment.py |
auth.py |
software | healthy | api/app/schemas/auth.py |
common.py |
software | healthy | api/app/schemas/common.py |
trace_relationship.py |
software | healthy | api/app/models/trace_relationship.py |
trace.py |
software | healthy | api/app/models/trace.py |
consolidation_run.py |
software | healthy | api/app/models/consolidation_run.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
BurstAgent |
software | healthy | tests/load/locustfile_rate_limit.py:36 |
RefillAgent |
software | healthy | tests/load/locustfile_rate_limit.py:91 |
RealisticAgent |
software | healthy | tests/load/locustfile_rate_limit.py:163 |
SearchLoadUser |
software | healthy | tests/load/locustfile_capacity.py:45 |
Settings |
software | healthy | api/app/config.py:4 |
TraceCreate |
software | healthy | api/app/schemas/trace.py:11 |
TraceResponse |
software | healthy | api/app/schemas/trace.py:34 |
TraceAccepted |
software | healthy | api/app/schemas/trace.py:66 |
DomainReputationItem |
software | healthy | api/app/schemas/reputation.py:12 |
ReputationResponse |
software | healthy | api/app/schemas/reputation.py:19 |
TraceSearchRequest |
software | healthy | api/app/schemas/search.py:7 |
RelatedTrace |
software | healthy | api/app/schemas/search.py:15 |
TraceSearchResult |
software | healthy | api/app/schemas/search.py:22 |
TraceSearchResponse |
software | healthy | api/app/schemas/search.py:48 |
InvitationMintRequest |
software | healthy | api/app/schemas/invitation.py:10 |
InvitationMintResponse |
software | healthy | api/app/schemas/invitation.py:16 |
InvitationRedeemRequest |
software | healthy | api/app/schemas/invitation.py:28 |
InvitationRedeemResponse |
software | healthy | api/app/schemas/invitation.py:34 |
InvitationListItem |
software | healthy | api/app/schemas/invitation.py:42 |
InvitationListResponse |
software | healthy | api/app/schemas/invitation.py:52 |
VoteCreate |
software | healthy | api/app/schemas/vote.py:14 |
VoteResponse |
software | healthy | api/app/schemas/vote.py:40 |
AmendmentCreate |
software | healthy | api/app/schemas/amendment.py:9 |
AmendmentResponse |
software | healthy | api/app/schemas/amendment.py:16 |
APIKeyCreate |
software | healthy | api/app/schemas/auth.py:9 |
APIKeyResponse |
software | healthy | api/app/schemas/auth.py:17 |
ErrorResponse |
software | healthy | api/app/schemas/common.py:10 |
PaginatedResponse |
software | healthy | api/app/schemas/common.py:17 |
RelationshipType |
software | healthy | api/app/models/trace_relationship.py:18 |
TraceRelationship |
software | healthy | api/app/models/trace_relationship.py:27 |
TraceStatus |
software | healthy | api/app/models/trace.py:19 |
Trace |
software | healthy | api/app/models/trace.py:24 |
ConsolidationRun |
software | healthy | api/app/models/consolidation_run.py:18 |
TagTrend |
software | healthy | api/app/models/tag_trend.py:17 |
ContributorDomainReputation |
software | healthy | api/app/models/reputation.py:38 |
TriggerStats |
software | healthy | api/app/models/trigger_stats.py:19 |
RetrievalLog |
software | healthy | api/app/models/retrieval_log.py:19 |
User |
software | healthy | api/app/models/user.py:16 |
Invitation |
software | healthy | api/app/models/invitation.py:20 |
VoteType |
software | healthy | api/app/models/vote.py:17 |
Vote |
software | healthy | api/app/models/vote.py:22 |
Amendment |
software | healthy | api/app/models/amendment.py:16 |
SearchMiss |
software | healthy | api/app/models/search_miss.py:21 |
RifShadow |
software | healthy | api/app/models/rif_shadow.py:18 |
Base |
software | healthy | api/app/models/base.py:14 |
Tag |
software | healthy | api/app/models/tag.py:24 |
AdminInvitationMint |
software | healthy | api/app/routers/admin.py:50 |
AdminContributorGrant |
software | healthy | api/app/routers/admin.py:56 |
FlagRequest |
software | healthy | api/app/routers/moderation.py:24 |
TriggerStatsBody |
software | healthy | api/app/routers/telemetry.py:29 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
GET /health |
api | healthy | api/app/main.py |
GET /users/recent |
api | healthy | api/app/routers/admin.py |
GET /users/{user_id} |
api | healthy | api/app/routers/admin.py |
GET /signups/timeline |
api | healthy | api/app/routers/admin.py |
GET /sessions/recent |
api | healthy | api/app/routers/admin.py |
GET /traces/recent |
api | healthy | api/app/routers/admin.py |
GET /votes/recent |
api | healthy | api/app/routers/admin.py |
GET /funnel |
api | healthy | api/app/routers/admin.py |
POST /invitations |
api | healthy | api/app/routers/admin.py |
POST /contributors/{user_id} |
api | healthy | api/app/routers/admin.py |
DELETE /users/{user_id} |
api | healthy | api/app/routers/admin.py |
POST /traces/{trace_id}/flag |
api | healthy | api/app/routers/moderation.py |
GET /moderation/flagged |
api | healthy | api/app/routers/moderation.py |
DELETE /moderation/traces/{trace_id} |
api | healthy | api/app/routers/moderation.py |
GET /contributors/{user_id}/reputation |
api | healthy | api/app/routers/reputation.py |
GET /summary |
api | healthy | api/app/routers/analytics.py |
GET /timeline |
api | healthy | api/app/routers/analytics.py |
GET /top-tags |
api | healthy | api/app/routers/analytics.py |
GET /top-traces |
api | healthy | api/app/routers/analytics.py |
GET /top-contributors |
api | healthy | api/app/routers/analytics.py |
GET /geo |
api | healthy | api/app/routers/analytics.py |
GET /platforms |
api | healthy | api/app/routers/analytics.py |
GET /triggers |
api | healthy | api/app/routers/analytics.py |
GET /topics |
api | healthy | api/app/routers/analytics.py |
GET /assisted-resolution |
api | healthy | api/app/routers/analytics.py |
POST /triggers |
api | healthy | api/app/routers/telemetry.py |
POST /install |
api | healthy | api/app/routers/telemetry.py |
POST /ping |
api | healthy | api/app/routers/telemetry.py |
POST /traces/search |
api | healthy | api/app/routers/search.py |
POST /invitations/redeem |
api | healthy | api/app/routers/invitations.py |
GET /invitations |
api | healthy | api/app/routers/invitations.py |
POST /keys |
api | healthy | api/app/routers/auth.py |
GET /keys/verify |
api | healthy | api/app/routers/auth.py |
GET /tags |
api | healthy | api/app/routers/tags.py |
GET /tags/trending |
api | healthy | api/app/routers/tags.py |
POST /traces |
api | healthy | api/app/routers/traces.py |
GET /traces/{trace_id} |
api | healthy | api/app/routers/traces.py |
POST /traces/{trace_id}/votes |
api | healthy | api/app/routers/votes.py |
POST /traces/{trace_id}/amendments |
api | healthy | api/app/routers/amendments.py |
GET /metrics |
api | healthy | api/fixtures/add_seed_traces_4.py |
GET /search |
api | healthy | api/fixtures/add_seed_traces_2.py |
POST /webhooks/github |
api | healthy | api/fixtures/add_seed_traces_2.py |
POST /auth/register |
api | healthy | api/fixtures/add_seed_traces_2.py |
GET /traces/export |
api | healthy | api/fixtures/add_seed_traces_2.py |
GET /auth/github |
api | healthy | api/fixtures/add_seed_traces_2.py |
GET /auth/github/callback |
api | healthy | api/fixtures/add_seed_traces_2.py |
POST /votes |
api | healthy | api/fixtures/add_seed_traces_2.py |
POST /traces/{trace_id}/validate |
api | healthy | api/fixtures/add_seed_traces_2.py |
POST /traces/{trace_id}/process |
api | healthy | api/fixtures/add_seed_traces_5.py |
GET /events/{user_id} |
api | healthy | api/fixtures/add_seed_traces_3.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
rif_shadows |
data | healthy | api/migrations/versions/0014_rif_tracking.py |
TraceRelationship |
data | healthy | api/app/models/trace_relationship.py |
trace_relationships |
data | healthy | api/app/models/trace_relationship.py |
Trace |
data | healthy | api/app/models/trace.py |
traces |
data | healthy | api/app/models/trace.py |
ConsolidationRun |
data | healthy | api/app/models/consolidation_run.py |
consolidation_runs |
data | healthy | api/app/models/consolidation_run.py |
TagTrend |
data | healthy | api/app/models/tag_trend.py |
tag_trends |
data | healthy | api/app/models/tag_trend.py |
ContributorDomainReputation |
data | healthy | api/app/models/reputation.py |
contributor_domain_reputation |
data | healthy | api/app/models/reputation.py |
TriggerStats |
data | healthy | api/app/models/trigger_stats.py |
trigger_stats |
data | healthy | api/app/models/trigger_stats.py |
RetrievalLog |
data | healthy | api/app/models/retrieval_log.py |
retrieval_logs |
data | healthy | api/app/models/retrieval_log.py |
User |
data | healthy | api/app/models/user.py |
users |
data | healthy | api/app/models/user.py |
Invitation |
data | healthy | api/app/models/invitation.py |
invitations |
data | healthy | api/app/models/invitation.py |
Vote |
data | healthy | api/app/models/vote.py |
votes |
data | healthy | api/app/models/vote.py |
Amendment |
data | healthy | api/app/models/amendment.py |
amendments |
data | healthy | api/app/models/amendment.py |
SearchMiss |
data | healthy | api/app/models/search_miss.py |
search_misses |
data | healthy | api/app/models/search_miss.py |
RifShadow |
data | healthy | api/app/models/rif_shadow.py |
rif_shadows |
data | healthy | api/app/models/rif_shadow.py |
Base |
data | healthy | api/app/models/base.py |
Tag |
data | healthy | api/app/models/tag.py |
tags |
data | healthy | api/app/models/tag.py |
Trace |
data | healthy | api/fixtures/add_seed_traces_4.py |
Trace |
data | healthy | api/fixtures/add_seed_traces_4.py |
traces |
data | healthy | api/fixtures/add_seed_traces_4.py |
users |
data | healthy | api/fixtures/add_seed_traces_5.py |
traces |
data | healthy | api/fixtures/add_seed_traces_5.py |
| Label | Layer | Status | Path |
|---|---|---|---|
memory |
software | healthy | memory |
api |
software | healthy | memory/api |
skill |
software | healthy | memory/skill |
infrastructure |
software | healthy | memory/infrastructure |
frontend |
software | healthy | memory/frontend |
sessions |
software | healthy | memory/sessions |
mcp |
software | healthy | memory/mcp |
tests |
software | healthy | tests |
load |
software | healthy | tests/load |
api |
software | healthy | api |
app |
software | healthy | api/app |
worker |
software | healthy | api/app/worker |
schemas |
software | healthy | api/app/schemas |
models |
software | healthy | api/app/models |
routers |
software | healthy | api/app/routers |
middleware |
software | healthy | api/app/middleware |
services |
software | healthy | api/app/services |
tests |
software | healthy | api/tests |
scripts |
software | healthy | api/scripts |
fixtures |
software | healthy | api/fixtures |
migrations |
software | healthy | api/migrations |
versions |
software | healthy | api/migrations/versions |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
frontend |
software | healthy | frontend |
static |
software | healthy | frontend/static |
templates |
software | healthy | frontend/templates |
docs |
software | healthy | docs |
marketing |
software | healthy | docs/marketing |
superpowers |
software | healthy | docs/superpowers |
specs |
software | healthy | docs/superpowers/specs |
plans |
software | healthy | docs/superpowers/plans |
mcp-server |
software | healthy | mcp-server |
| Label | Layer | Status | Path |
|---|---|---|---|
env.py |
data | healthy | api/migrations/env.py |
0003_domain_reputation.py |
data | healthy | api/migrations/versions/0003_domain_reputation.py |
0012_system_user.py |
data | healthy | api/migrations/versions/0012_system_user.py |
0022_assisted_resolution_telemetry.py |
data | healthy | api/migrations/versions/0022_assisted_resolution_telemetry.… |
0002_amendments_and_staleness.py |
data | healthy | api/migrations/versions/0002_amendments_and_staleness.py |
0017_add_is_moderator.py |
data | healthy | api/migrations/versions/0017_add_is_moderator.py |
0008_convergence.py |
data | healthy | api/migrations/versions/0008_convergence.py |
0011_somatic_intensity.py |
data | healthy | api/migrations/versions/0011_somatic_intensity.py |
0021_search_misses.py |
data | healthy | api/migrations/versions/0021_search_misses.py |
0018_fix_revision_ids.py |
data | healthy | api/migrations/versions/0018_fix_revision_ids.py |
0015_impact_level.py |
data | healthy | api/migrations/versions/0015_impact_level.py |
0009_temperature_validity.py |
data | healthy | api/migrations/versions/0009_temperature_validity.py |
0004_retrieval_and_encoding.py |
data | healthy | api/migrations/versions/0004_retrieval_and_encoding.py |
0019_user_telemetry.py |
data | healthy | api/migrations/versions/0019_user_telemetry.py |
0007_context_fields.py |
data | healthy | api/migrations/versions/0007_context_fields.py |
0013_solution_embedding.py |
data | healthy | api/migrations/versions/0013_solution_embedding.py |
0005_relationships_and_consolidation.py |
data | healthy | api/migrations/versions/0005_relationships_and_consolidatio… |
0020_contribution_gate.py |
data | healthy | api/migrations/versions/0020_contribution_gate.py |
0006_prospective_memory.py |
data | healthy | api/migrations/versions/0006_prospective_memory.py |
0000_enable_pgvector.py |
data | healthy | api/migrations/versions/0000_enable_pgvector.py |
0001_initial_schema.py |
data | healthy | api/migrations/versions/0001_initial_schema.py |
0014_rif_tracking.py |
data | healthy | api/migrations/versions/0014_rif_tracking.py |
0016_tag_trends.py |
data | healthy | api/migrations/versions/0016_tag_trends.py |
0010_trigger_stats.py |
data | healthy | api/migrations/versions/0010_trigger_stats.py |
| Label | Layer | Status | Path |
|---|---|---|---|
image::api/Dockerfile |
hardware | healthy | api/Dockerfile |
image::frontend/Dockerfile |
hardware | healthy | frontend/Dockerfile |
image::mcp-server/Dockerfile |
hardware | healthy | mcp-server/Dockerfile |
postgres |
hardware | healthy | docker-compose.yml |
redis |
hardware | healthy | docker-compose.yml |
api |
hardware | healthy | docker-compose.yml |
worker |
hardware | healthy | docker-compose.yml |
mcp-server |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::tests/load/locustfile_capacity.py |
security | healthy | tests/load/locustfile_capacity.py |
auth::api/fixtures/seed_traces.json |
security | healthy | api/fixtures/seed_traces.json |
auth::api/fixtures/add_seed_traces_2.py |
security | healthy | api/fixtures/add_seed_traces_2.py |
auth::api/fixtures/add_seed_traces_4.py |
security | healthy | api/fixtures/add_seed_traces_4.py |
auth::api/fixtures/sample_traces.json |
security | healthy | api/fixtures/sample_traces.json |
auth::api/fixtures/add_seed_traces_5.py |
security | healthy | api/fixtures/add_seed_traces_5.py |
| Label | Layer | Status | Path |
|---|---|---|---|
postgresql |
data | healthy | .env.example |
redis |
data | healthy | .env.example |
sqlite |
data | healthy | CLAUDE.md |
postgres |
data | healthy | docker-compose.yml |
elasticsearch |
data | healthy | api/fixtures/add_seed_traces_2.py |
| Label | Layer | Status | Path |
|---|---|---|---|
port:5432 |
network | healthy | docker-compose.yml |
port:6379 |
network | healthy | docker-compose.yml |
port:8000 |
network | healthy | docker-compose.yml |
port:8080 |
network | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | api/app/services/decay.py |
vps::gcp |
hardware | healthy | api/app/services/decay.py |
vps::azure |
hardware | healthy | api/fixtures/add_seed_traces_2.py |
| Label | Layer | Status | Path |
|---|---|---|---|
celery |
data | healthy | api/fixtures/add_seed_traces_2.py |
pubsub |
data | healthy | api/fixtures/add_seed_traces_3.py |
| Label | Layer | Status | Path |
|---|---|---|---|
commontrace__server |
software | healthy | /data/fable5_failed_archive/commontrace__server |
| Label | Layer | Status | Path |
|---|---|---|---|
nginx |
network | healthy | CLAUDE.md |
| Label | Layer | Status | Path |
|---|---|---|---|
password_literal::api/app/services/scanner.py |
security | healthy | api/app/services/scanner.py |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
test |
cicd | healthy | .github/workflows/ci.yml |
This page is publicly accessible at:
https://repobility.com/scan/672ec13a-593f-4245-84ef-7ac4bc9fc3a8/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/672ec13a-593f-4245-84ef-7ac4bc9fc3a8/
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.