background-task — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited background-task (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Run long-lived processes in a detached tmux session so they survive the shell session and don't block the agent timeout.
lsof -i :<port> 2>/dev/null | awk 'NR>1{print $2}' | xargs -r kill 2>/dev/null cd <project-dir> && tmux new-session -d -s <session-name> '<command>' sleep 2
tmux capture-pane -t <session-name> -pIf the output shows errors, the command may have failed immediately.
(tmux capture-pane -t <name> -p), how to stop (tmux send-keys -t <name> C-c && tmux kill-session -t <name>), and the URL/port if applicable.
brew install tmux (macOS) or apt install tmux(Linux). Check: which tmux.
to a file: tmux new-session -d -s <name> 'command > /tmp/log 2>&1'.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.