python-mail-html-open
LOW
maintainer mathieu.clabaut
0 votes
scanned 2026-08-21 13:15:20.063848
Why flagged
The package builds from source hosted on the project's own GitHub repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 90%): The package builds from source hosted on the project's own GitHub repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
pkgbase='python-mail-html-open'
2
pkgname=('python-mail-html-open')
3
_module='mail-html-open'
4
pkgver='0.1'
5
pkgrel=1
6
pkgdesc="Open HTML emails from terminal mail clients in your browser."
7
url="https://github.com/To999999999/mail-html-open"
8
depends=('python')
9
makedepends=('python-setuptools')
10
license=('MIT')
11
arch=('any')
12
source=("git+https://github.com/To999999999/mail-html-open.git")
13
sha256sums=(SKIP)
14
15
build() {
16
cd "${srcdir}/${_module}"
17
python -m build --wheel --no-isolation
18
}
19
20
package() {
21
depends+=()
22
cd "${srcdir}/${_module}"
23
python -m installer --destdir="$pkgdir" dist/*.whl
24
}
25
sha256sums=('SKIP')
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 13:15:20 | Low | 2 |