Bump the actions group with 5 updates#1
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 actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `8` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2` | `3` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) Updates `actions/download-artifact` from 4 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... 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 actions group with 5 updates:
4646474823Updates
actions/checkoutfrom 4 to 6Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)08c6903Prepare v5.0.0 release (#2238)Updates
actions/setup-nodefrom 4 to 6Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
48b55a0Update Node.js versions in versions.yml and bump package to v6.4.0 (#1533)ab72c7eUpgrade@actionsdependencies (#1525)53b8394Bump minimatch from 3.1.2 to 3.1.5 (#1498)54045abScope test lockfiles by package manager and update cache tests (#1495)c882bffReplace uuid with crypto.randomUUID() (#1378)774c1d6feat(node-version-file): support parsingdevEnginesfield (#1283)efcb663fix: remove hardcoded bearer (#1467)d02c89dFix npm audit issues (#1491)6044e13Docs: bump actions/checkout from v5 to v6 (#1468)8e49463Fix README typo (#1226)Updates
actions/upload-artifactfrom 4 to 7Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testb7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEUpdates
actions/download-artifactfrom 4 to 8Release notes
Sourced from actions/download-artifact's releases.
... (truncated)
Commits
3e5f45bAdd regression tests for CJK characters (#471)e6d03f6Add a regression test for artifact name + content-type mismatches (#472)70fc10cMerge pull request #461 from actions/danwkennedy/digest-mismatch-behaviorf258da9Add change docsccc058eFix linting issuesbd7976bAdd a setting to specify what to do on hash mismatch and default it toerrorac21fcfMerge pull request #460 from actions/danwkennedy/download-no-unzip15999bfAdd note about package bumps974686eBump the version tov8and add release notesfbe48b1Update test names to make it clearer what they doUpdates
softprops/action-gh-releasefrom 2 to 3Release notes
Sourced from softprops/action-gh-release's releases.
... (truncated)
Changelog
Sourced from softprops/action-gh-release's changelog.
Commits
b430933release: cut v3.0.0 for Node 24 upgrade (#670)c2e35e0chore(deps): bump the npm group across 1 directory with 7 updates (#783)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