open-usp-tukubai-git
maintainer orphaned
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own Git repository, which is normal for -git AUR packages; the source is not a prebuilt executable, and the flagged pattern (recently orphaned and re-adopted) does not imply active malice or code injection.
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 95%): The package builds from the project's own Git repository, which is normal for -git AUR packages; the source is not a prebuilt executable, and the flagged pattern (recently orphaned and re-adopted) does not imply active malice or code injection.
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: Tatsunori Aoki <ginjiro.135 [at] gmail.com>
2
# Contributor: @kunst1080
3
4
## インストールディレクトリを変更したい場合、次の変数の値を任意のパスに書き換えること。
5
LOCALBASE='/usr/local'
6
7
##################################################
8
9
pkgname='open-usp-tukubai-git'
10
pkgver='dev'
11
pkgrel='2'
12
pkgdesc='An open source version of shell commands usp Tukubai.'
13
url='https://github.com/usp-engineers-community/Open-usp-Tukubai'
14
arch=('any')
15
license=('MIT' 'custom')
16
install=${pkgname}.install
17
depends=('python2' 'git')
18
conflicts=('open-usp-tukubai')
19
source=("$(echo ${pkgname} | sed 's/-git$//')::git://github.com/usp-engineers-community/Open-usp-Tukubai.git")
20
md5sums=('SKIP')
21
22
reponame=$(echo ${pkgname} | sed 's/-git$//')
23
24
pkgver() {
25
cd ${reponame}
26
commit_date=$(git log -1 --format='%ci' | awk 'gsub(/-/, "", $1) && $0=$1"."')
27
rev=$(git rev-list --count HEAD | sed 's/^/rev/')
28
echo $commit_date$rev
29
}
30
31
build() {
32
cd "${srcdir}/${reponame}/COMMANDS"
33
find . -type f | xargs -n 1 sed -i '1s/python/&2/'
34
}
35
36
package() {
37
cd ${srcdir}/${reponame}
38
install -d ${pkgdir}${LOCALBASE}/bin
39
install -d ${pkgdir}${LOCALBASE}/share/open-usp-tukubai/devel/pdf
40
install -d ${pkgdir}${LOCALBASE}/share/open-usp-tukubai/devel/html
41
install -d ${pkgdir}${LOCALBASE}/share/open-usp-tukubai/devel/man
42
install -d ${pkgdir}${LOCALBASE}/share/open-usp-tukubai/devel/doc
43
make LOCALBASE=${pkgdir}${LOCALBASE} install
44
}
45
46
# vim:set ts=2 sw=2 et:
47
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 03:12:42 | MEDIUM | 1 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 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 |