sequential-thinking

Warn

Audited by Runlayer on Feb 22, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
4
Flagged
3
Chunks
4
Flagged Files (3)
README.mdHIGH
78.5%

Malicious tool definition detected

Tool: README.md Description: # Sequential Thinking Skill Agent skill for systematic problem-solving through iterative reasoning with revision and branching capabilities.

SKILL.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL.md Description: --- name: sequential-thinking description: Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope.

references/advanced.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/advanced.md Description: # Advanced Usage: Revision and Branching ## Revising Previous Thoughts When a thought proves incorrect or incomplete, use revision to correct the reasoning chain: ```typescript { thought: "Actually, the N+1 problem isn't the bottleneck—profiling shows the issue is missing indexes on join columns.", thoughtNumber: 5, totalThoughts: 7, isRevision: true, revisesThought: 2, // References thought #2 nextThoughtNeeded: true } ``` **When to revise**: - New evid

Passed Files (1)Click to expand
references/examples.mdOK
6.1%

Tool passed security scan

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
4
Files Flagged
3
Chunks Analyzed
4
Analyzed
Feb 22, 2026, 01:16 PM
Security Audit — runlayer — sequential-thinking