Back to skill
Skillv2.1.0

VirusTotal security

AI C-Suite · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignApr 30, 2026, 4:38 AM
Hash
46447c53a25d6dc3ffe6f1f97815113741e674d1a8a9992df2b9e6460d376f5c
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: ai-csuite Version: 2.1.0 The skill explicitly declares a 'VirusTotal Safety Profile' in `SKILL.md`, `README.md`, and `ai-csuite-framework-prd.md`, promising no hidden network execution, no obfuscation, no credential reads, no `eval`/`exec`/shell injection, and only local file operations within the skill directory. The Python scripts (`scripts/*.py`) adhere to these claims, performing only local computations and file I/O within `config/` and `logs/`. Crucially, `scripts/security_scan.py` actively checks for common malicious patterns (e.g., `eval`, `exec`, `os.system`, `base64.b64decode`, non-stdlib imports), and this script is the first step executed by the agent, reinforcing a strong intent for safety. The `$ARGUMENTS` variable is handled as text within the Python scripts, preventing prompt or shell injection.
External report
View on VirusTotal