keeplog
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-27 03:16:18.279095
Why flagged
The package builds from a GitHub source tarball with a pinned and verified hash, which is normal for AUR packages; the low severity is due to few votes and recent upload, not code risk.
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 95%): The package builds from a GitHub source tarball with a pinned and verified hash, which is normal for AUR packages; the low severity is due to few votes and recent upload, not code risk.
PKGBUILD
1
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
pkgauthor="rathinadev"
4
pkgname="keeplog"
5
pkgver=1.1.1
6
pkgrel=1
7
pkgdesc="Terminal session logger with full-text search"
8
9
_pypi_package=${pkgname}
10
_pypi_version=${pkgver}
11
12
license=('MIT')
13
arch=('any')
14
15
_url_pypi="https://pypi.org/project/${pkgname}/"
16
_url_github="https://github.com/${pkgauthor}/${pkgname}"
17
url="${_url_github}"
18
19
provides=("${_pypi_package}")
20
conflicts=("python-${pkgname}")
21
makedepends=('python-setuptools' 'python-wheel' 'python-build' 'python-installer' 'python-hatchling')
22
depends=('bash' 'python' 'python-argcomplete' 'python-pyperclip' 'python-rich' 'python-textual' 'python-typing_extensions' 'python-unidiff' 'ansible-core' 'python-ensurepath')
23
24
# source=("https://files.pythonhosted.org/packages/source/${_pypi_package::1}/${_pypi_package//-/_}/${_pypi_package//-/_}-${_pypi_version}.tar.gz")
25
source=("${_pypi_package}-${_pypi_version}.tar.gz::${_url_github}/archive/refs/tags/v${pkgver}.tar.gz")
26
sha256sums=('e9f314f46500d654cdd48e025690c65ceb94ad3b476f83b5c6e15838b93bcda1')
27
28
build() {
29
cd "${srcdir}/${_pypi_package}-${_pypi_version}/" || exit
30
31
python -m build --wheel --no-isolation
32
}
33
34
package() {
35
cd "${srcdir}/${_pypi_package}-${_pypi_version}/" || exit
36
37
python -m installer --destdir="${pkgdir}" dist/*.whl
38
39
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
40
41
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
42
}
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 03:16:18 | Low | 2 |