mirror of
https://github.com/sdras/awesome-actions.git
synced 2026-07-16 19:42:13 -05:00
[PR #765] Add Cipher Solana Wallet Audit under Security #3447
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sdras/awesome-actions/pull/765
Author: @cryptomotifs
Created: 4/17/2026
Status: 🔄 Open
Base:
main← Head:add-cipher-solana-wallet-audit📝 Commits (1)
65cc322Add Cipher Solana Wallet Audit under Security📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Adding a new free GitHub Action under the Security section: Cipher Solana Wallet Audit.
Repo: https://github.com/cryptomotifs/cipher-solana-wallet-audit
Scans Solana projects during CI for common wallet-security anti-patterns: plaintext base58 private keys, 64-byte Solana CLI keypair JSON, BIP39 seed phrases embedded in comments,
.envfiles missing from.gitignore, and hardcoded mainnet RPC URLs with embedded API keys. Surfaces findings as inline PR annotations and fails the job on high-severity matches.- uses: cryptomotifs/cipher-solana-wallet-audit@v1Follows the alphabetical / contextual grouping already used in the Security section.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.