ptask

maintainer loki7990 · 15 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the project's own domain (wpitchoune.net), which is plausibly the official host; building from project-owned infrastructure is normal for AUR packages, even if the host is not on a whitelist.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's own domain (wpitchoune.net), which is plausibly the official host; building from project-owned infrastructure is normal for AUR packages, even if the host is not on a whitelist.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:17 source=("https://wpitchoune.net/ptask/files/$pkgname-$pkgver.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Cullen Ross <cullenrss@gmail.com>
2# Contributor: Alexander F. Rødseth <xyproto@archlinux.org>
3# Contributor: stef204 <stef204@yandex.com>
4
5pkgname=ptask
6pkgver=1.0.0
7pkgrel=2
8_taskver=2.5.3
9pkgdesc='GTK+ task managing application'
10arch=('x86_64')
11url='https://wpitchoune.net/ptask'
12license=('GPL2')
13depends=('gtk3' 'json-c' "task=$_taskver")
14makedepends=('addinclude')
15optdepends=('asciidoc: for generating the HTML version of NEWS and README'
16 'help2man: for regenerate manpages automatically')
17source=("https://wpitchoune.net/ptask/files/$pkgname-$pkgver.tar.gz")
18sha256sums=('b8cde0f7994bd91410a13284188c865e255621bcfd23f6051f7b25b14eced18e')
19
20prepare() {
21 cd "$pkgname-$pkgver/src"
22
23 echo -e '#pragma once\n#define is_error(ptr) (ptr == NULL)' > is_error.h
24 addinclude tw.c is_error
25 sed -i "s,2.0.0,$_taskver," tw.c
26}
27
28build() {
29 cd "$pkgname-$pkgver"
30
31 ./configure --prefix=/usr --sysconfdir=/usr/share
32 make
33}
34
35package() {
36 make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
37}
38
39# vim: et ts=2 sw=2:
40

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 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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