Skip to content

feat: scaffold Ask Gina SDK, CLI, plugins, and evals - #1

Merged
ericjuta merged 31 commits into
mainfrom
feat/initial-scaffold
Aug 26, 2026
Merged

feat: scaffold Ask Gina SDK, CLI, plugins, and evals#1
ericjuta merged 31 commits into
mainfrom
feat/initial-scaffold

Conversation

@ericjuta

@ericjuta ericjuta commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • scaffold the public Ask Gina monorepo with SDK, CLI, plugin-core, host targets, and canonical skills
  • add hermetic and live eval runners with sanitized evidence and attested Codex execution
  • add deterministic package/target artifact generation, verification receipts, public-boundary checks, and pinned CI
  • verify isolated package installs and all five host target archives

Verification

  • bun run check
  • bun run check:target-conformance (175/175)
  • bun run verify:artifacts (13 files, 104 tests; package and target receipts verified)
  • bun run check:public-boundary (245 files, 11 archives, 0 findings)
  • bun run smoke:install
  • bun run verify:packages
  • bun run verify:targets
  • omp-reviewer --base origin/main last completed pass was before af76c24; later rerun timed out

@ericjuta ericjuta closed this Aug 26, 2026
@ericjuta ericjuta reopened this Aug 26, 2026
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Comment thread packages/evals/src/sanitize.ts Fixed
Comment thread packages/evals/src/sanitize.ts Fixed
Treat the full captured header value as the credential, and only split cookie name/value pairs.
Only nested-parse Cookie: name=value headers. cookie=opaque-production-secret=fixture is rejected as a whole RHS.
Validate sanitized run metadata before the paid trial loop so illegal candidates cannot burn API calls.
Do not coerce a missing manifest reasoning label to an empty string.
Do not suppress provider keys, JWTs, or other high-confidence credentials just because they live under fixtures or tests.
Require a non-letter in Bearer tokens, keep Responses fixtures synthetic, and assemble userinfo attack URLs at runtime.
Keep the live child on the attested descriptor even when a forged codex binary is first on PATH.
@ericjuta
ericjuta merged commit 38902f1 into main Aug 26, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants