emblem-ai-agent-wallet

Fail

Audited by Runlayer on Mar 16, 2026

Risk Level: HIGH
Scan Summary
Max Score
92%
Files
21
Flagged
11
Chunks
22
Flagged Files (11)
emblem-ai-agent-wallet/scripts/check-balance.shHIGH
92.2%

Prompt Injection

Privilege Escalation

emblem-ai-agent-wallet/references/security.mdMEDIUM
86.6%

Supply Chain Compromise

emblem-ai-agent-wallet/SKILL.mdMEDIUM
86.1%

Privilege Escalation

Shadow Persistence

Context Poisoning

Supply Chain Compromise

emblem-ai-agent-wallet/scripts/check-commands-doc-sync.shMEDIUM
86.0%

Risky tool definition detected

tmp_code="$(mktemp)" tmp_docs="$(mktemp)" trap 'rm -f "$tmp_code" "$tmp_docs"' EXIT grep -oE "cmd: '/[^']+'" "$COMMANDS_JS" \ | sed -E "s/cmd: '([^']+)'/\1/" \ | awk '{print $1}' \ | sort -u > "$tmp_code" grep -oE '\| `/[^`]+` \|' "$DOCS_FILE" \ | sed -E 's/^\| `([^`]+)` \|$/\1/' \ | awk '{print $1}' \ | sort -u > "$tmp_docs" missing="$(comm -23 "$tmp_code" "$tmp_docs" || true)" if [[ -n "$missing" ]]; then echo "commands.md is missing slash commands present in CLI source:" while IFS= read -r cm

emblem-ai-agent-wallet/references/authentication.mdMEDIUM
84.5%

Context Poisoning

Guardrail Bypass

emblem-ai-agent-wallet/references/emblem-ai-prompt-examples/assistant-core-workflows.mdMEDIUM
81.1%

Prompt Injection

emblem-ai-agent-wallet/README.mdMEDIUM
80.2%

Shadow Persistence

Supply Chain Compromise

emblem-ai-agent-wallet/references/emblem-ai-prompt-examples/transfers-and-safety.mdMEDIUM
80.0%

Prompt Injection

emblem-ai-agent-wallet/references/emblem-ai-prompt-examples/wallet-and-portfolio.mdLOW
72.6%

Prompt Injection

emblem-ai-agent-wallet/references/troubleshooting.mdLOW
60.9%

Tool passed security scan

emblem-ai-agent-wallet/references/emblem-ai-prompt-examples/cross-chain-and-conditional-orders.mdLOW
55.3%

Tool passed security scan

Passed Files (10)Click to expand
emblem-ai-agent-wallet/references/emblem-ai-prompt-examples/trading-and-defi.mdOK
38.4%

Tool passed security scan

emblem-ai-agent-wallet/references/emblem-ai-prompt-examples/bitcoin-ordinals-examples.mdOK
37.8%

Tool passed security scan

emblem-ai-agent-wallet/scripts/swap-tokens.pyOK
37.5%

Tool passed security scan

emblem-ai-agent-wallet/references/emblem-ai-prompt-examples/emblem-vault-examples.mdOK
37.2%

Tool passed security scan

emblem-ai-agent-wallet/references/emblem-ai-prompt-examples/nft-opensea-examples.mdOK
32.2%

Tool passed security scan

emblem-ai-agent-wallet/references/emblem-ai-prompt-examples/polymarket-examples.mdOK
28.1%

Tool passed security scan

emblem-ai-agent-wallet/references/emblem-ai-prompt-examples.mdOK
23.8%

Tool passed security scan

emblem-ai-agent-wallet/references/commands.mdOK
21.2%

Tool passed security scan

emblem-ai-agent-wallet/references/capabilities.mdOK
18.3%

Tool passed security scan

emblem-ai-agent-wallet/references/emblem-ai-prompt-examples/market-research.mdOK
12.6%

Tool passed security scan

Audit Metadata
Max File Score
92%
Classification
KNOWN_SERVER_KNOWN_TOOL_LIST
Files Scanned
21
Files Flagged
11
Chunks Analyzed
22
Analyzed
Mar 16, 2026, 03:34 AM
Security Audit — runlayer — emblem-ai-agent-wallet