fxxk-xuexiqiangguo-git
The package builds from a git source hosted on a mirror (fastgit.org) and downloads non-executable JSON/desktop files from the same; the yarn install is for building the project's own dependencies, not malicious external code.
Triggered rules
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 package builds from a git source hosted on a mirror (fastgit.org) and downloads non-executable JSON/desktop files from the same; the yarn install is for building the project's own dependencies, not malicious external code.
2 higher static findings superseded - not the current verdict (shown for transparency)
npm_install_external
Runs `npm/yarn/pnpm install <package>` for a package not in source=(), pulling unpinned, unreviewed code at build time. Severity downgraded: the package declares/looks like a Node.js consumer, where build-time installs are expected.
-
PKGBUILD:33
yarn add electron-builder --dev
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:13
"${pkgname}::git+https://hub.fastgit.org/fuck-xuexiqiangguo/source-code" -
PKGBUILD:14
"arguments.json::https://raw.fastgit.org/zhanghua000/fuck-xuexiqiangguo-aur/main/arguments.json"
PKGBUILD
3 offending line(s) highlighted# Maintainer: Zhang Hua <https://github.com/zhanghua000>
# Contributer: Fuck-XuexiQiangguo <https://github.com/fuck-xuexiqiangguo>
pkgname=fxxk-xuexiqiangguo-git
pkgver="1.0.3"
pkgrel=1
pkgdesc="一款帮助成年人(或许未来包括小朋友)自动学刁的软件"
arch=( "aarch64" "x86_64" "i686" "armv7l" )
url="https://github.com/fuck-xuexiqiangguo/fuck-xuexiqiangguo"
licence=('MIT')
depends=( 'wget' 'unzip' 'gtk3' 'xorg-server-xvfb' 'libxss' 'alsa-lib' )
makedepends=( 'yarn' 'git' 'jq' )
source=(
"${pkgname}::git+https://hub.fastgit.org/fuck-xuexiqiangguo/source-code"
"arguments.json::https://raw.fastgit.org/zhanghua000/fuck-xuexiqiangguo-aur/main/arguments.json"
"fuck-xuexiqiangguo.desktop::https://raw.fastgit.org/zhanghua000/fuck-xuexiqiangguo-aur/main/fuck-xuexiqiangguo.desktop"
)
md5sums=(
"SKIP"
"1dc893ed808ef14e0950a676342438e0"
"98884597ddd91fffc2c3e6e7b10137fc"
)
pkgver(){
cd "${srcdir}/${pkgname}"
jq .version package.json
}
prepare(){
cd "${srcdir}/${pkgname}"
install -D ${srcdir}/${pkgname}/logo.png build/logo.png
install -D ${srcdir}/arguments.json arguments.json
yarn install
yarn add electron-builder --dev
#sed -i '12s/3.0.17/$(jq .electron package.json)/' arguments.json
sed -i '12s/3.0.17/9.3.4/' arguments.json
jq -s '.[0] * .[1]' package.json arguments.json > package.json.new
mv package.json.new package.json
}
build(){
cd "${srcdir}/${pkgname}"
yarn electron-builder build
}
package(){
cd "${srcdir}/${pkgname}/dist"
install -d -m755 ${pkgdir}/usr/bin
install -d -m755 ${pkgdir}/usr/share/{applications,pixmaps}
install -d -m755 ${pkgdir}/opt/fuck-xuexiqiangguo-git
cp -r `ls | grep linux*unpacked`/* ${pkgdir}/opt/fuck-xuexiqiangguo-git
install -D ${srcdir}/fuck-xuexiqiangguo.desktop ${pkgdir}/usr/share/applications/fuck-xuexiqiangguo.desktop
install -D ${srcdir}/${pkgname}/build/logo.png ${pkgdir}/usr/share/pixmaps/fuck-xuexiqiangguo.png
ln -s /opt/fuck-xuexiqiangguo-git/fuck-xuexiqiangguo ${pkgdir}/usr/bin/fuck-xuexiqiangguo
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 3 |
| 2026-09-16 00:03:17 | Low | 3 |
| 2026-09-15 00:25:31 | Low | 3 |
| 2026-09-14 00:27:57 | Low | 3 |
| 2026-09-13 00:19:54 | Low | 3 |
| 2026-09-12 00:25:17 | Low | 3 |
| 2026-09-11 00:19:22 | Low | 3 |
| 2026-09-10 00:22:44 | Low | 3 |
| 2026-09-09 00:04:09 | Low | 3 |
| 2026-09-08 00:18:08 | Low | 3 |
| 2026-09-07 00:30:15 | Low | 3 |
| 2026-09-06 00:17:06 | Low | 3 |
| 2026-09-05 00:16:27 | Low | 3 |
| 2026-09-04 00:03:13 | Low | 3 |
| 2026-09-03 00:15:47 | Low | 3 |
| 2026-09-02 00:02:31 | Low | 3 |
| 2026-09-01 00:11:19 | Low | 3 |
| 2026-08-31 00:19:57 | Low | 3 |
| 2026-08-30 00:04:14 | Low | 3 |
| 2026-08-29 00:29:17 | Low | 3 |