sequential-thinking
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a methodology for structured reasoning with extensive documentation and helper scripts for formatting and tracking thoughts.
- [SAFE]: File system operations in
scripts/process-thought.jsare restricted to managing a local history file (.thought-history.json) within the skill's own directory using a hardcoded path. - [SAFE]: No network operations, credential exposure, or remote code execution patterns were detected in the skill scripts or documentation.
- [SAFE]: Node.js dependencies are limited to
jest, which is used solely for development and testing purposes. - [SAFE]: The skill processes user-provided thought strings through its CLI interface but performs validation on inputs and does not execute them as code, mitigating indirect prompt injection risks.
Audit Metadata