k7-total-security-deployment
Warn
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches installation packages from an external domain for multiple operating systems.
- Evidence:
Invoke-WebRequest -Uri "https://example.com/k7-agent-16.0.1195-win-x64.msi"inSKILL.md. - Evidence:
curl -O https://example.com/k7-agent-16.0.1195-macos.pkginSKILL.md. - Evidence:
wget https://example.com/k7-agent-16.0.1195-amd64.debinSKILL.md. - [COMMAND_EXECUTION]: The skill performs installation and management tasks requiring administrative privileges through shell commands.
- Evidence:
msiexec /i k7-agent.msi /qninSKILL.md. - Evidence:
sudo installer -pkg k7-agent-16.0.1195-macos.pkg -target /inSKILL.md. - Evidence:
sudo dpkg -i k7-agent-16.0.1195-amd64.debinSKILL.md. - Evidence:
sudo systemctl restart k7-agentinSKILL.md. - [PROMPT_INJECTION]: The skill facilitates the ingestion of untrusted security data into AI model contexts for analysis.
- Ingestion points: The skill uses
k7-console --list-threatsandk7-console --view-logsto retrieve data for AI integration inSKILL.md. - Boundary markers: No explicit delimiters or instructions are specified to isolate external log data from the AI's core instructions.
- Capability inventory: The skill has access to system-level operations including file quarantine, policy enforcement, and network connectivity testing through the
k7-consoleutility. - Sanitization: There is no documented validation or filtering process for the logs and threat data before they are analyzed by the AI.
Audit Metadata