Add Signet plugin — local-first cryptographic signing for agent workflows#2285
Open
willamhou wants to merge 1 commit intolanggenius:mainfrom
Open
Add Signet plugin — local-first cryptographic signing for agent workflows#2285willamhou wants to merge 1 commit intolanggenius:mainfrom
willamhou wants to merge 1 commit intolanggenius:mainfrom
Conversation
crazywoola
requested changes
Apr 17, 2026
Member
crazywoola
left a comment
There was a problem hiding this comment.
❌ Request Changes
Decision: Request changes
Failed Checks
| Check | Status | Detail |
|---|---|---|
Dependency install |
❌ Fail | Command failed (1): /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/.venv/bin/pip install -r /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/unpacked_plugin/requirements.txt ERROR:root:code for hash blake2… |
dify_plugin version |
❌ Fail | dify_plugin must be installed and >= 0.5.0, but it was not found. |
Install test |
❌ Fail | Command failed (1): /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/.venv/bin/python /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/toolkit/validator/test-plugin-install.py -d /var/folders/c5/ssq8b54n0rj6… |
Packaging test |
❌ Fail | Command failed (1): /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/.venv/bin/python /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/toolkit/uploader/upload-package.py -d /var/folders/c5/ssq8b54n0rj6rbmghy… |
Full Check Results
| Check | Status | Detail |
|---|---|---|
PR content language |
✅ Pass | PR title/body CJK ratio=0.0% (zh=0, en=716, ignored_zh=0, allowed_zh<=0) |
Project structure |
✅ Pass | All expected files present: manifest.yaml, README.md, PRIVACY.md. _assets/: yes. |
Manifest author |
✅ Pass | author is valid. |
Icon validation |
✅ Pass | icon exists: _assets/icon.svg |
Version check |
✅ Pass | version 0.0.1 is available. |
README language |
✅ Pass | README.md CJK ratio=0.0% (zh=0, en=1020, allowed_zh<=0) |
PRIVACY.md |
✅ Pass | PRIVACY.md exists and is non-empty. |
Dependency install |
❌ Fail | Command failed (1): /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/.venv/bin/pip install -r /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/unpacked_plugin/requirements.txt ERROR:root:code for hash blake2… |
dify_plugin version |
❌ Fail | dify_plugin must be installed and >= 0.5.0, but it was not found. |
Install test |
❌ Fail | Command failed (1): /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/.venv/bin/python /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/toolkit/validator/test-plugin-install.py -d /var/folders/c5/ssq8b54n0rj6… |
Packaging test |
❌ Fail | Command failed (1): /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/.venv/bin/python /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/toolkit/uploader/upload-package.py -d /var/folders/c5/ssq8b54n0rj6rbmghy… |
Required Fixes
- Dependency install: Command failed (1): /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/.venv/bin/pip install -r /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/unpacked_plugin/requirements.txt
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 245, in
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 245, in
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
ERROR: Could not find a version that satisfies the requirement dify-plugin-sdk>=0.1 (from versions: none)
ERROR: No matching distribution found for dify-plugin-sdk>=0.1 - dify_plugin version: dify_plugin must be installed and >= 0.5.0, but it was not found.
- Install test: Command failed (1): /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/.venv/bin/python /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/toolkit/validator/test-plugin-install.py -d /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/unpacked_plugin
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 245, in
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 245, in
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s - Packaging test: Command failed (1): /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/.venv/bin/python /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/toolkit/uploader/upload-package.py -d /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/unpacked_plugin -t placeholder --plugin-daemon-path /var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/dify-plugin-darwin-arm64 -u https://marketplace.dify.ai -f --test
ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 245, in
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2b
ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 245, in
globals()[__func_name] = __get_hash(__func_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 129, in __get_openssl_constructor
return __get_builtin_constructor(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/minibanana/.pyenv/versions/3.12.7/lib/python3.12/hashlib.py", line 123, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
Traceback (most recent call last):
File "/var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/toolkit/uploader/upload-package.py", line 135, in
main()
File "/var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/toolkit/uploader/upload-package.py", line 52, in main
upload_directory(args.directory, args.token, MARKETPLACE_BASE_URL, args.force, args.changelog)
File "/var/folders/c5/ssq8b54n0rj6rbmghy7_2xdm0000gn/T/pr-review-direct-hdzcflbk/toolkit/uploader/upload-package.py", line 99, in upload_directory
raise Exception("Failed to package the directory")
Exception: Failed to package the directory
Please address these issues and push an update.
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.
Signet Dify Plugin
Cryptographic action receipts for Dify agent workflows. No API key, no SaaS, runs entirely local.
Tools
Setup
No API keys or accounts needed. Auto-creates Ed25519 identity on first use.
Why local-first
Links