ecapp
maintainer missercatos
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package builds from a source tarball hosted on the project's own GitHub release page, which is a normal and expected practice 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 90%): The package builds from a source tarball hosted on the project's own GitHub release page, which is a normal and expected practice for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: missercatos <missercatos@gmail.com>
2
3
pkgname=ecapp
4
pkgver=0.2.0
5
pkgrel=1
6
pkgdesc="Terminal Translation Tool"
7
arch=('x86_64')
8
url="https://github.com/missercatos/ecapp"
9
license=('MIT')
10
depends=('glibc')
11
source=("https://github.com/missercatos/ecapp/releases/download/v$pkgver/ecapp-v$pkgver-x86_64-linux.tar.gz")
12
sha256sums=('c5b0b0c1d53218620cd46fa77bb2977def03739d2e495b34482163bca180763b')
13
14
package() {
15
install -Dm755 ecapp "$pkgdir/usr/bin/ecapp"
16
}
17
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 00:17:07 | LOW | 2 |
| 2026-08-12 05:22:53 | LOW | 2 |