• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

eterna2 / kest
91%

Build:
DEFAULT BRANCH: main
Repo Added 04 Apr 2026 02:53PM UTC
Files 61
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • chore-deps-update
  • chore/bump-moon-2.2.3-main
  • chore/consolidated-dep-updates-20260411
  • chore/dependabot-consolidation
  • dependabot/cargo/libs/kest-core/python/serde_jcs-0.2.0
  • dependabot/cargo/libs/kest-core/rust-v2/cargo-8056535635
  • dependabot/github_actions/actions/checkout-6.0.2
  • dependabot/github_actions/actions/download-artifact-8.0.1
  • dependabot/github_actions/actions/upload-artifact-7.0.1
  • dependabot/github_actions/github-actions-dependencies-937d73b4db
  • dependabot/github_actions/github/codeql-action-4.35.1
  • dependabot/github_actions/pypa/gh-action-pypi-publish-1.14.0
  • dependabot/npm_and_yarn/website/dompurify-3.4.0
  • dependabot/npm_and_yarn/website/dompurify-3.4.1
  • dependabot/npm_and_yarn/website/eslint-10.2.0
  • dependabot/npm_and_yarn/website/eslint-config-next-16.2.3
  • dependabot/npm_and_yarn/website/lucide-react-1.8.0
  • dependabot/npm_and_yarn/website/mermaid-11.15.0
  • dependabot/npm_and_yarn/website/next-16.2.3
  • dependabot/npm_and_yarn/website/next-16.2.6
  • dependabot/npm_and_yarn/website/npm-dependencies-ac3ec04918
  • dependabot/npm_and_yarn/website/npm-dependencies-cff77d6b44
  • dependabot/npm_and_yarn/website/npm_and_yarn-ad77747e51
  • dependabot/npm_and_yarn/website/postcss-8.5.10
  • dependabot/npm_and_yarn/website/react-19.2.5
  • dependabot/npm_and_yarn/website/react-dom-19.2.5
  • dependabot/npm_and_yarn/website/types/node-25.6.0
  • dependabot/npm_and_yarn/website/typescript-6.0.2
  • dependabot/npm_and_yarn/website/uuid-14.0.0
  • dependabot/pip/libs/kest-core/python/aioboto3-gte-15.5.0
  • dependabot/pip/libs/kest-core/python/hypothesis-gte-6.151.12
  • dependabot/pip/libs/kest-core/python/moto-gte-5.1.22
  • dependabot/pip/libs/kest-core/python/mypy-gte-1.20.0
  • dependabot/pip/libs/kest-core/python/opentelemetry-api-gte-1.41.0
  • dependabot/pip/libs/kest-core/python/opentelemetry-exporter-otlp-gte-1.41.0
  • dependabot/pip/libs/kest-core/python/opentelemetry-sdk-gte-1.41.0
  • dependabot/pip/libs/kest-core/python/pytest-cov-gte-7.1.0
  • dependabot/pip/libs/kest-core/python/regopy-gte-1.4.0
  • dependabot/pip/libs/kest-core/python/respx-gte-0.23.1
  • dependabot/uv/libs/kest-core/python/uv-340da0885d
  • dependabot/uv/libs/kest-core/python/uv-c30c77f42d
  • dependabot/uv/libs/kest-core/python/uv-ced96d1c13
  • docs/website-reorg
  • feat/branding-and-seo
  • feat/classification-taints
  • feat/context-accessor-functions
  • feat/issue-82-summarization-provider
  • feat/opaque-handle-vault
  • feat/output-validators
  • feat/python-backend-and-security
  • feat/resource-context
  • feat/scorecard-action
  • feat/scratchpad-first-branding
  • feat/structured-validators
  • feat/template-hydrate-engine
  • feat/vault-backends-services
  • feature/agent-auth-validators
  • feature/sandbox-multi-backend
  • fix-pypi-oidc
  • fix-pypi-publish-action
  • fix-release-ci
  • fix/metadata-path-resolution
  • fix/rust-v2-benchmarks-and-context
  • fix/website-docs-pipeline
  • patch-kest
  • perf-optimize-rego-parsing-18130030827570908829
  • perf-rust-gil-free-signing-6120426200825781025
  • perf/bound-signing-thread-pool-3452011445409023685
  • perf/passport-cache-optimization
  • refactor/benchmark-and-lab-updates
  • refactor/modularize-kest-core-python
  • security/mitigation-apr-2026
  • security/openssf-scorecard-hardening
  • spec/v0.3.0-formalization
  • v0.3.0

