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
4
pkgname="${_pkgname}-git"
5
pkgver=r2222.a3ecfcef
6
pkgrel=1
7
pkgdesc="Professional-grade video editor that runs entirely in your browser"
8
arch=("any")
9
url="http://freecut.net"
10
license=("MIT")
11
provides=("${_pkgname}")
12
conflicts=("${_pkgname}")
13
makedepends=("git" "npm")
14
optdepends=("caddy: for serving ${_pkgname} HTML files"
15
"nginx: for serving ${_pkgname} HTML files"
16
"traefik: for serving ${_pkgname} HTML files")
17
source=("${_pkgname}::git+https://github.com/walterlow/${_pkgname}")
18
sha256sums=('SKIP')
19
20
pkgver() {
21
cd "${_pkgname}"
22
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
23
}
24
25
build() {
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
35
package() {
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) | 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 15:29:50 | LOW | 2 |