k7-total-security-unified-defense
Fail
Audited by Snyk on Jul 5, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The list contains a direct .msi installer hosted on an unverified/unknown domain (k7-releases.example) plus a custom APT repo (apt.k7security.example) — both high-risk indicators for malware distribution — while the other URLs (OpenAI/Anthropic APIs, Slack webhook pattern, internal SIEM/log endpoints, ara.so) are either legitimate services or internal endpoints but not safe mitigations for an untrusted installer source.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The installation steps explicitly download and execute remote installer packages (e.g., Invoke-WebRequest to https://k7-releases.example/K7-Agent-16.0.1195-x64.msi and adding the APT repo/pubkey at https://apt.k7security.example/ which leads to apt installing packages), so these URLs are runtime dependencies that fetch and run remote code.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill explicitly requires administrative/root access and contains commands that use sudo and modify system files (adding apt keys/repos, installing agents, configuring services and agents), which push the agent to change the host system state.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata