loom-dependency-scan
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill leverages the
Bashtool to execute various package manager security commands such asnpm audit,pip-audit,cargo audit, andgovulncheck. It also utilizes specialized scanners liketrivy,syft, andlicense-checkerto perform its stated purpose of dependency analysis. - [EXTERNAL_DOWNLOADS]: Instructions include the installation of utility packages from official package registries (NPM, PyPI, Cargo) to support SBOM generation and license checking. Examples include
@cyclonedx/cyclonedx-npm,cargo-cyclonedx, andcyclonedx-py. These are well-known community tools for software supply chain security. - [SAFE]: The skill follows security best practices by recommending the use of lockfiles, verifying sources, and utilizing established tools from trusted providers like Snyk and Aqua Security. The GitHub Actions examples reference official repositories from well-known organizations.
Audit Metadata