← Back to scan
File as GitHub Issue repo: DASDAE/dascore

Push this scan report to DASDAE/dascore

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

Async function without await — fire-and-forget Promise (AI mistake)

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
CRIT MINED030 [MINED030] Python Pickle Loads: pickle.loads() can execute arbitrary code via __reduce__. dascore/io/pickle/core.py:43
CRIT SEC081 [SEC081] Python: pickle.loads / marshal.loads on untrusted data: pickle.load(s) and marsh… dascore/io/pickle/core.py:43
CRIT MINED107 Missing import: `array` used but not imported dascore/examples.py:95
CRIT MINED116 Workflow uses `secrets.CODECOV_TOKEN` on a `pull_request` trigger .github/workflows/runtests.yml:88
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … dascore/io/ap_sensing/core.py:53
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … dascore/core/attrs.py:244
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … dascore/clients/dirspool.py:128
HIGH MINED108 `self.render_linked_table` used but never assigned in __init__ scripts/_render_api.py:503
HIGH MINED108 `self._get_parent_source_block` used but never assigned in __init__ scripts/_render_api.py:510
HIGH MINED108 `self.has_subsection` used but never assigned in __init__ scripts/_render_api.py:505
HIGH MINED108 `self._get_class_parent_string` used but never assigned in __init__ scripts/_render_api.py:490
HIGH MINED108 `self._get_github_source` used but never assigned in __init__ scripts/_render_api.py:486
HIGH MINED108 `self.get_children_object_ids` used but never assigned in __init__ scripts/_render_api.py:417
HIGH MINED108 `self.style_sections` used but never assigned in __init__ scripts/_render_api.py:293
HIGH MINED108 `self.parse_sections` used but never assigned in __init__ scripts/_render_api.py:292
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/build_deploy_master_d…:34
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/run_min_dep_tests.yml:54
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/run_min_dep_tests.yml:36
HIGH MINED115 Action `codecov/codecov-action` pinned to mutable ref `@v4` .github/workflows/runtests.yml:82
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/runtests.yml:60
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/runtests.yml:38
HIGH MINED115 Action `pypa/gh-action-pypi-publish` pinned to mutable ref `@release/v1` .github/workflows/upload_pypi.yml:36
HIGH MINED115 Action `conda-incubator/setup-miniconda` pinned to mutable ref `@v3` .github/workflows/upload_pypi.yml:20
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/upload_pypi.yml:12
HIGH MINED115 Action `CodSpeedHQ/action` pinned to mutable ref `@v4` .github/workflows/profile.yml:46
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/profile.yml:30
HIGH MINED115 Action `actions/deploy-pages` pinned to mutable ref `@v4` .github/workflows/build_deploy_stable_d…:73
HIGH MINED115 Action `softprops/action-gh-release` pinned to mutable ref `@v2` .github/workflows/build_deploy_stable_d…:58
HIGH MINED115 Action `actions/upload-pages-artifact` pinned to mutable ref `@v3` .github/workflows/build_deploy_stable_d…:49
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/build_deploy_stable_d…:29
HIGH MINED115 Action `actions/setup-python` pinned to mutable ref `@v5` .github/workflows/lint.yml:26
HIGH MINED115 Action `astral-sh/setup-uv` pinned to mutable ref `@v3` .github/workflows/lint.yml:25
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/lint.yml:17
HIGH MINED115 Action `codecov/codecov-action` pinned to mutable ref `@v4` .github/workflows/get_coverage.yml:31
HIGH MINED115 Action `actions/checkout` pinned to mutable ref `@v4` .github/workflows/get_coverage.yml:13
HIGH MINED131 pre-commit hook `https://github.com/rhysd/actionlint` pinned to mutable rev `v1.6.27` .pre-commit-config.yaml:43
HIGH MINED131 pre-commit hook `https://github.com/crate-ci/typos` pinned to mutable rev `v1.22.4` .pre-commit-config.yaml:36
HIGH MINED131 pre-commit hook `https://github.com/kynan/nbstripout` pinned to mutable rev `0.6.1` .pre-commit-config.yaml:30
HIGH MINED131 pre-commit hook `https://github.com/frostming/fix-future-annotations` pinned to mutable r… .pre-commit-config.yaml:24
HIGH MINED131 pre-commit hook `https://github.com/pre-commit/pre-commit-hooks` pinned to mutable rev `v… .pre-commit-config.yaml:3
HIGH MINED118 Dockerfile FROM `ubuntu:22.04` not pinned by digest Dockerfile:2
MED SEC007 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code. dascore/io/pickle/core.py:43
MED MINED111 Bare except continues silently dascore/io/tdms/core.py:36
MED MINED111 Bare except continues silently dascore/io/core.py:363
MED MINED111 Bare except continues silently dascore/io/core.py:413
MED MINED111 Bare except continues silently tests/conftest.py:542
MED DKR007 Docker build context has no .dockerignore .dockerignore
MED DKR001 Docker final stage has no non-root USER Dockerfile:3
LOW COMP001 [COMP001] High cognitive complexity: Function `_make_param_dict` has cognitive complexity… dascore/io/febus/g1utils.py:61
LOW COMP001 [COMP001] High cognitive complexity: Function `update` has cognitive complexity 8 (SonarS… dascore/core/attrs.py:234
LOW COMP001 [COMP001] High cognitive complexity: Function `flat_dump` has cognitive complexity 13 (So… dascore/core/attrs.py:270
LOW DKR010 Dockerfile leaves apt package indexes in the image layer Dockerfile:4
LOW DKR011 Dockerfile installs recommended OS packages Dockerfile:4
LOW CORE_NO_LICENSE No LICENSE file
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. dascore/utils/downloader.py:29
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. dascore/io/prodml/utils.py:87
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… dascore/io/terra15/utils.py:78
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… dascore/io/febus/g1utils.py:127
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… dascore/io/febus/core.py:160
Reset to top 5 59 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `DASDAE/dascore`

**Score: 81/100 (A-)**  ·  130 findings  ·  scanned 2026-06-05 17:59 UTC  ·  57,367 LOC

| Severity | Count |
|---|---|
| CRITICAL | 4 |
| HIGH | 37 |
| MEDIUM | 7 |
| LOW | 6 |

📊 [Full filterable report](https://repobility.com/scan/9fcd9a7c-5f6c-4d8d-b6c0-280b7b4fd40f/)  ·  ![scorecard](https://repobility.com/scan/9fcd9a7c-5f6c-4d8d-b6c0-280b7b4fd40f/report.png?v=1780682385-s2)

### Top findings

1. **CRITICAL** `MINED030` — Python Pickle Loads
   `dascore/io/pickle/core.py:43` · CWE-502 · ✓ Repobility
2. **CRITICAL** `SEC081` — Python: pickle.loads / marshal.loads on untrusted data
   `dascore/io/pickle/core.py:43` · A05:2021 Security Misconfiguration
3. **CRITICAL** `MINED107` — Missing import: `array` used but not imported
   `dascore/examples.py:95` · ✓ Repobility
4. **CRITICAL** `MINED116` — Workflow uses `secrets.CODECOV_TOKEN` on a `pull_request` trigger
   `.github/workflows/runtests.yml:88` · ✓ Repobility
5. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `dascore/io/ap_sensing/core.py:53`

---

**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/9fcd9a7c-5f6c-4d8d-b6c0-280b7b4fd40f/_
Megaproject â high spam risk
Could not determine 'DASDAE/dascore' 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.
Already filed
93/133 findings (70%) on this scan are already flagged as test-file, won't-fix, or suppressed. The scan is too noisy to file as a single issue. Curate down to specific actionable findings, or address the FP source first.

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.