near-dapp
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- EXTERNAL_DOWNLOADS (MEDIUM): The skill instructs the installation of third-party packages including
near-connect-hooks,@hot-labs/near-connect, andnear-api-jswhich are not from trusted organizations. It also references external code viaesm.shinreferences/near-connect.md. - REMOTE_CODE_EXECUTION (MEDIUM): The use of
npx create-near-app@latestinSKILL.mdandreferences/create-near-app.mddownloads and executes remote code directly in the shell. While intended for scaffolding, it bypasses static verification of the executed logic. - COMMAND_EXECUTION (LOW): The skill relies on shell commands for environment setup and package management (
npm install,npx). - INDIRECT_PROMPT_INJECTION (LOW):
- Ingestion points: Blockchain data retrieved via
viewFunction(e.g., guestbook messages inreferences/near-connect-hooks.md). - Boundary markers: Absent; the skill does not implement delimiters to isolate untrusted contract data from agent instructions.
- Capability inventory: The skill provides access to
transfer,callFunction,addFunctionCallKey, anddeleteKeywhich are sensitive account operations. - Sanitization: Relies on default framework-level UI escaping (React) but lacks instruction-level sanitization for the LLM context.
Audit Metadata