Skip to main content

context-assembler

Assembles and prioritizes context for agent spawns, optimizing token usage and capturing error patterns for improved learning.

Install this skill

or
65/100

Security score

The context-assembler skill was audited on Feb 28, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 369

Template literal with variable interpolation in command context

SourceSKILL.md
369```bash
medium line 508

Template literal with variable interpolation in command context

SourceSKILL.md
508```bash
medium line 546

Template literal with variable interpolation in command context

SourceSKILL.md
546```bash
medium line 940

Template literal with variable interpolation in command context

SourceSKILL.md
940```bash
medium line 233

Python subprocess execution

SourceSKILL.md
233result = subprocess.run(cmd_args, capture_output=True, text=True)
medium line 288

Python subprocess execution

SourceSKILL.md
288result = subprocess.run(cmd_args, capture_output=True, text=True)
medium line 630

Python subprocess execution

SourceSKILL.md
630result = subprocess.run(cmd, capture_output=True, text=True)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →
GitHub Stars 22
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
mattnigh/skills_collection