install
source · Clone the upstream repo
git clone https://github.com/cisco-ai-defense/skill-scanner
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/cisco-ai-defense/skill-scanner "$T" && mkdir -p ~/.claude/skills && cp -r "$T/evals/test_skills/malicious/eicar-test" ~/.claude/skills/cisco-ai-defense-skill-scanner-eicar-test && rm -rf "$T"
manifest:
evals/test_skills/malicious/eicar-test/SKILL.mdsource content
EICAR Test Skill
This skill contains the EICAR Standard Anti-Virus Test File in the assets folder.
The EICAR test file is a standard file used to test anti-malware products. It is NOT a virus but is detected by all antivirus software as malware.
Purpose
This skill is used to test the VirusTotal binary file scanner integration.