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-react package for wallet integration.- [SAFE]: The instructions promote security best practices by explicitly forbidding the use of Account.generate() or raw private keys in the browser, encouraging the use of secure wallet adapters instead.- [PROMPT_INJECTION]: The skill processes external data via the useWallet() 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: signAndSubmitTransaction for executing transactions. Sanitization: Uses typed InputTransactionData and official library handlers.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 14, 2026, 05:27 AM