ts-sdk-wallet-adapter
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the official and trusted
@aptos-labs/wallet-adapter-reactpackage for wallet integration.- [SAFE]: The instructions promote security best practices by explicitly forbidding the use ofAccount.generate()or raw private keys in the browser, encouraging the use of secure wallet adapters instead.- [PROMPT_INJECTION]: The skill processes external data via theuseWallet()hook, creating a surface for indirect prompt injection. This is documented as safe as it follows the official ecosystem's pattern of using structured transaction payloads. Ingestion points:useWallet()hook in React components. Boundary markers: None explicitly defined. Capability inventory:signAndSubmitTransactionfor executing transactions. Sanitization: Uses typedInputTransactionDataand official library handlers.
Audit Metadata