python-rtfde
The package builds from a source tarball hosted on the project's own GitHub repository; the flagged pattern is administrative (recently orphaned and re-adopted), but the source is verifiable and the build process is standard for Python packages.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from a source tarball hosted on the project's own GitHub repository; the flagged pattern is administrative (recently orphaned and re-adopted), but the source is verifiable and the build process is standard for Python packages.
1 higher static finding superseded - not the current verdict (shown for transparency)
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
# Maintainer: devome <evinedeng@hotmail.com>
_pkgname=rtfde
_pipname="${_pkgname^^}"
pkgname="python-${_pkgname}"
pkgver=0.1.2
pkgrel=1
pkgdesc="A library for extracting HTML content from RTF encapsulated HTML as commonly found in the exchange MSG email format."
arch=("any")
url="https://github.com/seamustuohy/${_pipname}"
license=('LGPL-3.0-or-later')
depends=("python-lark" "python-oletools")
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('e7e65410b10b9d61be3d96b2cd5a7bc88d21ea75d519296925a0cb9631b50d73')
build() {
cd "${_pipname}-${pkgver}"
python -m build --wheel --no-isolation
}
package() {
cd "${_pipname}-${pkgver}"
python -m installer --destdir="${pkgdir}" dist/*.whl
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 00:12:07 | Low | 2 |
| 2026-08-25 23:28:42 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |