From 2dea66f0db8776891d09dacd09f69a5f20bf303b Mon Sep 17 00:00:00 2001 From: Daniel Speciale Date: Fri, 30 Jan 2026 13:29:26 -0800 Subject: [PATCH] Create Qinsight-Atlas Request to add Qinsight Atlas to CylconeDX tool center. Qinsight Atlas is a cryptographic posture management tool that discovers, inventories and analyzes cryptographic assets across enterprise environments. Qinsight Atlas maps directly to the CylconeDX 1.7, enabling import and export of CBOMs. Signed-off-by: Daniel Speciale --- tools/Qinsight-Atlas | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tools/Qinsight-Atlas diff --git a/tools/Qinsight-Atlas b/tools/Qinsight-Atlas new file mode 100644 index 0000000..4f9973d --- /dev/null +++ b/tools/Qinsight-Atlas @@ -0,0 +1,14 @@ +{ + "specVersion": "2.0", + "tool": { + "name": "Qinsight Atlas", + "publisher": "Qinsight", + "description": "Cryptographic posture management platform that discovers, inventories and analyzes cryptographic assets across environments, can import/export CycloneDX-aligned CBOMs, and prioritizes remediation for PQC readiness.", + "website_url": "https://qinsight.com", + "capabilities": ["CBOM"], + "functions": ["AUTHOR", "ANALYSIS"], + "availability": ["COMMERCIAL_LICENSE", "SUBSCRIPTION"], + "packaging": ["APPLICATION"], + "lifecycle": ["DISCOVERY", "OPERATIONS"] + } +}