Back to skill
Skillv1.0.0

VirusTotal security

Daily Paper Digest · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignApr 30, 2026, 4:16 AM
Hash
b0d2a233ccf8ec17b46d0aeb1d23e8d7f3f197ed71baf29d0ddac0250174dc42
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: daily-paper-digest Version: 1.0.0 The skill bundle is designed to fetch and format AI papers from arXiv and HuggingFace. All code (`main.py`, `arxiv_fetcher.py`, `huggingface_fetcher.py`, `test.py`) uses standard Python libraries for web scraping and API interaction, without any evidence of malicious intent such as data exfiltration, unauthorized execution, or persistence mechanisms. The `SKILL.md` and `README.md` files contain clear, benign instructions for the AI agent and users, with no prompt injection attempts. While some internal methods (e.g., `huggingface_fetcher.fetch_paper_details` or `arxiv_fetcher.search_papers`) could present vulnerabilities like SSRF if exposed to unsanitized user input by a poorly designed agent interaction layer, the skill's defined tools and execution paths in `SKILL.md` do not expose these methods for dynamic user input, making the skill itself benign.
External report
View on VirusTotal