sequence-mapper

Pass

Audited by Gen Agent Trust Hub on Mar 3, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill's primary function is static code analysis and visualization. It reads local source files and generates Mermaid diagram strings. No network operations or attempts to exfiltrate data to external domains were detected.
  • [SAFE]: File system interactions are implemented using the @agent/core abstraction layer (safeReadFile, safeWriteFile), which typically enforces agent-level security constraints and prevents arbitrary path traversal or unauthorized access to sensitive system files.
  • [SAFE]: Dependencies consist of standard, well-known libraries such as yargs for argument parsing and typescript for development. No suspicious or unversioned third-party packages are utilized.
  • [SAFE]: There are no patterns of obfuscation, dynamic code generation (eval/exec), or persistence mechanisms. The project structure and script entry points follow standard Node.js/TypeScript conventions.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 3, 2026, 06:41 PM