session-keeper — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited session-keeper (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.
Sales, content, ops — every specialist that depends on a logged-in browser session breaks silently when the session expires. By the time the user sees an outage in the inbox-router or "0 leads found" in the brief, the actual problem (linkedin logged out 18h ago) is buried.
This skill audits the 3 default targets every morning and surfaces expired sessions before Cooper opens Telegram for the day.
~/.openclaw/state/session-keeper/targets.json. Initial 3:
| Target | URL | Login URL | Marker |
|---|---|---|---|
| stripe | dashboard.stripe.com | dashboard.stripe.com/login | URL stays on /dashboard when live |
| linkedin.com/feed/ | linkedin.com/login | URL stays on /feed when live; redirects to authwall when expired | |
| reddit.com/ | reddit.com/login | URL stays on reddit.com/ when live |
Add Stripe / Gumroad / Gmail-web by editing targets.json once Cooper has those tabs logged in on agent-chrome. URL-redirect detection is the canonical primitive — DOM selectors break on UI updates.
bash ${OPENCLAW_HOME}/skills/session-keeper/run.shSESSION_KEEPER_DRYRUN=1 → scan only, no gate, no Telegram.
The bash + python flow:
logged_in_marker.value (live) or logged_out_marker.value (expired); else "unknown"~/.openclaw/state/session-keeper/<YYYY-MM-DD>.json with full resultsLOGIN_<NAME> approval gate with the curl-PUT command Cooper taps--evidence field contains the literal curl -s -X PUT ... command — Cooper copies/runs in Terminal, that opens the login tab on agent-chrome, Cooper signs in, future probes auto-flip to live.SESSION_KEEPER_DRYRUN=1 bash ~/.openclaw/skills/session-keeper/run.shOutput: STATUS=ok live=N expired=N unknown=N + per-category lists. Acceptance: scans 3 targets, writes state file, no false positives on currently-active sessions.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.