cmd-git

maintainer ChenPi11 · 1 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package builds from a public Git repository with a plausible source URL, and the flagged low votes and recent upload are minor trust indicators, not evidence of malicious code; the build process is standard and the installed files are expected binaries from the source.

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 builds from a public Git repository with a plausible source URL, and the flagged low votes and recent upload are minor trust indicators, not evidence of malicious code; the build process is standard and the installed files are expected binaries from the source.

PKGBUILD

1# Maintainer: ChenPi11 <wushengwuxi-msctinoulk@outlook.com>
2_gitname=cmd
3pkgname=cmd-git
4pkgver=0.1.0
5pkgrel=1
6pkgdesc="A faithful reimplementation of the Windows cmd.exe command interpreter for Unix."
7arch=('x86_64')
8url="https://github.com/ChenPi11/cmd"
9license=('GPLv3')
10source=(
11 "git+https://github.com/ChenPi11/${_gitname}.git"
12 "LICENSE"
13)
14makedepends=('git' 'sh')
15sha256sums=(
16 'SKIP'
17 'SKIP'
18)
19provides=('cmd')
20conflicts=('cmd')
21options=('!strip')
22
23pkgver()
24{
25 cd "$srcdir/$_gitname"
26 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
27}
28
29build() {
30 cd "${srcdir}/${_gitname}"
31 make -j$(nproc)
32}
33
34package() {
35 install -Dm0755 "${srcdir}/${_gitname}/cmd.exe" -t "${pkgdir}/usr/bin/"
36 install -Dm0755 "${srcdir}/${_gitname}/COMMAND.COM" -t "${pkgdir}/usr/bin/"
37 ln -s "/usr/bin/cmd.exe" "${pkgdir}/usr/bin/cmd"
38 install -Dm0644 LICENSE -t "${pkgdir}/usr/share/licenses/cmd/"
39}
40

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 00:03:42 LOW 2
2026-08-15 05:30:14 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion