Model Resource Profiler
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill bundle is benign. Both the `SKILL.md` and `scripts/analyze_profile.py` demonstrate a strong focus on security. The `SKILL.md` explicitly defines safety boundaries, instructing the AI agent to never deserialize pickle files, execute remote code, or access files beyond user-provided local paths. The Python script reinforces this by using safe `json.load` for parsing and explicitly raising a `SystemExit` if a `--memory-pickle` argument is provided, preventing unsafe deserialization. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection designed to bypass safety measures.
