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.

Bhagyashree-Vaidya/Intelligence-layer

https://github.com/Bhagyashree-Vaidya/Intelligence-layer · scanned 2026-06-17 01:21 UTC (1 month, 2 weeks ago)

131 raw signals (0 security + 131 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -14.4 (diff) · 115 actionable findings from 1 signal source. 16 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 807 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
load_companies software healthy job_scraper.py:132
compile_patterns software healthy job_scraper.py:141
matches_title software healthy job_scraper.py:154
parse_timestamp software healthy job_scraper.py:158
is_recent software healthy job_scraper.py:167
strip_html software healthy job_scraper.py:176
flatten_job software healthy job_scraper.py:187
fetch_company software healthy job_scraper.py:213
fetch_job_detail software healthy job_scraper.py:230
scrape_all software healthy job_scraper.py:246
save_results software healthy job_scraper.py:341
print_summary software healthy job_scraper.py:361
main software healthy job_scraper.py:396
get_settings software healthy backend/app/config.py:61
setup_logger software healthy backend/app/logger.py:9
lifespan software healthy backend/app/main.py:18
root software healthy backend/app/main.py:68
get_db software healthy backend/app/database.py:20
get_profile software healthy backend/app/database.py:31
update_profile software healthy backend/app/database.py:42
get_resumes software healthy backend/app/database.py:67
add_resume software healthy backend/app/database.py:79
upload_resume_file software healthy backend/app/database.py:100
download_resume_file software healthy backend/app/database.py:120
create_resume_signed_url software healthy backend/app/database.py:130
delete_resume software healthy backend/app/database.py:145
_normalize_date software healthy backend/app/database.py:165
upsert_jobs software healthy backend/app/database.py:206
normalize_job_dates software healthy backend/app/database.py:236
search_jobs software healthy backend/app/database.py:281
get_job software healthy backend/app/database.py:330
add_application_event software healthy backend/app/database.py:338
save_application software healthy backend/app/database.py:368
update_application_status software healthy backend/app/database.py:383
get_applications software healthy backend/app/database.py:394
get_applied_job_ids software healthy backend/app/database.py:410
get_application_by_job_id software healthy backend/app/database.py:416
get_stats software healthy backend/app/database.py:423
get_application_stats software healthy backend/app/database.py:436
get_cios_metrics software healthy backend/app/database.py:469
ever software healthy backend/app/database.py:494
rate software healthy backend/app/database.py:503
get_auto_apply_candidates software healthy backend/app/database.py:520
log_auto_apply software healthy backend/app/database.py:544
get_auto_apply_log software healthy backend/app/database.py:562
get_auto_apply_settings software healthy backend/app/database.py:579
update_auto_apply_settings software healthy backend/app/database.py:594
rescore_all_jobs software healthy backend/app/database.py:606
get_night_shift_settings software healthy backend/app/database.py:667
update_night_shift_settings software healthy backend/app/database.py:679

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

LabelLayerStatusPath
KNOWLEDGE_GRAPH.md software healthy KNOWLEDGE_GRAPH.md
ARCHITECTURE.md software healthy ARCHITECTURE.md
requirements.txt software healthy requirements.txt
skills-lock.json software healthy skills-lock.json
README.md software healthy README.md
PLAYBOOK.md software healthy PLAYBOOK.md
job_scraper.py software healthy job_scraper.py
ats_mapping.json software healthy ats_mapping.json
CONTEXT.md software healthy CONTEXT.md
.env.example software healthy backend/.env.example
fly.toml software healthy backend/fly.toml
requirements.txt software healthy backend/requirements.txt
docker-compose.yml software healthy backend/docker-compose.yml
Dockerfile software healthy backend/Dockerfile
__init__.py software healthy backend/app/__init__.py
config.py software healthy backend/app/config.py
logger.py software healthy backend/app/logger.py
main.py software healthy backend/app/main.py
database.py software healthy backend/app/database.py
enrich_worker.py software healthy backend/app/workers/enrich_worker.py
__init__.py software healthy backend/app/workers/__init__.py
auto_apply_worker.py software healthy backend/app/workers/auto_apply_worker.py
signals_worker.py software healthy backend/app/workers/signals_worker.py
score_worker.py software healthy backend/app/workers/score_worker.py
bigtech_scrapers.py software healthy backend/app/services/bigtech_scrapers.py
__init__.py software healthy backend/app/services/__init__.py
queue.py software healthy backend/app/services/queue.py
answer_engine.py software healthy backend/app/services/answer_engine.py
scraper_service.py software healthy backend/app/services/scraper_service.py
relevancy_engine.py software healthy backend/app/services/relevancy_engine.py
people_discovery.py software healthy backend/app/services/people_discovery.py
auto_apply.py software healthy backend/app/services/auto_apply.py
apify_service.py software healthy backend/app/services/apify_service.py
role_classifier.py software healthy backend/app/services/role_classifier.py
night_shift_config.py software healthy backend/app/services/night_shift_config.py
night_shift.py software healthy backend/app/services/night_shift.py
__init__.py software healthy backend/app/services/signals/__init__.py
classifier.py software healthy backend/app/services/signals/classifier.py
__init__.py software healthy backend/app/services/scrapers/__init__.py
linkedin_posts.py software healthy backend/app/services/scrapers/linkedin_posts.py
orchestrator.py software healthy backend/app/services/ai/orchestrator.py
__init__.py software healthy backend/app/services/ai/__init__.py
openai_client.py software healthy backend/app/services/ai/openai_client.py
claude_client.py software healthy backend/app/services/ai/claude_client.py
tasks.py software healthy backend/app/routes/tasks.py
answers.py software healthy backend/app/routes/answers.py
health.py software healthy backend/app/routes/health.py
signals.py software healthy backend/app/routes/signals.py
referrals.py software healthy backend/app/routes/referrals.py
applications.py software healthy backend/app/routes/applications.py

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

LabelLayerStatusPath
GET / api healthy backend/app/main.py
GET /today api healthy backend/app/routes/tasks.py
GET /week api healthy backend/app/routes/tasks.py
POST /tick api healthy backend/app/routes/tasks.py
GET /memo-target api healthy backend/app/routes/tasks.py
POST /generate/memo api healthy backend/app/routes/tasks.py
POST /generate/pm-concept api healthy backend/app/routes/tasks.py
POST /generate/article api healthy backend/app/routes/tasks.py
GET /artifacts api healthy backend/app/routes/tasks.py
POST /answers api healthy backend/app/routes/answers.py
GET /answers/config api healthy backend/app/routes/answers.py
GET /answers/bank api healthy backend/app/routes/answers.py
POST /answers/lookup api healthy backend/app/routes/answers.py
GET /health api healthy backend/app/routes/health.py
POST /health/daily-email api healthy backend/app/routes/health.py
GET /health/detailed api healthy backend/app/routes/health.py
GET /health/infra api healthy backend/app/routes/health.py
GET /stats api healthy backend/app/routes/signals.py
POST /scan api healthy backend/app/routes/signals.py
GET /contacts api healthy backend/app/routes/signals.py
POST /outreach api healthy backend/app/routes/signals.py
POST /outreach/batch api healthy backend/app/routes/signals.py
POST /discover api healthy backend/app/routes/referrals.py
POST /{contact_id}/outreach api healthy backend/app/routes/referrals.py
GET /applications api healthy backend/app/routes/applications.py
POST /track/{job_id} api healthy backend/app/routes/applications.py
PATCH /applications/{app_id}/status api healthy backend/app/routes/applications.py
GET /applications/summary api healthy backend/app/routes/applications.py
GET /jobs api healthy backend/app/routes/jobs.py
GET /jobs/{job_id} api healthy backend/app/routes/jobs.py
POST /rescore api healthy backend/app/routes/jobs.py
GET /jobs/{job_id}/recruiter api healthy backend/app/routes/jobs.py
POST /jobs/{job_id}/message api healthy backend/app/routes/jobs.py
POST /jobs/{job_id}/cover-letter api healthy backend/app/routes/jobs.py
POST /jobs/fix-dates api healthy backend/app/routes/jobs.py
GET /profile api healthy backend/app/routes/profile.py
PUT /profile api healthy backend/app/routes/profile.py
POST /resumes/upload api healthy backend/app/routes/profile.py
GET /resumes/{resume_id}/download api healthy backend/app/routes/profile.py
GET /resumes/{resume_id}/signed-url api healthy backend/app/routes/profile.py
DELETE /resumes/{resume_id} api healthy backend/app/routes/profile.py
GET /scrape/status api healthy backend/app/routes/scraper.py
POST /scrape api healthy backend/app/routes/scraper.py
POST /scrape/bigtech api healthy backend/app/routes/scraper.py
POST /scrape/apify api healthy backend/app/routes/scraper.py
POST /scrape/all api healthy backend/app/routes/scraper.py
GET /scrape/health api healthy backend/app/routes/scraper.py
GET /settings api healthy backend/app/routes/auto_apply.py
PUT /settings api healthy backend/app/routes/auto_apply.py
GET /roles api healthy backend/app/routes/auto_apply.py

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

LabelLayerStatusPath
backend software healthy backend
app software healthy backend/app
workers software healthy backend/app/workers
services software healthy backend/app/services
signals software healthy backend/app/services/signals
scrapers software healthy backend/app/services/scrapers
ai software healthy backend/app/services/ai
routes software healthy backend/app/routes
scripts software healthy backend/scripts
migrations software healthy backend/migrations
frontend software healthy frontend
src software healthy frontend/src
app software healthy frontend/src/app
signals software healthy frontend/src/app/signals
daily software healthy frontend/src/app/daily
weekly software healthy frontend/src/app/weekly
referrals software healthy frontend/src/app/referrals
profile software healthy frontend/src/app/profile
night-shift software healthy frontend/src/app/night-shift
applications software healthy frontend/src/app/applications
components software healthy frontend/src/components
lib software healthy frontend/src/lib
extension software healthy frontend/extension
job_app software healthy job_app
static software healthy job_app/static
templates software healthy job_app/templates
extension software healthy job_app/extension

LabelLayerStatusPath
application_events data healthy backend/migrations/006_career_memory_graph.sql
insights data healthy backend/migrations/006_career_memory_graph.sql
night_shift_queue data healthy backend/migrations/007_night_shift_queue.sql
night_shift_settings data healthy backend/migrations/007_night_shift_queue.sql
task_log data healthy backend/migrations/010_task_system.sql
artifacts data healthy backend/migrations/010_task_system.sql
linkedin_posts data healthy backend/migrations/005_signals_and_contacts.sql
contacts data healthy backend/migrations/005_signals_and_contacts.sql
profile data healthy backend/scripts/migrate.py
resumes data healthy backend/scripts/migrate.py
jobs data healthy backend/scripts/migrate.py
applications data healthy backend/scripts/migrate.py

LabelLayerStatusPath
RootLayout frontend healthy frontend/src/app/layout.tsx
Dashboard frontend healthy frontend/src/app/page.tsx
SignalsPage frontend healthy frontend/src/app/signals/page.tsx
DailyPage frontend healthy frontend/src/app/daily/page.tsx
WeeklyPage frontend healthy frontend/src/app/weekly/page.tsx
ReferralsPage frontend healthy frontend/src/app/referrals/page.tsx
ProfilePage frontend healthy frontend/src/app/profile/page.tsx
NightShiftPage frontend healthy frontend/src/app/night-shift/page.tsx
ApplicationsPage frontend healthy frontend/src/app/applications/page.tsx

LabelLayerStatusPath
/page.tsx frontend healthy frontend/src/app/page.tsx
/signals frontend healthy frontend/src/app/signals/page.tsx
/daily frontend healthy frontend/src/app/daily/page.tsx
/weekly frontend healthy frontend/src/app/weekly/page.tsx
/referrals frontend healthy frontend/src/app/referrals/page.tsx
/profile frontend healthy frontend/src/app/profile/page.tsx
/night-shift frontend healthy frontend/src/app/night-shift/page.tsx
/applications frontend healthy frontend/src/app/applications/page.tsx

LabelLayerStatusPath
006_career_memory_graph.sql data healthy backend/migrations/006_career_memory_graph.sql
008_resume_storage.sql data healthy backend/migrations/008_resume_storage.sql
009_audit_fixes.sql data healthy backend/migrations/009_audit_fixes.sql
007_night_shift_queue.sql data healthy backend/migrations/007_night_shift_queue.sql
010_task_system.sql data healthy backend/migrations/010_task_system.sql
010_referrals.sql data healthy backend/migrations/010_referrals.sql
005_signals_and_contacts.sql data healthy backend/migrations/005_signals_and_contacts.sql

LabelLayerStatusPath
postgres data healthy skills-lock.json
postgresql data healthy README.md
mongodb data healthy ats_mapping.json
redis data healthy backend/requirements.txt
sqlite data healthy backend/app/database.py

LabelLayerStatusPath
Settings software healthy backend/app/config.py:12
Config software healthy backend/app/config.py:54
WorkerSettings software healthy backend/app/workers/__init__.py:473
OutreachRequest software healthy backend/app/routes/signals.py:113

LabelLayerStatusPath
image::backend/Dockerfile hardware healthy backend/Dockerfile
redis hardware healthy backend/docker-compose.yml
api hardware healthy backend/docker-compose.yml
worker hardware healthy backend/docker-compose.yml

LabelLayerStatusPath
vps::aws hardware healthy backend/app/services/relevancy_engine.py
vps::gcp hardware healthy backend/app/services/relevancy_engine.py
vps::azure hardware healthy backend/app/services/relevancy_engine.py
vps::ec2 hardware healthy frontend/extension/content.js

LabelLayerStatusPath
76.76.21.21 network healthy README.md
125.0.0.0 network healthy job_scraper.py
127.0.0.1 network healthy backend/app/main.py

LabelLayerStatusPath
port:8000 network healthy backend/.env.example
port:6379 network healthy backend/docker-compose.yml

LabelLayerStatusPath
auth::job_app/company_config.json security healthy job_app/company_config.json
auth::ats_mapping.json security healthy ats_mapping.json

LabelLayerStatusPath
Bhagyashree-Vaidya__Intelligence-layer software healthy /data/fable5_failed_archive/Bhagyashree-Vaidya__Intelligenc…

LabelLayerStatusPath
gpu (detected) hardware healthy backend/app/workers/__init__.py
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/842ac898-742d-4185-a841-b2ec6a9571aa/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/842ac898-742d-4185-a841-b2ec6a9571aa/

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.