fhenix-client-sdk-decryption-tx
Warn
Audited by Snyk on Jun 22, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly for on-chain use: decryptForTx returns a plaintext plus a Threshold Network signature intended to be published to smart contracts. The docs include example Solidity functions (publishDecryptResult / verifyDecryptResult) and show calling a contract method and awaiting tx.wait(). The AI prompt asks the agent to build an off-chain script + Solidity wrapper that reads an auction handle, calls decryptForTx().withoutPermit(), and submits (ctHash, decryptedValue, signature) to a revealWinner function — i.e., construct and send on-chain transactions that finalize auctions/unshield tokens. This is a crypto/blockchain signing and transaction flow, so it grants direct financial execution authority.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata