No description
  • Scheme 75.1%
  • Shell 9.8%
  • Emacs Lisp 9.5%
  • Makefile 3.9%
  • C 1.6%
  • Other 0.1%
Find a file
2026-07-30 15:47:39 -06:00
.jerboa Harden Webex release evidence privacy 2026-06-25 18:05:41 -06:00
docs Resolve security audit findings 2026-07-11 17:29:30 -06:00
emacs trim webex message display bodies 2026-06-04 15:22:42 -06:00
scripts Resolve security audit findings 2026-07-11 17:29:30 -06:00
src/webex store: compact uses in-place VACUUM instead of bytevector copy pattern 2026-07-22 16:36:38 -06:00
support fix: case-insensitive headers, Retry-After validation, write loop, remove system/putenv, O(n²) append 2026-07-21 10:37:07 -06:00
test archive: fetch --room-ids rooms concurrently 2026-07-22 16:26:21 -06:00
vendor Add self-contained webex-qt-bin GUI binary build 2026-05-13 16:14:44 -06:00
.build.yml ci: set umask 022 in package/verify tasks too (jerbuild creates group-writable cache dirs during pkg operations) 2026-07-22 13:11:00 -06:00
.gitignore jpkg: add package lock 2026-07-30 15:33:51 -06:00
.jerbuild Use vendored jsqlite 2026-06-14 21:24:15 -06:00
.jerbuild.freebsd-amd64 fix make targets and cross builds 2026-06-04 12:56:01 -06:00
.jerbuild.linux-amd64 fix make targets and cross builds 2026-06-04 12:56:01 -06:00
.jerbuild.linux-arm64 fix make targets and cross builds 2026-06-04 12:56:01 -06:00
AGENTS.md docs: remove jerboa-emacs restriction 2026-07-30 15:47:39 -06:00
build-binary-qt.ss Security hardening and release readiness 2026-06-23 10:53:07 -06:00
build-binary.ss fix: case-insensitive headers, Retry-After validation, write loop, remove system/putenv, O(n²) append 2026-07-21 10:37:07 -06:00
build-jwebex-cross.ss Resolve security audit findings 2026-07-11 17:29:30 -06:00
jpkg.lock jpkg: add package lock 2026-07-30 15:33:51 -06:00
jpkg.policy.sexp Add jpkg package CI 2026-06-18 16:32:16 -06:00
jpkg.sexp Add jpkg package CI 2026-06-18 16:32:16 -06:00
LICENSE Switch to MIT license 2026-07-21 13:42:21 -06:00
main-binary-qt.ss Security hardening and release readiness 2026-06-23 10:53:07 -06:00
main-binary.ss Security hardening and release readiness 2026-06-23 10:53:07 -06:00
Makefile build: add lint target 2026-07-21 11:53:01 -06:00
README.md Security hardening and release readiness 2026-06-23 10:53:07 -06:00
SECURITY.md Resolve security audit findings 2026-07-11 17:29:30 -06:00

jerboa-webex

Experimental Jerboa CLI and library code for Webex API workflows.

The repository builds a jwebex command, includes Webex modules under src/, and uses Jerboa plus native runtime support for HTTPS and related integrations.

Status

Private/experimental. Do not publish or use with production Webex credentials until the production gates in ../jerboa-production-readiness.md are complete.

Build

make binary
make release-evidence

Test

make test

Security

Webex access tokens, webhook secrets, local store keys, API responses, message exports, and downloaded attachments are production secrets or workspace data. Credential handling and log redaction are documented in docs/credential-handling.md; native dependency provenance is documented in docs/dependency-provenance.md; local release evidence is documented in docs/release-evidence.md; repository support status and release blockers are documented in SECURITY.md.