Bump the electron group with 2 updates#2
Closed
dependabot[bot] wants to merge 11 commits into
Closed
Conversation
Cross-platform Electron desktop app that probes an LLM endpoint with a curated suite of 47 prompts to verify whether it is genuinely Claude (Anthropic) or a proxy / wrapper pretending to be. Features: - 1:1 Claude Code traffic emulation (UA, x-stainless headers, system, tools) - Sandbox auto-fallback when the model replies only with tool_use - 47 probes across identity, jailbreak, China-policy, social-engineering, and capability categories (TH / ZH / EN) - Parallel run (concurrency 4) with Stop + Resume; partial reports - Auto-finish: saves MD locally and publishes to a free paste host - Golden similarity comparison against a curated reference baseline - Probe pack import / export for community sharing - Light + dark themes, verdict filter, History tab, resizable split - Keyboard shortcuts (Cmd/Ctrl + Enter, Esc, K, L) - All persistent data stays inside the project folder
- electron-builder requires a maintainer for .deb; added linux.maintainer in
package.json so the Debian package build no longer aborts.
- README now documents the macOS unsigned-app workaround
(xattr -cr "/Applications/Claude Verifier.app") so users who hit
"Claude Verifier is damaged" know exactly how to fix it.
- README also notes Windows SmartScreen ("More info → Run anyway").
- New build/icon.png (1024x1024) — diamond glyph on a noir gradient with rounded square, subtle ring + orbit dots. Mirrors the in-app logo. - tools/make-icon.js — renders the icon via Electron offscreen, no external image-tooling deps. Run with `npm run icon` to regenerate. - electron-builder's mac/win/linux configs now point at build/icon.png. - dist scripts pass --publish never so electron-builder produces local artifacts only. The release workflow handles uploading via softprops/action-gh-release, which fixes the Windows upload timeouts caused by builder-util-runtime trying to PUT a large .exe directly.
- docs/index.html — landing page with hero, features, downloads, share-with-community CTA - docs/editor.html + docs/editor.js — in-browser probe editor that loads the catalog from public/tests.js, supports add/edit/duplicate/delete, persists custom probes in localStorage, and import/exports the same probe-pack JSON schema as the desktop app - docs/docs.html — full project docs with sticky sidebar and section-active highlighting (architecture, sandbox, golden, probe categories, shortcuts) - docs/styles.css — shared anthropic-noir styling - README hero swaps the verbose Keywords line for prominent links to the live editor and downloads
- Replace hand-drawn inline SVG sprite with Iconify CDN web component so the site uses the same Tabler icon set everywhere plus real platform brand glyphs (Apple / Windows / Linux) on the download cards. - Add a Light/Dark theme toggle in the nav of all three pages (landing, editor, docs). Theme defaults to OS preference and persists in localStorage. - Editor probe cards reorganized: title row + id pill, category badges, prompt block in a sub-card, keyword chips with check/alert glyphs, and a foot row with Edit/Duplicate/Delete actions. Long prompts wrap on word boundaries instead of breaking mid-character. - First-run note on the landing page is now a structured "First-run setup" card with per-OS rows and a copyable xattr command instead of a long paragraph blockquote. - Editor catalog URL is derived from window.location so a fork at <user>.github.io/<repo> works without code changes.
- package.json homepage and the GitHub repo homepage URL now point to the GitHub Pages site so the Pages link is the canonical landing surface. - docs/index.html, editor.html, docs.html now carry canonical URLs, Open Graph + Twitter Card meta, and (index only) a SoftwareApplication JSON-LD block. SEO copy is natural — no keyword stuffing. - New docs/sitemap.xml + docs/robots.txt so crawlers discover all three pages. - README has a dedicated "Links" section at the bottom: site + releases + discussions + issues + docs. - CONTRIBUTING.md leads with the web editor URL so newcomers can author probes without cloning. - .github/dependabot.yml — weekly grouped PRs for npm and GitHub Actions so deps stay fresh.
Bumps the electron group with 2 updates: [electron](https://github.com/electron/electron) and [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder). Updates `electron` from 30.5.1 to 42.2.0 - [Release notes](https://github.com/electron/electron/releases) - [Commits](electron/electron@v30.5.1...v42.2.0) Updates `electron-builder` from 24.13.3 to 26.8.1 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/electron-builder@26.8.1/packages/electron-builder) --- updated-dependencies: - dependency-name: electron dependency-version: 42.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: electron - dependency-name: electron-builder dependency-version: 26.8.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: electron ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the electron group with 2 updates: electron and electron-builder.
Updates
electronfrom 30.5.1 to 42.2.0Release notes
Sourced from electron's releases.
... (truncated)
Commits
87740a8fix: skip current instance's child processes in Windows orphan killer (#51686)db2296ddocs: update Notification 'failed' support info (#51688)c084f3dfeat: allow --experimental-inspector-network-resource node flag (#51378)365cd49docs: update Azure Artifact Signing and EV cert docs (#51677)4f2f73dfix: Crash for Notification close (#51657)71627f0chore: cherry-pick 5 changes from chromium, angle (42-x-y) (#51666)2c8e90dperf: use GIO instead ofxdg-mimeforapp.getApplicationNameForProtocol()...9f5cd23refactor: SafeStorage never emits, so do not inherit from EventEmitter (#5105...9d75899chore: cherry-pick 3 changes from chromium, skia, angle (42-x-y) (#51646)804962dtest: wait for navigation to settle in loadURL tests (#51644)Updates
electron-builderfrom 24.13.3 to 26.8.1Release notes
Sourced from electron-builder's releases.
... (truncated)
Changelog
Sourced from electron-builder's changelog.
... (truncated)
Commits
9418d2cchore(deploy): Release v26.8.1 (#9585)3a3f439chore(deploy): Release v26.8.0 (electron-updater@6.8.3) (#9556)1b39a8efeat: adding additional toolsets support for win-codesign/windows-kits (#9430)f1c2ec3chore(deploy): Release v26.7.0 (electron-updater@6.8.2) (#9549)e394e0cchore(deploy): Release v26.6.0 (#9531)7b5901bchore(deploy): Release v26.5.0 (electron-updater@6.8.1) (#9503)06de969chore(deploy): Release v26.4.1 (electron-updater@6.8.0) (#9458)caf2cb2chore(deploy): Release v26.4.0 (#9447)85437a7chore(deploy): Release v26.3.6 (#9433)5f9c143chore(deploy): Release v26.3.5 (electron-updater@6.7.3) (#9422)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for electron-builder since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions