RepoPilot

nkanaev/yarr

yet another rss reader

Mixed

Solo project — review before adopting

HealthyDependency

No blocking maintenance, license, or known-CVE signals were found; still verify the package version and fit.

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

Scorecard "Branch-Protection" is 0/10; Scorecard "Token-Permissions" is 0/10

  • Solo or near-solo (1 contributor active in recent commits)
  • Scorecard: default branch unprotected (0/10)
  • Last commit 1d ago
  • MIT licensed
  • CI configured
  • Tests present

What would improve this?

  • Deploy as-is Mixed to Healthy if: bring "Branch-Protection" to ≥3/10 (see scorecard report)

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: nkanaev/yarr

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T19:46:37.094Z · commit e47114526c89

Verdict

Mixed — Solo project — review before adopting

  • Last commit 1d ago
  • MIT licensed
  • CI configured
  • Tests present

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

Yarr is a web-based RSS feed aggregator written in Go that runs as a single, dependency-free binary. It collects and displays feeds from multiple sources in a unified interface, with support for both SQLite (local/desktop) and PostgreSQL (self-hosted) backends. The project combines a Go backend with a Vue/TypeScript frontend to provide cross-platform feed reading on Windows, macOS, and Linux. Monolithic structure: backend logic in src/ (main Go code with assets, content processing, readability extraction, and HTML sanitization); frontend assets in src/assets/static/ (CSS, favicons) and src/assets/templates/ (Vue/TypeScript compiled to index.html); build artifacts managed via Makefile. The…

Start here

Open these first:

  • src/assets/assets.go — Entry point for static asset embedding; determines how UI templates and frontend are bundled into the binary.
  • src/content/sanitizer/sanitizer.go — Core HTML sanitization logic protecting against XSS in feed content; 50+ test cases ensure security posture.
  • src/content/readability/readability.go — Content extraction engine that parses and cleans feed article bodies; critical for feed readability.
  • src/frontend/js/api.ts — TypeScript API client layer; defines contract between frontend and backend for all data operations.
  • src/content/scraper/finder.go — Feed discovery mechanism; extracts feed URLs from HTML pages and handles multiple format detection.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

  1. Clone: git clone https://github.com/nkanaev/yarr.git && cd yarr. 2. Install: verify Go 1.26+ is installed (from go.mod), then check Makefile for build targets. 3. Build: infer from Makefile structure—likely make

Daily commands:

Verify from Makefile targets or make help. Likely make build for binary, then ./yarr (or ./yarr.exe on Windows). Exact flags for database choice (SQLite vs. Postgres), port, and config file location must be conf…

…shortened for this brief.

Key cautions & unknowns

  • Solo or near-solo (1 contributor active in recent commits)
  • Scorecard: default branch unprotected (0/10)
  • Database selection: README mentions SQLite or Postgres, but command-line flag or config file format not visible—must verify before first run. Asset embedding: src/assets/assetsfs.go suggests static files are…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Safe to depend on" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Safe to depend on
[![RepoPilot: Safe to depend on](https://repopilot.app/api/badge/nkanaev/yarr?axis=dependency)](https://repopilot.app/r/nkanaev/yarr)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/nkanaev/yarr on X, Slack, or LinkedIn.

Ask AI about nkanaev/yarr

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question

Featured in lists

Curated shortlists that include this repo.

Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/nkanaev/yarr"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>