개인정보

개인정보 — Berth

Berth는 local inspection을 중심으로 설계되었습니다. 알려진 로컬 agent locations를 읽고, 자체 local index를 저장하며, telemetry를 보내지 않고 account도 요구하지 않습니다.

Berth가 읽는 로컬 파일

Scanner는 알려진 user / project roots에서 agent configuration, instructions, skills, hooks, plugins, MCP settings, sessions, usage metadata를 찾습니다.

  • ~/.claude, ~/.codex, tool-specific homes 같은 user-level roots
  • AGENTS.md, .cursor, opencode configuration 같은 project roots
  • adapter가 안전하게 읽을 수 있는 session 및 usage stores

Berth가 저장하는 데이터

Berth는 local SQLite index와 local scan settings를 저장해 UI를 빠르게 열고 백그라운드에서 새로 고칠 수 있게 합니다.

  • indexed asset 및 file metadata
  • source paths와 adapter evidence
  • watcher debounce 및 minimum refresh interval settings

Credentials와 secrets

Adapters는 credential, token, auth file의 존재를 감지할 수 있지만, Berth는 이를 status metadata로만 다루고 secret value는 표시하지 않습니다.

  • 필요할 때만 presence 표시
  • secret value를 render하지 않음
  • adapter가 source policy를 선언한 경우에만 sensitive files 읽기

Network behavior

앱에는 telemetry, account login, cloud sync가 없습니다. website와 app의 external link는 GitHub releases 또는 인용된 documentation으로 갑니다.

  • telemetry endpoint 없음
  • hosted account system 없음
  • local configuration automatic upload 없음