incoherence
Audited by Socket on Feb 15, 2026
1 alert found:
Malware[Skill Scanner] Instruction directing agent to run/execute external content The SKILL.md itself appears to be a wrapper that triggers a local analysis workflow implemented in a Python module. The content aligns with the stated purpose only if the invoked script is benign. The skill text raises a security concern because it instructs immediate execution of local code without providing the module's contents or safety constraints. No explicit malicious indicators appear in the skill file, but the forced execution pattern is risky: run-time behavior depends entirely on the unseen Python module. Recommend inspecting the referenced module (skills.incoherence.incoherence) before running, and avoid executing it with elevated permissions or in environments that contain secrets. If the module is audited and confirmed benign, the skill is coherent with its purpose. LLM verification: The SKILL.md fragment implements a workflow that plausibly fulfills its intended purpose, but its mandatory immediate execution of an unreviewed local Python module and the requirement to pass agent internal state (`--thoughts`) are high-risk supply-chain patterns. Without the script contents, we cannot prove malicious intent, but the design permits arbitrary code execution, file modification, and potential data exfiltration. Recommendation: treat as SUSPICIOUS — do not execute until the invoked