ecapp-bin
maintainer missercatos
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt binary from the project's own GitHub release, which is a normal AUR practice; the 'SKIP' checksum and low votes are quality concerns but do not indicate active danger.
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 installs a prebuilt binary from the project's own GitHub release, which is a normal AUR practice; the 'SKIP' checksum and low votes are quality concerns but do not indicate active danger.
PKGBUILD
1
# Maintainer: missercatos <missercatos@gmail.com>
2
3
pkgname=ecapp-bin
4
pkgver=0.1.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=('SKIP')
13
14
package() {
15
install -Dm755 ecapp "$pkgdir/usr/bin/ecapp"
16
}
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 03:28:44 | LOW | 2 |