vicinae-takoba
maintainer kurojs
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The npx command builds the project's own source from a legitimate GitHub repository, which is a normal part of the build process; the package installs only static JavaScript assets and data files, with no remote code execution or malicious payload.
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 npx command builds the project's own source from a legitimate GitHub repository, which is a normal part of the build process; the package installs only static JavaScript assets and data files, with no remote code execution or malicious payload.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
npx/bunx/deno executes a remote package
remote_code_tool
`npx`/`bunx`/`pnpm dlx`/`deno run <url>` downloads AND runs a remote package at build time — the moral equivalent of piping a download into a shell. Severity downgraded: Node.js consumer context.
-
PKGBUILD:22
npx vici build -o dist
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: kuro <kuro@kuro.moe>
2
# Contributor: kuro <kuro@kuro.moe>
3
4
pkgname=vicinae-takoba
5
pkgver=0.2.0
6
pkgrel=1
7
pkgdesc="Japanese dictionary, translator, TTS, and Anki integration for launchers — search Jotoba, translate on the fly, add cards to Anki"
8
arch=('any')
9
url="https://github.com/kurojs/Takoba"
10
license=('MIT')
11
depends=('vicinae-bin' 'nodejs' 'npm')
12
makedepends=('git' 'npm')
13
source=("Takoba-$pkgver.tar.gz::https://github.com/kurojs/Takoba/archive/v$pkgver.tar.gz")
14
sha256sums=('SKIP')
15
install=takoba.install
16
17
build() {
18
cd "$srcdir/Takoba-$pkgver"
19
npm install
20
node scripts/copy-shim.js vicinae
21
node scripts/build-worker.js
22
npx vici build -o dist
23
node scripts/copy-dict.js dist
24
}
25
26
package() {
27
cd "$srcdir/Takoba-$pkgver"
28
install -dm755 "$pkgdir/usr/share/vicinae-takoba"
29
install -Dm644 dist/takoba.js "$pkgdir/usr/share/vicinae-takoba/takoba.js"
30
install -Dm644 package.json "$pkgdir/usr/share/vicinae-takoba/package.json"
31
install -Dm644 assets/icon.png "$pkgdir/usr/share/vicinae-takoba/icon.png"
32
install -dm755 "$pkgdir/usr/share/vicinae-takoba/assets"
33
install -Dm644 assets/icon.png "$pkgdir/usr/share/vicinae-takoba/assets/icon.png"
34
install -dm755 "$pkgdir/usr/share/vicinae-takoba/dict"
35
install -m644 dist/dict/*.dat.gz "$pkgdir/usr/share/vicinae-takoba/dict/"
36
install -dm755 "$pkgdir/usr/share/vicinae-takoba/scripts"
37
install -Dm644 dist/furigana-worker.cjs "$pkgdir/usr/share/vicinae-takoba/scripts/furigana-worker.cjs"
38
}
39
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 | 3 |
| 2026-07-20 00:19:49 | LOW | 3 |
| 2026-07-19 00:17:08 | LOW | 3 |
| 2026-07-18 00:14:48 | LOW | 3 |
| 2026-07-17 00:06:16 | LOW | 3 |
| 2026-07-16 00:05:41 | LOW | 3 |
| 2026-07-15 00:09:25 | LOW | 3 |