sbom-analyzer
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute legitimate security utilities including thesnykCLI,cyclonedx-cli, andspdx-toolsfor SBOM generation, validation, and conversion. These are standard operations for the described security analysis tasks. - [EXTERNAL_DOWNLOADS]: Documentation references the use of
npxto fetch and run the@cyclonedx/cyclonedx-libraryfrom the npm registry. This is an expected and standard method for utilizing specialized validation tools. - [PROMPT_INJECTION]: The skill processes untrusted external data in the form of SBOM files, which creates a surface for indirect prompt injection. Malicious content within SBOM component fields could attempt to influence the agent's behavior during report generation or vendor communication drafting.
- Ingestion points: Reads and parses vendor-supplied CycloneDX and SPDX JSON files (SKILL.md).
- Boundary markers: None identified; data from the SBOM is directly interpolated into summary and report templates.
- Capability inventory: The skill is configured with
mcp_snyk_snyk_sbom_scan,Bash,Read, andWritecapabilities (SKILL.md). - Sanitization: No explicit sanitization or filtering of component-level metadata is described before it is included in the output.
Audit Metadata