Back to skill
Skillv1.0.0

VirusTotal security

HTTP Retry Circuit Breaker · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignApr 30, 2026, 5:03 AM
Hash
008c9c6e03b74dc53cb27e624ce787531c9d27c007669db10d161e36c282e5ae
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: http-retry-circuit-breaker Version: 1.0.0 The skill bundle implements an HTTP client with retry and circuit breaker patterns, which aligns perfectly with its stated purpose. The code in `http-retry-circuit-breaker.js` uses standard Node.js `fetch` for network requests and `EventEmitter` for events, without any external dependencies beyond built-ins. There is no evidence of data exfiltration, malicious execution (e.g., `eval`/`exec` of untrusted input, `curl|bash`), persistence mechanisms, or obfuscation. The markdown files (`SKILL.md`, `README.md`, `PERFORMANCE.md`, `PUBLISHING.md`, `SUMMARY.md`) provide documentation and publishing instructions, but contain no prompt injection attempts or hidden directives for the AI agent to perform unauthorized actions. The `test.js` file is a legitimate test suite for the functionality. All observed behaviors are consistent with a benign, utility-focused skill.
External report
View on VirusTotal