← Back to scan
File as GitHub Issue repo: kulturpool/EDMLib

Push this scan report to kulturpool/EDMLib

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

`self.label` used but never assigned in __init__

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … edmlib/parser.py:227
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … edmlib/edm/record.py:130
HIGH MINED108 `self.get_rdf_graph` used but never assigned in __init__ edmlib/edm/record.py:106
HIGH MINED108 `self.get_rdf_graph` used but never assigned in __init__ edmlib/edm/record.py:102
HIGH MINED108 `self.label` used but never assigned in __init__ edmlib/edm/base.py:49
HIGH MINED108 `self.model_fields` used but never assigned in __init__ edmlib/edm/base.py:52
HIGH MINED108 `self.value` used but never assigned in __init__ edmlib/edm/enums.py:204
HIGH MINED108 `self.value` used but never assigned in __init__ edmlib/shared_types.py:29
HIGH MINED108 `self.parse_many_class` used but never assigned in __init__ edmlib/parser.py:274
HIGH MINED108 `self.parse_many_class` used but never assigned in __init__ edmlib/parser.py:273
HIGH MINED108 `self.parse_many_class` used but never assigned in __init__ edmlib/parser.py:272
HIGH MINED108 `self.parse_many_class` used but never assigned in __init__ edmlib/parser.py:271
HIGH MINED108 `self.parse_many_class` used but never assigned in __init__ edmlib/parser.py:270
HIGH MINED108 `self.parse_many_class` used but never assigned in __init__ edmlib/parser.py:269
HIGH MINED108 `self.parse_many_class` used but never assigned in __init__ edmlib/parser.py:268
HIGH MINED108 `self.parse_single_class` used but never assigned in __init__ edmlib/parser.py:267
HIGH MINED108 `self.parse_single_class` used but never assigned in __init__ edmlib/parser.py:266
HIGH MINED108 `self.get_instance_triples` used but never assigned in __init__ edmlib/parser.py:259
HIGH MINED108 `self.get_many_ref` used but never assigned in __init__ edmlib/parser.py:252
HIGH MINED108 `self.get_webresources` used but never assigned in __init__ edmlib/parser.py:250
HIGH MINED108 `self.get_aggregation` used but never assigned in __init__ edmlib/parser.py:236
HIGH MINED108 `self.get_single_ref` used but never assigned in __init__ edmlib/parser.py:234
HIGH MINED108 `self.get_instance_triples` used but never assigned in __init__ edmlib/parser.py:242
HIGH MINED108 `self.get_many_ref` used but never assigned in __init__ edmlib/parser.py:138
HIGH MINED126 Workflow container/services image `registry.kpool.at/kulturpool/development-operations/ci… .github/workflows/publish-to-pypi.yml:13
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v6` .github/workflows/publish-to-pypi.yml:18
HIGH MINED118 Dockerfile FROM `python:3.12.9` not pinned by digest .devcontainer/Dockerfile:1
MED MINED109 Mutable default argument in `cached_loader` (dict) edmlib/edm/jsonld_cached_documentloader…:12
MED DKR007 Docker build context has no .dockerignore .dockerignore
LOW COMP001 [COMP001] High cognitive complexity: Function `assert_valid_statement` has cognitive comp… edmlib/edm/validation/edm_rights.py:58
LOW COMP001 [COMP001] High cognitive complexity: Function `get_rdf_graph` has cognitive complexity 12… edmlib/edm/record.py:65
LOW COMP001 [COMP001] High cognitive complexity: Function `get_triples` has cognitive complexity 13 (… edmlib/edm/base.py:37
LOW DKR012 Dockerfile keeps pip download cache .devcontainer/Dockerfile:16
LOW DKC010 Compose service lacks no-new-privileges hardening .devcontainer/compose.yml:1
LOW DKC006 Compose service does not declare a runtime user .devcontainer/compose.yml:1
LOW CORE_NO_LICENSE No LICENSE file
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… edmlib/parser.py:241
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… edmlib/edm/record.py:130
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… edmlib/edm/validation/3d_vocabularies.py:7
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… edmlib/edm/enums.py:17
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… edmlib/edm/classes/service.py:24
Reset to top 5 41 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `kulturpool/EDMLib`

**Score: 86/100 (A-)**  ·  56 findings  ·  scanned 2026-05-25 08:26 UTC  ·  5,244 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 27 |
| MEDIUM | 2 |
| LOW | 7 |

📊 [Full filterable report](https://repobility.com/scan/6eb8cbf3-dacf-4c7a-894e-f278de8ac11c/)  ·  ![scorecard](https://repobility.com/scan/6eb8cbf3-dacf-4c7a-894e-f278de8ac11c/report.png?v=1779697604-s2)

### Top findings

1. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `edmlib/parser.py:227`
2. **HIGH** `SEC078` — Python: requests without timeout
   `edmlib/edm/record.py:130` · A05:2021 Security Misconfiguration
3. **HIGH** `MINED108` — `self.get_rdf_graph` used but never assigned in __init__
   `edmlib/edm/record.py:106` · ✓ Repobility
4. **HIGH** `MINED108` — `self.get_rdf_graph` used but never assigned in __init__
   `edmlib/edm/record.py:102` · ✓ Repobility
5. **HIGH** `MINED108` — `self.label` used but never assigned in __init__
   `edmlib/edm/base.py:49` · ✓ Repobility

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/6eb8cbf3-dacf-4c7a-894e-f278de8ac11c/_
Megaproject â high spam risk
Could not determine 'kulturpool/EDMLib' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.