https://github.com/SibeiC/api-server
· scanned 2026-06-16 00:12 UTC (2 months, 2 weeks ago)
34 raw signals (0 security + 34 graph)
Last scanned 2 months, 2 weeks ago · v1 · 11 actionable findings from 1 signal source. 23 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 226 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 |
|---|---|---|---|
pom.xml |
software | healthy | pom.xml |
install-dev.sh |
software | healthy | install-dev.sh |
doppler.yaml |
software | healthy | doppler.yaml |
qodana.yaml |
software | healthy | qodana.yaml |
qodana.baseline.sarif.json |
software | healthy | qodana.baseline.sarif.json |
README.md |
software | healthy | README.md |
CLAUDE.md |
software | healthy | CLAUDE.md |
install.sh |
software | healthy | install.sh |
Dockerfile |
software | healthy | Dockerfile |
requirements.yml |
software | healthy | requirements.yml |
uninstall.sh |
software | healthy | uninstall.sh |
playbook.yml |
software | healthy | playbook.yml |
LICENSE |
software | healthy | LICENSE |
docker-compose.yml |
software | healthy | docker-compose.yml |
entrypoint.sh |
software | healthy | entrypoint.sh |
SKILL.md |
software | healthy | .claude/skills/api-chencraft/SKILL.md |
dependabot.yml |
software | healthy | .github/dependabot.yml |
qodana_code_quality.yml |
software | healthy | .github/workflows/qodana_code_quality.yml |
docker_cleanup.yml |
software | healthy | .github/workflows/docker_cleanup.yml |
ansible-lint.yml |
software | healthy | .github/workflows/ansible-lint.yml |
maven.yml |
software | healthy | .github/workflows/maven.yml |
CertificateApiControllerTest.java |
software | healthy | src/test/java/com/chencraft/api/CertificateApiControllerTes… |
HealthCheckApiControllerTest.java |
software | healthy | src/test/java/com/chencraft/api/HealthCheckApiControllerTes… |
GithubWebhookApiControllerTest.java |
software | healthy | src/test/java/com/chencraft/api/GithubWebhookApiControllerT… |
PrometheusTest.java |
software | healthy | src/test/java/com/chencraft/api/PrometheusTest.java |
SecureFileApiControllerTest.java |
software | healthy | src/test/java/com/chencraft/api/SecureFileApiControllerTest… |
FileApiControllerTest.java |
software | healthy | src/test/java/com/chencraft/api/FileApiControllerTest.java |
SecureHealthCheckApiControllerTest.java |
software | healthy | src/test/java/com/chencraft/api/secure/SecureHealthCheckApi… |
SecureGitHubApiControllerTest.java |
software | healthy | src/test/java/com/chencraft/api/secure/SecureGitHubApiContr… |
SecureCertificateApiControllerTest.java |
software | healthy | src/test/java/com/chencraft/api/secure/SecureCertificateApi… |
SecurePingApiControllerTest.java |
software | healthy | src/test/java/com/chencraft/api/secure/SecurePingApiControl… |
SecureCloudflareRelayApiControllerTest.java |
software | healthy | src/test/java/com/chencraft/api/secure/SecureCloudflareRela… |
FileServiceTest.java |
software | healthy | src/test/java/com/chencraft/common/FileServiceTest.java |
MongoConfig.java |
software | healthy | src/test/java/com/chencraft/common/config/MongoConfig.java |
JacksonConfig.java |
software | healthy | src/test/java/com/chencraft/common/config/JacksonConfig.java |
FileDataTest.java |
software | healthy | src/test/java/com/chencraft/common/component/FileDataTest.j… |
HashServiceTest.java |
software | healthy | src/test/java/com/chencraft/common/service/HashServiceTest.… |
MockMailService.java |
software | healthy | src/test/java/com/chencraft/common/service/mail/MockMailSer… |
HealthCheckServiceTest.java |
software | healthy | src/test/java/com/chencraft/common/service/health/HealthChe… |
CloudflareApiServiceTest.java |
software | healthy | src/test/java/com/chencraft/common/service/api/CloudflareAp… |
WebClientHttp3GuardTest.java |
software | healthy | src/test/java/com/chencraft/common/service/api/WebClientHtt… |
LocalFileService.java |
software | healthy | src/test/java/com/chencraft/common/service/file/LocalFileSe… |
CertificateServiceTest.java |
software | healthy | src/test/java/com/chencraft/common/service/cert/Certificate… |
MockCertificateService.java |
software | healthy | src/test/java/com/chencraft/common/service/cert/MockCertifi… |
ImmediateTaskExecutor.java |
software | healthy | src/test/java/com/chencraft/common/service/executor/Immedia… |
FileServiceTestHelper.java |
software | healthy | src/test/java/com/chencraft/utils/FileServiceTestHelper.java |
Application.java |
software | healthy | src/main/java/com/chencraft/Application.java |
FileApiController.java |
software | healthy | src/main/java/com/chencraft/api/FileApiController.java |
HealthCheckApi.java |
software | healthy | src/main/java/com/chencraft/api/HealthCheckApi.java |
FileApi.java |
software | healthy | src/main/java/com/chencraft/api/FileApi.java |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
.claude |
software | healthy | .claude |
skills |
software | healthy | .claude/skills |
api-chencraft |
software | healthy | .claude/skills/api-chencraft |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
test |
software | healthy | src/test |
java |
software | healthy | src/test/java |
com |
software | healthy | src/test/java/com |
chencraft |
software | healthy | src/test/java/com/chencraft |
api |
software | healthy | src/test/java/com/chencraft/api |
secure |
software | healthy | src/test/java/com/chencraft/api/secure |
common |
software | healthy | src/test/java/com/chencraft/common |
config |
software | healthy | src/test/java/com/chencraft/common/config |
component |
software | healthy | src/test/java/com/chencraft/common/component |
service |
software | healthy | src/test/java/com/chencraft/common/service |
mail |
software | healthy | src/test/java/com/chencraft/common/service/mail |
health |
software | healthy | src/test/java/com/chencraft/common/service/health |
api |
software | healthy | src/test/java/com/chencraft/common/service/api |
file |
software | healthy | src/test/java/com/chencraft/common/service/file |
cert |
software | healthy | src/test/java/com/chencraft/common/service/cert |
executor |
software | healthy | src/test/java/com/chencraft/common/service/executor |
utils |
software | healthy | src/test/java/com/chencraft/utils |
main |
software | healthy | src/main |
java |
software | healthy | src/main/java |
com |
software | healthy | src/main/java/com |
chencraft |
software | healthy | src/main/java/com/chencraft |
api |
software | healthy | src/main/java/com/chencraft/api |
models |
software | healthy | src/main/java/com/chencraft/api/models |
secure |
software | healthy | src/main/java/com/chencraft/api/secure |
common |
software | healthy | src/main/java/com/chencraft/common |
config |
software | healthy | src/main/java/com/chencraft/common/config |
mongo |
software | healthy | src/main/java/com/chencraft/common/mongo |
filter |
software | healthy | src/main/java/com/chencraft/common/filter |
task |
software | healthy | src/main/java/com/chencraft/common/task |
component |
software | healthy | src/main/java/com/chencraft/common/component |
service |
software | healthy | src/main/java/com/chencraft/common/service |
mail |
software | healthy | src/main/java/com/chencraft/common/service/mail |
health |
software | healthy | src/main/java/com/chencraft/common/service/health |
api |
software | healthy | src/main/java/com/chencraft/common/service/api |
file |
software | healthy | src/main/java/com/chencraft/common/service/file |
cert |
software | healthy | src/main/java/com/chencraft/common/service/cert |
executor |
software | healthy | src/main/java/com/chencraft/common/service/executor |
exception |
software | healthy | src/main/java/com/chencraft/common/exception |
utils |
software | healthy | src/main/java/com/chencraft/utils |
configuration |
software | healthy | src/main/java/com/chencraft/configuration |
model |
software | healthy | src/main/java/com/chencraft/model |
mongo |
software | healthy | src/main/java/com/chencraft/model/mongo |
cloudflare |
software | healthy | src/main/java/com/chencraft/model/cloudflare |
| Label | Layer | Status | Path |
|---|---|---|---|
PACKAGE_NAME |
cicd | healthy | — |
GHCR_PAT_RO |
cicd | healthy | — |
QODANA_TOKEN_2097965348 |
cicd | healthy | — |
SERVER_HOST |
cicd | healthy | — |
IMAGE_TAG |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
SERVER_SSH_KEY |
cicd | healthy | — |
SERVER_USER |
cicd | healthy | — |
REPO |
cicd | healthy | — |
DOPPLER_TOKEN |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
qodana |
cicd | healthy | .github/workflows/qodana_code_quality.yml |
cleanup |
cicd | healthy | .github/workflows/docker_cleanup.yml |
lint |
cicd | healthy | .github/workflows/ansible-lint.yml |
ci-test |
cicd | healthy | .github/workflows/maven.yml |
docker |
cicd | healthy | .github/workflows/maven.yml |
deploy |
cicd | healthy | .github/workflows/maven.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::qodana_code_quality |
cicd | healthy | .github/workflows/qodana_code_quality.yml |
gha::docker_cleanup |
cicd | healthy | .github/workflows/docker_cleanup.yml |
gha::ansible-lint |
cicd | healthy | .github/workflows/ansible-lint.yml |
gha::maven |
cicd | healthy | .github/workflows/maven.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
port:8080 |
network | healthy | Dockerfile |
port:8957 |
network | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
api-server |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-395july3 |
software | healthy | /tmp/repobility-clone-395july3 |
| Label | Layer | Status | Path |
|---|---|---|---|
mongodb |
data | healthy | pom.xml |
| Label | Layer | Status | Path |
|---|---|---|---|
nginx |
network | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
password_literal::playbook.yml |
security | healthy | playbook.yml |
This page is publicly accessible at:
https://repobility.com/scan/632b3c06-d05c-4094-8203-ffcac81ae665/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/632b3c06-d05c-4094-8203-ffcac81ae665/
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.