nvd-cve
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill interacts with the National Vulnerability Database (NVD), which is an authoritative and trusted source for security vulnerability information.
- [COMMAND_EXECUTION]: Executes local Python scripts using environment variables
$MCP_CALLand$NVD_MCP_SCRIPT. This is a standard and expected mechanism for providing modular functionality in agent-based systems. - [CREDENTIALS_UNSAFE]: References the use of an
NVD_API_KEYenvironment variable for authentication. No actual secrets are hardcoded in the skill file. - [PROMPT_INJECTION]: The skill identifies a surface for indirect prompt injection as it ingests external data from the NVD API. * Ingestion points: External CVE data returned by
get_cveandsearch_cvetools (SKILL.md) * Boundary markers: No explicit delimiters or boundary markers for external data are defined (SKILL.md) * Capability inventory: The skill can execute subprocesses via the$MCP_CALLutility (SKILL.md) * Sanitization: No evidence of data sanitization or filtering of the retrieved external content (SKILL.md)
Audit Metadata