ctf-misc
Audited by Runlayer on Mar 16, 2026
Context Poisoning
Guardrail Bypass
Privilege Escalation
Data Exfiltration
Tool passed security scan
Data Exfiltration
Context Poisoning
Guardrail Bypass
Risky tool definition detected
Tool: ctf-misc/games-and-vms.md [4/4] Description: # Merge: W' = W + B @ A merged = base['layer2.weight'] + lora['layer2.lora_B'] @ lora['layer2.lora_A'] # Threshold to binary image — values cluster at 0 or 1 binary = (merged > 0.5).int().numpy().astype(np.uint8) img = Image.fromarray((1 - binary) * 255) # Invert: 0→white, 1→black img.save('flag.png') ``` **Key insight:** LoRA adapters are low-rank matrix decompositions designed for fine-tuning. The product of the two small matrices can encode a
Malicious tool definition detected
Tool passed security scan
Tool passed security scan
Passed Files (2)Click to expand
Tool passed security scan
Tool passed security scan