security-scanning-security-sast
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The embedded Python script
MultiLanguageSASTScannerutilizessubprocess.runto execute security tools such assemgrepandbandit. The implementation uses argument lists rather than raw shell strings, which is a secure practice to prevent shell injection. - [EXTERNAL_DOWNLOADS]: The instructions include steps to install standard security utilities (Bandit, Semgrep, ESLint Security) via official package managers like
pipandnpm. These tools are well-known in the security community and are appropriate for the skill's stated purpose of vulnerability scanning.
Audit Metadata