25 Apr 2026 04:27PM UTC coverage: 90.885%. Remained the same
24935347407

push

github

web-flow
security: mitigate multiple vulnerabilities in python and website dependencies (#103)

This commit updates several dependencies to address known security vulnerabilities:
- aiohttp: 3.13.3 -> 3.13.4 (Fixes #19-28)
- cryptography: 46.0.5 -> 46.0.7 (Fixes #17, #29)
- requests: 2.32.5 -> 2.33.0 (Fixes #16)
- Pygments: 2.19.2 -> 2.20.0 (Fixes #4, #18)
- PyJWT: 2.11.0 -> 2.12.1 (Fixes #1)
- postcss: 8.4.31 -> 8.5.10 (Fixes #40)
- uuid: 11.1.0 -> 14.0.0 (Fixes #39)

Verified with moon run kest-core-python:test and moon run website:build.

3061 of 3368 relevant lines covered (90.88%)

0.91 hits per line

Relevant lines Covered
Build:
Build:
3368 RELEVANT LINES 3061 COVERED LINES
0.91 HITS PER LINE
Source Files on main
  • Tree
  • List 61
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24935347407 main security: mitigate multiple vulnerabilities in python and website dependencies (#103) This commit updates several dependencies to address known security vulnerabilities: - aiohttp: 3.13.3 -> 3.13.4 (Fixes #19-28) - cryptography: 46.0.5 -> 46.0.7 ... push 25 Apr 2026 04:28PM UTC web-flow github
90.88
24934505200 main chore(deps): bump rustls-webpki (#95) Bumps the cargo group with 1 update in the /libs/kest-core/rust-v2 directory: [rustls-webpki](https://github.com/rustls/webpki). Updates `rustls-webpki` from 0.103.11 to 0.103.13 - [Release notes](https://g... push 25 Apr 2026 03:44PM UTC web-flow github
90.88
24934500096 main chore(deps): bump dompurify from 3.3.3 to 3.4.1 in /website (#75) Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.3 to 3.4.1. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DO... push 25 Apr 2026 03:43PM UTC web-flow github
90.88
24934309923 main chore(toolchain): bump moon 2.1.3 → 2.2.3 (#102) Fixes proto 0.55.4 WASM plugin incompatibility that causes 'missing field working_dir' errors at startup. push 25 Apr 2026 03:33PM UTC web-flow github
90.88
24608934821 main fix(core): add pyproject descriptions and bump to 0.3.0.post1 (#74) * fix(core): add pyproject descriptions and bump to 0.3.1 for PyPI * chore(core): add standard PyPI metadata classifiers and urls * chore(core): reformat pyproject arrays and f... push 18 Apr 2026 04:29PM UTC web-flow github
90.88
24608614277 main ci: specify pypi environment for oidc trusted publishing (#73) push 18 Apr 2026 04:11PM UTC web-flow github
90.88
24608472325 main ci: fix pypa/gh-action-pypi-publish version (#72) * ci: fix pypa/gh-action-pypi-publish version in release workflow * ci: pin github actions to immutable SHAs for zero-trust compliance push 18 Apr 2026 04:03PM UTC web-flow github
90.88
24608297498 main ci: update release workflow for pure python kest-core (#71) * ci: update release workflow for pure python kest-core * docs: comprehensive rewrite of documentation, contributing guidelines, and AI agent rules push 18 Apr 2026 03:54PM UTC web-flow github
90.88
24606663008 main chore: finalize kest-core refactor, restore lab integration, and update benchmarks (#70) * chore: finalize kest-core refactor, restore lab integration, and update benchmarks - Export internal tools and models properly via kest.core public API - ... push 18 Apr 2026 02:23PM UTC web-flow github
90.88
24605218290 main feat(core): implement OAuthCliProvider and policy validators (#69) push 18 Apr 2026 01:00PM UTC web-flow github
90.88
See All Builds (154)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc