winmd-api-search

Warn

Audited by Runlayer on Mar 3, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
9
Flagged
5
Chunks
14
Flagged Files (5)
winmd-api-search/scripts/cache-generator/Program.csMEDIUM
78.0%

Malicious tool definition detected

winmd-api-search/scripts/Invoke-WinMdQuery.ps1LOW
73.0%

Tool passed security scan

Malicious tool definition detected

Provided: $FullName" exit 1 } $ns = $FullName.Substring(0, $lastDot) $safeFile = $ns.Replace('.', '_') + '.json' $manifest = Resolve-ProjectManifest -Name $Project $dirs = Get-PackageCacheDirs -Manifest $manifest foreach ($dir in $dirs) { $filePath = Join-Path $dir "types\$safeFile" if (-not (Test-Path $filePath)) { continue } $types = Get-Content $filePath -Raw | ConvertFrom-Json $type = $types | Where-Object { $_.fullName -eq $FullName } if (-not $type) { continue } Write-Output "$($type.kind)

winmd-api-search/scripts/Update-WinMdCache.ps1LOW
59.8%

Tool passed security scan

winmd-api-search/SKILL.mdLOW
59.4%

Tool passed security scan

winmd-api-search/scripts/cache-generator/Directory.Build.propsLOW
54.0%

Tool passed security scan

Passed Files (4)Click to expand
winmd-api-search/scripts/cache-generator/CacheGenerator.csprojOK
47.9%

Tool passed security scan

winmd-api-search/scripts/cache-generator/Directory.Packages.propsOK
46.4%

Tool passed security scan

winmd-api-search/scripts/cache-generator/Directory.Build.targetsOK
32.1%

Tool passed security scan

winmd-api-search/LICENSE.txtOK
19.5%

Tool passed security scan

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
9
Files Flagged
5
Chunks Analyzed
14
Analyzed
Mar 3, 2026, 10:38 PM
Security Audit — runlayer — winmd-api-search