RepoPilot

fishjar/kiss-translator

A simple, open source bilingual translation extension & Greasemonkey script (一个简约、开源的 双语对照翻译扩展 & 油猴脚本)

Mixed

Mixed signals — read the receipts

ConcernsDependency

copyleft license (GPL-3.0) — review compatibility

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; 2 cyclic import chains detected

  • Concentrated ownership — top contributor handles 54% of recent commits
  • GPL-3.0 is copyleft — check downstream compatibility
  • Scorecard: default branch unprotected (0/10)
  • Last commit today
  • 17 active contributors
  • GPL-3.0 licensed
  • CI configured
  • Tests present

What would improve this?

  • Use as dependency Concerns to Mixed if: relicense under MIT/Apache-2.0 (rare for established libs)
  • 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: fishjar/kiss-translator

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T19:13:21.008Z · commit c95bd46bead3

Verdict

Mixed — Mixed signals — read the receipts

  • Last commit today
  • 17 active contributors
  • GPL-3.0 licensed
  • CI configured
  • 1 more receipt on the live page

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

KISS Translator is a bilingual translation browser extension and Greasemonkey script that overlays translated text inline on web pages while preserving the original. It supports 8+ translation services (Google, DeepL, OpenAI, Claude, etc.) and handles diverse scenarios including YouTube subtitles, input-box translation via keyboard shortcuts, and hover-triggered translation with dictionary lookup—all with customizable rules and styling. Single-package project (not a monorepo) structured as src/ source tree: src/apis/ contains translation service adapters (baidu.js, deepl.js, trans.js), src/config/ holds centralized configuration for APIs and i18n, src/hooks/ provides reusable React hooks…

Start here

Read these in order:

  • src/libs/log.js — Foundation: doesn't import anything internally and is imported by 43 other files. Read first to learn the vocabulary.
  • src/libs/utils.js — Foundation: imported by 35, no internal dependencies of its own.
  • src/config/prompt.js — Built on the foundation; imported by 7 downstream files.
  • src/libs/language.js — Built on the foundation; imported by 7 downstream files.
  • src/subtitle/vtt.js — Layer 2 — composes lower-level code into reusable abstractions (imported 5×).

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.

Clone with git clone https://github.com/fishjar/kiss-translator.git && cd kiss-translator. Install with pnpm install (package.json uses pnpm based on dependency lock conventions). Start the dev server with `pnpm sta…

Daily commands:

For web dev: pnpm start launches dev server (via react-scripts). For userscript dev: pnpm start:userscript. For production builds by target: pnpm build:chrome, pnpm build:firefox, pnpm build:edge, `pnpm build:…

…shortened for this brief.

Key cautions & unknowns

  • Concentrated ownership — top contributor handles 54% of recent commits
  • GPL-3.0 is copyleft — check downstream compatibility
  • Scorecard: default branch unprotected (0/10)
  • Browser extension builds require specific target outputs (chrome/, firefox/, etc.) generated by build scripts—running pnpm build alone is incomplete; see build:* scripts. WebExtension Polyfill bridging means some…
  • 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 "Forkable" badge

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

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/fishjar/kiss-translator?axis=fork)](https://repopilot.app/r/fishjar/kiss-translator)

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/fishjar/kiss-translator on X, Slack, or LinkedIn.

Ask AI about fishjar/kiss-translator

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

Or write your own question
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/fishjar/kiss-translator"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>