https://github.com/codingspecialist/ecs-express-mode-sample
· scanned 2026-06-17 01:49 UTC (1 month, 1 week ago)
23 raw signals (0 security + 23 graph)
Last scanned 1 month, 1 week ago · v2 · last Δ +2.2 (diff) · 18 actionable findings from 1 signal source. 5 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 67 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 |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
image::servers/basic-server/Dockerfile |
hardware | healthy | servers/basic-server/Dockerfile |
image::servers/auth-server/Dockerfile |
hardware | healthy | servers/auth-server/Dockerfile |
tf::aws_iam_role::execution |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_iam_role_policy_attachment::execution |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_ecs_cluster::main |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_cloudwatch_log_group::basic |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_cloudwatch_log_group::auth |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_security_group::alb |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_security_group::service |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_lb::main |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_lb_target_group::basic |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_lb_target_group::auth |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_lb_listener::http |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_lb_listener_rule::auth |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_ecs_task_definition::basic |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_ecs_task_definition::auth |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_ecs_service::basic |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_ecs_service::auth |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_appautoscaling_target::basic |
hardware | healthy | ex02-terraform/main.tf |
tf::aws_appautoscaling_policy::basic_cpu |
hardware | healthy | ex02-terraform/main.tf |
| Label | Layer | Status | Path |
|---|---|---|---|
app.js |
software | healthy | app.js |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
Dockerfile |
software | healthy | Dockerfile |
deploy.yml |
software | healthy | .github/workflows/deploy.yml |
README.md |
software | healthy | ex02-terraform/README.md |
main.tf |
software | healthy | ex02-terraform/main.tf |
outputs.tf |
software | healthy | ex02-terraform/outputs.tf |
variables.tf |
software | healthy | ex02-terraform/variables.tf |
app.js |
software | healthy | servers/basic-server/app.js |
package.json |
software | healthy | servers/basic-server/package.json |
Dockerfile |
software | healthy | servers/basic-server/Dockerfile |
app.js |
software | healthy | servers/auth-server/app.js |
package.json |
software | healthy | servers/auth-server/package.json |
Dockerfile |
software | healthy | servers/auth-server/Dockerfile |
README.md |
software | healthy | ex01-manual/README.md |
basic-server.json |
software | healthy | ex01-manual/taskdef/basic-server.json |
auth-server.json |
software | healthy | ex01-manual/taskdef/auth-server.json |
| Label | Layer | Status | Path |
|---|---|---|---|
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
ex02-terraform |
software | healthy | ex02-terraform |
servers |
software | healthy | servers |
basic-server |
software | healthy | servers/basic-server |
auth-server |
software | healthy | servers/auth-server |
ex01-manual |
software | healthy | ex01-manual |
taskdef |
software | healthy | ex01-manual/taskdef |
| Label | Layer | Status | Path |
|---|---|---|---|
GET / |
api | healthy | app.js |
GET /health |
api | healthy | app.js |
GET /api/users |
api | healthy | app.js |
GET /stress |
api | healthy | app.js |
GET /auth |
api | healthy | servers/auth-server/app.js |
GET /auth/login |
api | healthy | servers/auth-server/app.js |
GET /auth/verify |
api | healthy | servers/auth-server/app.js |
| Label | Layer | Status | Path |
|---|---|---|---|
AWS_REGION |
cicd | healthy | — |
AWS_ACCESS_KEY_ID |
cicd | healthy | — |
CONTAINER_NAME |
cicd | healthy | — |
ECS_CLUSTER |
cicd | healthy | — |
ECS_SERVICE |
cicd | healthy | — |
AWS_SECRET_ACCESS_KEY |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | README.md |
vps::ec2 |
hardware | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
codingspecialist__ecs-express-mode-sample |
software | healthy | /data/fable5_failed_archive/codingspecialist__ecs-express-m… |
| Label | Layer | Status | Path |
|---|---|---|---|
loadbalancer |
network | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
port:8080 |
network | healthy | Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::deploy |
cicd | healthy | .github/workflows/deploy.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
deploy |
cicd | healthy | .github/workflows/deploy.yml |
This page is publicly accessible at:
https://repobility.com/scan/51d28ffd-8c5a-4277-9d2b-1a67172bd0dd/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/51d28ffd-8c5a-4277-9d2b-1a67172bd0dd/
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.