freecut-git

maintainer evine · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own GitHub source, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

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 95%): The package builds from the project's own GitHub source, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: devome <evinedeng@hotmail.com>
2
3_pkgname=freecut
4pkgname="${_pkgname}-git"
5pkgver=r2222.a3ecfcef
6pkgrel=1
7pkgdesc="Professional-grade video editor that runs entirely in your browser"
8arch=("any")
9url="http://freecut.net"
10license=("MIT")
11provides=("${_pkgname}")
12conflicts=("${_pkgname}")
13makedepends=("git" "npm")
14optdepends=("caddy: for serving ${_pkgname} HTML files"
15 "nginx: for serving ${_pkgname} HTML files"
16 "traefik: for serving ${_pkgname} HTML files")
17source=("${_pkgname}::git+https://github.com/walterlow/${_pkgname}")
18sha256sums=('SKIP')
19
20pkgver() {
21 cd "${_pkgname}"
22 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
23}
24
25build() {
26 cd "${_pkgname}"
27 npm install
28 npm run build
29 rm dist/.gitkeep
30
31 ## Comment out the next line to keep the .map files for debugging.
32 find dist -type f -name "*.map" -delete
33}
34
35package() {
36 cd "${_pkgname}"
37 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
38
39 cd dist
40 find . -type f -exec install -Dm644 {} "${pkgdir}/usr/share/webapps/${_pkgname}/{}" \;
41}
42

Scan history

Scanned at (UTC)SeverityRules
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 15:29:50 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