gitinspector-git
maintainer orphaned
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's official GitHub repository, which is a normal AUR practice; the 'recently orphaned & re-adopted' flag does not indicate malicious intent or supply-chain risk in this case.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 90%): The package builds from the project's official GitHub repository, which is a normal AUR practice; the 'recently orphaned & re-adopted' flag does not indicate malicious intent or supply-chain risk in this case.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Moritz Lipp <mlq@pwmt.org>
2
pkgname=gitinspector-git
3
pkgver=v0.4.2.78.ge543eea
4
pkgrel=1
5
pkgdesc="The statistical analysis tool for git repositories."
6
arch=('any')
7
url="http://code.google.com/p/gitinspector/"
8
license=('GPL')
9
depends=('python2')
10
conflicts=('gitinspector')
11
makedepends=('git')
12
options=(!emptydirs)
13
source=('gitinspector::git+https://github.com/ejwa/gitinspector')
14
md5sums=('SKIP')
15
_gitname=gitinspector
16
17
package() {
18
cd "$_gitname"
19
python2 setup.py install --root="$pkgdir/" --optimize=1
20
}
21
22
pkgver() {
23
cd "$_gitname"
24
local ver="$(git describe --long --tags)"
25
printf "%s" "${ver//-/.}"
26
}
27
28
# vim:set ts=2 sw=2 et:
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 23:12:22 | MEDIUM | 1 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |