emblem-ai-agent-wallet
Audited by Runlayer on Mar 16, 2026
Prompt Injection
Privilege Escalation
Supply Chain Compromise
Privilege Escalation
Shadow Persistence
Context Poisoning
Supply Chain Compromise
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
Context Poisoning
Guardrail Bypass
Prompt Injection
Shadow Persistence
Supply Chain Compromise
Prompt Injection
Prompt Injection
Tool passed security scan
Tool passed security scan
Passed Files (10)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan