context-engineering-collection

Warn

Audited by Socket on Aug 10, 2026

3 alerts found:

Anomalyx2Security
AnomalyLOW
skills/hosted-agents/scripts/sandbox_manager.py

The code is largely a framework with many critical methods stubbed out, so no definitive malware behavior is observable in this fragment. However, it strongly indicates automated cloning and npm building/testing of potentially untrusted repositories and runs background dev processes. It also embeds GitHub tokens in the git clone URL (credential leakage risk) and constructs git config commands using user-controlled strings (possible command injection depending on execute_command escaping). Given the high-risk command-execution/supply-chain surface, this package warrants careful review of the missing implementations (sandboxing, escaping, network egress controls, dependency pinning/signature verification, and credential handling).

Confidence: 65%Severity: 60%
SecurityMEDIUM
examples/interleaved-thinking/SKILL.md

SUSPICIOUS. The skill’s stated purpose is coherent, and its MiniMax references align with official MiniMax endpoints, but its actual execution surface depends on an unverified local package/CLI (`reasoning_trace_optimizer` / `rto`) with no documented official distribution path. That unresolved tooling provenance, combined with access to sensitive reasoning traces and the ability to generate follow-on skills, makes the skill medium-high risk despite no direct evidence of credential theft or malicious exfiltration in the text provided.

Confidence: 82%Severity: 74%
AnomalyLOW
examples/long-horizon-prompt-lab/ui/site.js

This module is a clipboard-based delivery mechanism for a hardcoded Git-based “install” shell command that includes fetching remote code and performing filesystem modifications (including rm -rf and cp into .cursor/skills). While the code does not execute the command or exfiltrate data, it meaningfully increases supply-chain and social-engineering risk by making a ready-to-run remote-install instruction easy to place into the user’s clipboard. The clipboard export (window.copySiteText) further broadens the impact within the page context.

Confidence: 64%Severity: 62%
Audit Metadata
Analyzed At
Aug 10, 2026, 10:09 PM
Package URL
pkg:socket/skills-sh/muratcankoylan%2Fagent-skills-for-context-engineering%2Fcontext-engineering-collection%2F@6dbe1a1d868eab51a3bc9011b0f55e2891513e40
Security Audit — socket — context-engineering-collection