[PR #765] Add Cipher Solana Wallet Audit under Security #2719

Open
opened 2026-04-21 04:58:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/765
Author: @cryptomotifs
Created: 4/17/2026
Status: 🔄 Open

Base: mainHead: add-cipher-solana-wallet-audit


📝 Commits (1)

  • 65cc322 Add 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, .env files 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.

  • MIT licensed
  • Zero runtime dependencies (Python 3.11 stdlib only)
  • 32 unit tests, CI green on Python 3.11 and 3.12
  • Drop-in: - uses: cryptomotifs/cipher-solana-wallet-audit@v1

Follows 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.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/765 **Author:** [@cryptomotifs](https://github.com/cryptomotifs) **Created:** 4/17/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-cipher-solana-wallet-audit` --- ### 📝 Commits (1) - [`65cc322`](https://github.com/sdras/awesome-actions/commit/65cc322d6f7880b4483d82f61e8ce583a0657b0d) Add Cipher Solana Wallet Audit under Security ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 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, `.env` files 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. - MIT licensed - Zero runtime dependencies (Python 3.11 stdlib only) - 32 unit tests, CI green on Python 3.11 and 3.12 - Drop-in: `- uses: cryptomotifs/cipher-solana-wallet-audit@v1` Follows the alphabetical / contextual grouping already used in the Security section. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-21 04:58:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#2719