img2ascii-git
LOW
maintainer Giovani_Geek
0 votes
scanned 2026-09-21 21:36:21.639675
Why flagged
The package builds from the project's own Git repository, which is a normal AUR practice; 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 95%): The package builds from the project's own Git repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# shellcheck disable=SC2034,SC2154,SC2164
2
# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4
pkgname=img2ascii-git
5
pkgver=r69.4a233e1
6
pkgrel=1
7
pkgdesc="Convert images to ASCII art"
8
arch=('x86_64')
9
url="https://github.com/JosefVesely/Image-to-ASCII"
10
license=('MIT')
11
depends=()
12
makedepends=('git' 'gcc' 'make')
13
provides=('img2ascii')
14
conflicts=('img2ascii')
15
source=("img2ascii::git+https://github.com/JosefVesely/Image-to-ASCII.git")
16
sha256sums=('SKIP')
17
function pkgver() {
18
cd img2ascii
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
function build() {
22
cd img2ascii
23
make
24
}
25
function package() {
26
cd img2ascii
27
install -Dm755 img2ascii "$pkgdir/usr/bin/img2ascii"
28
if [ -f LICENSE ]; then
29
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
30
fi
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 21:36:21 | Low | 2 |