ascii-cli-logo-banner-figletjs

Pass

Audited by Gen Agent Trust Hub on Jun 23, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill is designed to generate ASCII art banners from user-provided text. A review of the instructions and the accompanying Node.js script shows no malicious intent or suspicious patterns.
  • [EXTERNAL_DOWNLOADS]: The skill requires the 'figlet' package from the NPM registry. This is a common and trusted utility for ASCII art generation. The script includes logic to locate the package within local project directories or standard Node.js paths, which is typical for developer tools.
  • [COMMAND_EXECUTION]: The script scripts/figlet_banner.mjs parses command-line arguments to configure font, layout, and color. It uses the library's internal functions for text transformation and does not spawn shell processes or execute arbitrary strings as code.
  • [DATA_EXFILTRATION]: There are no network operations (e.g., fetch, curl) or file system operations that access sensitive directories (e.g., .ssh, .aws, .env). The script only outputs formatted text to the standard output.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 23, 2026, 04:08 PM
Security Audit — agent-trust-hub — ascii-cli-logo-banner-figletjs