Back to skill

Security audit

fetch-evm-logs

Security checks across malware telemetry and agentic risk

Overview

This skill coherently scaffolds a local tool for fetching and parsing EVM contract logs, with network and file access that match that purpose.

Before installing, expect it to create a local project, install npm dependencies, call public ABI services or your chosen RPC, and store fetched logs in local output files. Use trusted RPC URLs and only provide an Etherscan API key if you are comfortable using it for ABI lookup.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

Detected: suspicious.env_credential_access

Environment variable access combined with network send.

Critical
Code
suspicious.env_credential_access
Location
scripts/fetch-abi.mjs:20