79735317

Date: 2025-08-14 11:15:53
Score: 1
Natty:
Report link
$user = read-host "user"
$pass = read-host "pass " -AsSecureString
$cred = New-Object System.Management.Automation.PSCredential -ArgumentList $user, $pwd
Find-Package -Name "$packageName" -ProviderName NuGet -AllVersions -Credential $cred 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user26573235