SXSW 2026 Schedule

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The OpenClaw skill 'sxsw-skill' is benign. The `SKILL.md` clearly defines its purpose as an SXSW schedule lookup tool and instructs the AI agent to use its built-in web search for supplemental information, which is a declared and legitimate agent capability. The `scripts/sxsw.ts` code strictly adheres to its stated security manifest: it reads only specified local JSON data files (`data/sxsw-2026-schedule.json`, `data/sxsw-2026-index.json`), performs no file writes, makes no external network requests, accesses no environment variables, and safely processes CLI arguments using `node:util.parseArgs`, preventing injection vulnerabilities. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation.