markdown-scanner
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
npx --yes markdownlint-cli2to perform automated linting on provided file paths. This is a legitimate and standard use of a well-known community utility for static content analysis. - [EXTERNAL_DOWNLOADS]: The skill utilizes
npxto fetch themarkdownlint-cli2package from the NPM registry. This is consistent with the skill's primary function and follows standard development workflows for Node.js-based tools. - [REMOTE_CODE_EXECUTION]: The skill invokes a remote package for document scanning. The package used is a widely recognized tool for markdown linting, and the execution is confined to the analysis of the specified document.
Audit Metadata