browser-auth-flow — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited browser-auth-flow (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.
Adversarial probe of a site's authentication. Drives the login flow once, records the trajectory, then runs a configurable set of probes against the captured artifacts and live page. Output is a structured findings.md inside the RVF container.
browser-record.browser-login (credentials come from --credentials <handle> referencing browser-cookies if the run is a re-auth probe).browser_get-url after each nav for cross-origin redirects with auth state in the URL or fragment. Flag any token-bearing URL that crosses an origin boundary.document.cookie via browser_eval. For each cookie, check Secure, HttpOnly, SameSite, expiry, and entropy of the value. Flag missing flags or short tokens. Pass each through aidefence_scan to flag PII embedded in cookie values.state and nonce are present and high-entropy, verify redirect_uri matches the registered callback domain.aidefence_is_safe gate from browser-extract applies if you read the findings back).verdict (pass / warn / fail).browser-sessions with tag: auth-probe so future audits compare against it.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.