Ae1
High
- Category
- analysis-evasion
- Content
SKILL_DIR="$(dirname "$(find /root/.openclaw -name 'SKILL.md' -path '*/vt-hash-intel/*' 2>/dev/null | head -1)")"
- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks for vulnerabilities and agentic risk
This skill is a coherent VirusTotal lookup helper, but users should treat submitted indicators as data sent to a third-party service.
Install only if you are comfortable sending the indicators you provide to VirusTotal using your VT_API_KEY. Avoid submitting internal-only, customer-sensitive, embargoed, or investigation-sensitive IOCs unless your organization allows that workflow.
SKILL_DIR="$(dirname "$(find /root/.openclaw -name 'SKILL.md' -path '*/vt-hash-intel/*' 2>/dev/null | head -1)")"
| Error | Cause | Response | |---|---|---| | `NotFoundError` | IOC not in VT DB | "Not found in VT. This does NOT mean it's safe." | | `AuthenticationError` | Bad/missing API key | "Check VT_API_KEY in your .env file." | | `QuotaExceededError` | Rate limit hit | "Rate limited. Wait and retry." | | `UnrecognizedIOC` | Cannot detect type | "Cannot identify this IOC type. Try --type flag." | | `ConnectionError` | Network issue | "Cannot reach VT API. Check network." |
No suspicious patterns detected.