Scan timing: clone 2.99s · analysis 3.19s · 1.8 MB · GitHub API rate-limit (preflight)
https://github.com/abdelkader/vCardEditor
· scanned 2026-06-04 11:59 UTC (1 day, 1 hour ago)
· 10 languages
20 findings (8 legacy + 12 scanner) Scanner says 88 (lower by 32)
Last scanned 1 day, 1 hour ago · v2 · 14 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.
| Component | Sub-score | Weight | Contribution |
|---|---|---|---|
structure_score |
55.0 | 0.15 | 8.25 |
security_score |
100.0 | 0.25 | 25.00 |
testing_score |
0.0 | 0.20 | 0.00 |
documentation_score |
40.0 | 0.15 | 6.00 |
practices_score |
65.0 | 0.15 | 9.75 |
code_quality |
70.0 | 0.10 | 7.00 |
| Overall | 1.00 | 56.0 |
All 158 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 |
|---|---|---|---|
README.md |
software | healthy | README.md |
properties.md |
software | healthy | properties.md |
Entries.cs |
software | healthy | vCardEditor_Test/Entries.cs |
ContactRepositoryTest.cs |
software | healthy | vCardEditor_Test/ContactRepositoryTest.cs |
LocalizationLoaderTest.cs |
software | healthy | vCardEditor_Test/LocalizationLoaderTest.cs |
MainPresenterTest.cs |
software | healthy | vCardEditor_Test/MainPresenterTest.cs |
JsonEntries.cs |
software | healthy | vCardEditor_Test/JsonEntries.cs |
JsonLocalizationProviderTest.cs |
software | healthy | vCardEditor_Test/JsonLocalizationProviderTest.cs |
FixedListTest.cs |
software | healthy | vCardEditor_Test/FixedListTest.cs |
AssemblyInfo.cs |
software | healthy | vCardEditor_Test/Properties/AssemblyInfo.cs |
Program.cs |
software | healthy | vCardEditor/Program.cs |
ContactRepository.cs |
software | healthy | vCardEditor/Repository/ContactRepository.cs |
ConfigRepository.cs |
software | healthy | vCardEditor/Repository/ConfigRepository.cs |
FileHandler.cs |
software | healthy | vCardEditor/Repository/FileHandler.cs |
IFileHandler.cs |
software | healthy | vCardEditor/Repository/Interfaces/IFileHandler.cs |
IContactRepository.cs |
software | healthy | vCardEditor/Repository/Interfaces/IContactRepository.cs |
IConfigRepository.cs |
software | healthy | vCardEditor/Repository/Interfaces/IConfigRepository.cs |
ILocalizationProvider.cs |
software | healthy | vCardEditor/i18n/ILocalizationProvider.cs |
JsonLocalizationProvider.cs |
software | healthy | vCardEditor/i18n/JsonLocalizationProvider.cs |
lang.json |
software | healthy | vCardEditor/i18n/lang.json |
MainPresenter.cs |
software | healthy | vCardEditor/Presenter/MainPresenter.cs |
PropertyComparer.cs |
software | healthy | vCardEditor/Model/PropertyComparer.cs |
ObjectCopier.cs |
software | healthy | vCardEditor/Model/ObjectCopier.cs |
Column.cs |
software | healthy | vCardEditor/Model/Column.cs |
FormState.cs |
software | healthy | vCardEditor/Model/FormState.cs |
Contact.cs |
software | healthy | vCardEditor/Model/Contact.cs |
FixedList.cs |
software | healthy | vCardEditor/Model/FixedList.cs |
vCardPropeties.cs |
software | healthy | vCardEditor/Model/vCardPropeties.cs |
SmallestCSVParser.cs |
software | healthy | vCardEditor/Libs/SmallestCSVParser/SmallestCSVParser.cs |
JSONParser.cs |
software | healthy | vCardEditor/Libs/TinyJson/JSONParser.cs |
LocalizationFile.cs |
software | healthy | vCardEditor/Libs/TinyJson/LocalizationFile.cs |
IParser.cs |
software | healthy | vCardEditor/Libs/TinyJson/IParser.cs |
LocalizationLoader.cs |
software | healthy | vCardEditor/Libs/TinyJson/LocalizationLoader.cs |
TinyJsonParser.cs |
software | healthy | vCardEditor/Libs/TinyJson/TinyJsonParser.cs |
vCardRoot.cs |
software | healthy | vCardEditor/Libs/Thought.vCards/vCardRoot.cs |
vCardWebsiteCollection.cs |
software | healthy | vCardEditor/Libs/Thought.vCards/vCardWebsiteCollection.cs |
vCardEncoding.cs |
software | healthy | vCardEditor/Libs/Thought.vCards/vCardEncoding.cs |
vCardReader.cs |
software | healthy | vCardEditor/Libs/Thought.vCards/vCardReader.cs |
vCardEmailAddress.cs |
software | healthy | vCardEditor/Libs/Thought.vCards/vCardEmailAddress.cs |
vCardSourceCollection.cs |
software | healthy | vCardEditor/Libs/Thought.vCards/vCardSourceCollection.cs |
vCardPhoneTypes.cs |
software | healthy | vCardEditor/Libs/Thought.vCards/vCardPhoneTypes.cs |
vCardStandardReader.cs |
software | healthy | vCardEditor/Libs/Thought.vCards/vCardStandardReader.cs |
vCardEmailAddressType.cs |
software | healthy | vCardEditor/Libs/Thought.vCards/vCardEmailAddressType.cs |
vCardNote.cs |
software | healthy | vCardEditor/Libs/Thought.vCards/vCardNote.cs |
vCardCertificate.cs |
software | healthy | vCardEditor/Libs/Thought.vCards/vCardCertificate.cs |
vCardPhone.cs |
software | healthy | vCardEditor/Libs/Thought.vCards/vCardPhone.cs |
vCardAccessClassification.cs |
software | healthy | vCardEditor/Libs/Thought.vCards/vCardAccessClassification.cs |
vCardSubpropertyCollection.cs |
software | healthy | vCardEditor/Libs/Thought.vCards/vCardSubpropertyCollection.… |
vCardCollection.cs |
software | healthy | vCardEditor/Libs/Thought.vCards/vCardCollection.cs |
vCardSocialProfileCollection.cs |
software | healthy | vCardEditor/Libs/Thought.vCards/vCardSocialProfileCollectio… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
vCardEditor_Test |
software | healthy | vCardEditor_Test |
Properties |
software | healthy | vCardEditor_Test/Properties |
vCardEditor |
software | healthy | vCardEditor |
Repository |
software | healthy | vCardEditor/Repository |
Interfaces |
software | healthy | vCardEditor/Repository/Interfaces |
i18n |
software | healthy | vCardEditor/i18n |
Presenter |
software | healthy | vCardEditor/Presenter |
Model |
software | healthy | vCardEditor/Model |
Libs |
software | healthy | vCardEditor/Libs |
SmallestCSVParser |
software | healthy | vCardEditor/Libs/SmallestCSVParser |
TinyJson |
software | healthy | vCardEditor/Libs/TinyJson |
Thought.vCards |
software | healthy | vCardEditor/Libs/Thought.vCards |
QRCoder |
software | healthy | vCardEditor/Libs/QRCoder |
Framework4.0Methods |
software | healthy | vCardEditor/Libs/QRCoder/Framework4.0Methods |
Exceptions |
software | healthy | vCardEditor/Libs/QRCoder/Exceptions |
Extensions |
software | healthy | vCardEditor/Libs/QRCoder/Extensions |
Assets |
software | healthy | vCardEditor/Libs/QRCoder/Assets |
View |
software | healthy | vCardEditor/View |
Customs |
software | healthy | vCardEditor/View/Customs |
Properties |
software | healthy | vCardEditor/Properties |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
| Label | Layer | Status | Path |
|---|---|---|---|
BUILD_CONFIGURATION |
cicd | healthy | — |
PROJECT_NAME |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-ci66bmul |
software | healthy | /tmp/repobility-clone-ci66bmul |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::main |
cicd | healthy | .github/workflows/main.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
build-and-release |
cicd | healthy | .github/workflows/main.yml |
This page is publicly accessible at:
https://repobility.com/scan/eef0f69c-315e-434c-957c-e47731511811/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/eef0f69c-315e-434c-957c-e47731511811/
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.