lintro-add
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code templates for extending a linting tool. No evidence of prompt injection, data exfiltration, or obfuscation was found.
- [COMMAND_EXECUTION]: The provided Python templates use the
subprocessmodule to invoke external commands. The templates correctly implement security best practices by passing arguments as a list and avoiding shell execution (shell=False), which prevents command injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The documentation describes how to install various development tools using established package managers like pip (via uv), npm (via bun), and cargo. These are routine operations within the context of a development environment.
Audit Metadata