cool-rain
maintainer kaka2286767
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package clones source from a GitHub repository owned by the maintainer; building from source is normal for AUR, and the script is a simple terminal animation with no indication of malicious behavior, though the low vote count and recent upload contribute to mild 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 90%): The package clones source from a GitHub repository owned by the maintainer; building from source is normal for AUR, and the script is a simple terminal animation with no indication of malicious behavior, though the low vote count and recent upload contribute to mild risk.
PKGBUILD
1
# Maintainer: bruhgdser-cloud <akkauntschaem@gmail.com>
2
pkgname=cool-rain
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="Very cool and fun ASCII rain animation for your terminal"
6
arch=('any')
7
url="https://github.com"
8
license=('MIT')
9
depends=('bash' 'ncurses')
10
source=("cool-rain::https://github.com/bruhgdser-cloud/cool-rain.git")
11
sha256sums=('SKIP')
12
13
package() {
14
install -Dm755 "${srcdir}/cool-rain" "${pkgdir}/usr/bin/cool-rain"
15
}
16
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 09:34:56 | LOW | 2 |