k7-total-security-unlock-patch
Fail
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: HIGHPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill name
k7-total-security-unlock-patchis deceptive and indicates the skill is intended as a software crack or activation bypass. This creates a high risk of malicious intent or social engineering, as software piracy tools are a common vector for malware delivery. The actual content of the skill, which describes an 'Enterprise Configuration Framework,' is inconsistent with this name. - [PROMPT_INJECTION]: The
k7_ai_analyzer.pycode example contains a clear indirect prompt injection vulnerability. It ingests untrustedthreat_eventdata (Ingestion points) and interpolates it directly into prompts for OpenAI and Anthropic models without using boundary markers or delimiters. The skill possesses the capability to execute system commands via thek7-consoleCLI (Capability inventory). No sanitization or validation of the event data is performed before it is used to generate a 'Response Playbook' (Bash/PowerShell scripts), which could allow an attacker to inject malicious instructions into the generated containment scripts. - [COMMAND_EXECUTION]: The
K7SecurityManagerclass inSKILL.mdimplements functionality to execute system commands using thesubprocess.runmethod. It specifically calls an external toolk7-consolewith arguments provided via user-defined configuration files and environment variables, includingtarget_ipandauth_cert. This enables the execution of CLI tools on the local or remote system based on potentially untrusted configuration data.
Recommendations
- AI detected serious security threats
Audit Metadata