python-mail-html-open

LOW
maintainer mathieu.clabaut 0 votes scanned 2026-08-21 13:15:20.063848
View on AUR
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

1pkgbase='python-mail-html-open'
2pkgname=('python-mail-html-open')
3_module='mail-html-open'
4pkgver='0.1'
5pkgrel=1
6pkgdesc="Open HTML emails from terminal mail clients in your browser."
7url="https://github.com/To999999999/mail-html-open"
8depends=('python')
9makedepends=('python-setuptools')
10license=('MIT')
11arch=('any')
12source=("git+https://github.com/To999999999/mail-html-open.git")
13sha256sums=(SKIP)
14
15build() {
16 cd "${srcdir}/${_module}"
17 python -m build --wheel --no-isolation
18}
19
20package() {
21 depends+=()
22 cd "${srcdir}/${_module}"
23 python -m installer --destdir="$pkgdir" dist/*.whl
24}
25sha256sums=('SKIP')
26

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 13:15:20 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion