tailwindcss
maintainer etoq
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the official GitHub source of Tailwind CSS, a well-known project, and uses npm to install the correct version; the flagged pattern is due to maintainer change, not malicious activity.
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 official GitHub source of Tailwind CSS, a well-known project, and uses npm to install the correct version; the flagged pattern is due to maintainer change, not malicious activity.
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: etoq <olhnts12@proton.me>
2
# Contributor: George Rawlinson <grawlinson@archlinux.org>
3
4
pkgname=tailwindcss
5
pkgver=4.3.2
6
pkgrel=1
7
pkgdesc="A utility-first CSS framework for rapidly building custom user interfaces."
8
arch=("any")
9
url="https://tailwindcss.com"
10
license=("MIT")
11
depends=('nodejs>=16.0.0' 'npm')
12
optdepends=()
13
source=("https://github.com/tailwindlabs/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
14
noextract=("$pkgname-$pkgver.tgz")
15
sha256sums=('608268447ff0c939da732245e0dbd77d24edfe22fa6b705b402626992361b741')
16
17
package() {
18
cd $srcdir
19
local _npmdir="$pkgdir/usr/lib/node_modules/"
20
mkdir -p $_npmdir
21
cd $_npmdir
22
npm install -g --prefix "$pkgdir/usr" $pkgname@$pkgver
23
chown -R root:root "$pkgdir"
24
}
25
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 13:11:02 | 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 |