安全卫士

PassAudited by VirusTotal on Apr 17, 2026.

Findings (1)

The skill bundle is a comprehensive security framework designed to protect an AI agent from various threats, including prompt injection, social engineering, and unauthorized file access. It implements a tiered security model (L1-L4) with a centralized configuration system (context_matrix.json) and includes robust detection logic in scripts like guardian.py and detector.py. The code focuses entirely on defensive measures, such as input sanitization, blacklisting malicious patterns (e.g., SQLi, shell commands), and verifying user identity via owner IDs. No evidence of data exfiltration, backdoors, or intentional harmful behavior was found; the requested permissions are limited and aligned with the tool's stated purpose of identity verification and self-configuration.