CD solana-development
Build, test, deploy, and audit Solana programs with Anchor or native Rust, plus ZK Compression (Light Protocol). Use for Solana contracts, token operations, compute optimization, deployment, program audits, or compressed tokens and PDAs.
As a process D 47/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.
Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.
Explain in the description why the access is needed and how it is limited; add tests that show refusals on dangerous requests.
How to improve
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 42
✓ No critical or high findings
Medium and low: 42
-
medium Dangerous commands
cmd-pipe-to-shellreferences/anchor.md:29Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill)curl --proto '=https' --tlsv1.2 -sSfL https://solana-install.solana.workers.dev | bash
security skill -
medium Risky intent
intent-wallet-secretsreferences/durable-nonces.md:551Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target// 3. Sign with hardware wallet private key
-
low Secrets in code
secret-high-entropy-tokenreferences/accounts.md:188High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Clock | `Sysv…111` | Current slot, epoch, timestamp |
table -
low Secrets in code
secret-high-entropy-tokenreferences/accounts.md:189High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Rent | `Sysv…111` | Rent rate calculation |
table -
low Secrets in code
secret-high-entropy-tokenreferences/accounts.md:190High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| EpochSchedule | `Sysv…111` | Epoch duration info |
table -
low Secrets in code
secret-high-entropy-tokenreferences/accounts.md:191High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| SlotHashes | `Sysv…111` | Recent slot hashes |
table -
low Secrets in code
secret-high-entropy-tokenreferences/anchor.md:215High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)declare_id!("Your…111");quoted -
low Secrets in code
secret-high-entropy-tokenreferences/anchor.md:514High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "8Hup…uj8",
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/anchor.md:975High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)address = "EPjF…t1v" # Clone USDC mint
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/anchor.md:1224High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)address = "EPjF…t1v"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/anchor.md:1228High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)address = "MyAc…111"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/builtin-programs.md:25High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Compute Budget** | `Comp…111` | CU limits, heap size, priority fees |
table -
low Secrets in code
secret-high-entropy-tokenreferences/builtin-programs.md:27High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Config Program** | `Conf…111` | Validator configuration |
table -
low Secrets in code
secret-high-entropy-tokenreferences/builtin-programs.md:28High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Stake Program** | `Stak…111` | Staking and delegation |
table -
low Secrets in code
secret-high-entropy-tokenreferences/builtin-programs.md:29High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Vote Program** | `Vote…111` | Validator voting |
table -
low Secrets in code
secret-high-entropy-tokenreferences/builtin-programs.md:408High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)**Program ID:** `solana_program::compute_budget::ID` (`Comp…111`)
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/client-development.md:205High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)destination: "Ff34…BQJ",
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/client-development.md:209High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const usdc = client.splToken({ mint: "EPjF…t1v" });quoted -
low Secrets in code
secret-high-entropy-tokenreferences/client-development.md:219High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)destination: "Ff34…BQJ",
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/compressed-pdas.md:82High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)declare_id!("Your…111");quoted -
low Secrets in code
secret-high-entropy-tokenreferences/compressed-pdas.md:86High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)derive_light_cpi_signer!("Your…111");quoted -
low Secrets in code
secret-high-entropy-tokenreferences/compute-optimization.md:55High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)msg!("A string {0}", "5w6z…fRQ");quoted -
low Secrets in code
secret-high-entropy-tokenreferences/cpi.md:615High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)const EXPECTED_PROGRAM: &str = "Toke…5DA";
detector -
low Secrets in code
secret-high-entropy-tokenreferences/deployment.md:472High-entropy token-like string (may be an id, hash or a credential)# Owner: BPFL…111
-
low Secrets in code
secret-high-entropy-tokenreferences/deployment.md:795High-entropy token-like string (may be an id, hash or a credential)# Owner: BPFL…111
-
low Secrets in code
secret-high-entropy-tokenreferences/native-rust.md:1232High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)declare_id!("Your…111");quoted -
low Secrets in code
secret-high-entropy-tokenreferences/native-rust.md:1629High-entropy token-like string (may be an id, hash or a credential)# Owner: BPFL…111
-
low Secrets in code
secret-high-entropy-tokenreferences/native-security.md:534High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)pub const EXPECTED_PROGRAM_ID: Pubkey = solana_program::pubkey!("Your…111");detector -
low Secrets in code
secret-high-entropy-tokenreferences/production-deployment.md:235High-entropy token-like string (may be an id, hash or a credential)# Output: Program Id: SPL1…NMB
-
low Secrets in code
secret-high-entropy-tokenreferences/production-deployment.md:238High-entropy token-like string (may be an id, hash or a credential)solana-verify get-program-hash -u mainnet-beta SPL1…NMB
-
low Secrets in code
secret-high-entropy-tokenreferences/production-deployment.md:244High-entropy token-like string (may be an id, hash or a credential)--program-id SPL1…NMB \
-
low Secrets in code
secret-high-entropy-tokenreferences/production-deployment.md:253High-entropy token-like string (may be an id, hash or a credential)solana program set-upgrade-authority SPL1…NMB \
-
low Risky intent
intent-offensive-securityreferences/security-checklists.md:105Offensive-security / dual-use content (legitimate for authorised testing; review intended use)- [ ] **Privilege escalation**: CPI doesn't grant unexpected permissions
-
low Secrets in code
secret-high-entropy-tokenreferences/testing-frameworks.md:781High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)let program_id = pubkey!("Logg…111");fixturequoted -
low Secrets in code
secret-high-entropy-tokenreferences/testing-frameworks.md:828High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)let usdc_mint = pubkey!("EPjF…t1v");fixturequoted -
low Secrets in code
secret-high-entropy-tokenreferences/testing-frameworks.md:862High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)my_program = "Fg6P…LnS"
fixturequoted -
low Secrets in code
secret-high-entropy-tokenreferences/testing-frameworks.md:885High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)address = "meta…x1s" # Clone Metaplex
fixturequoted -
low Secrets in code
secret-high-entropy-tokenreferences/testing-frameworks.md:888High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)address = "Toke…5DA" # Clone Token program
fixturequoted -
low Secrets in code
secret-high-entropy-tokenreferences/tokens-overview.md:24High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- Program ID: `Toke…5DA`
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/tokens-overview.md:30High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- Program ID: `Toke…uEb`
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/tokens-overview.md:181High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)pub const TOKEN_PROGRAM_ID: Pubkey = pubkey!("Toke…5DA");quoted -
low Secrets in code
secret-high-entropy-tokenreferences/tokens-overview.md:184High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)pub const ASSOCIATED_TOKEN_PROGRAM_ID: Pubkey = pubkey!("ATok…knL");quoted
Files scanned: 40. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
✓ No remarks against the Agent Skills spec
Process rating: all ten parameters 47/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 15 mutating operations with no state check
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (node) that frontmatter does not declare
- 70Execution cost. Instruction body is 4171 tokens
- 100Steps. 52 steps
- 100Consistency. Name and required fields are in place
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 20 top-level sections: this looks like several domains in one skill
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +2Single-language instructions
- +3Description length 237: enough signal without eating the budget
- +4Structure: 28 headings
- +3Step-by-step instructions: 52 items
- +4Has examples (13 code blocks)
- +4Reference files are cited in the instructions (37 of 37)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 89.