entra-agent-id
Warn
Audited by Runlayer on Mar 12, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (4)
entra-agent-id/references/oauth2-token-flow.mdMEDIUM
87.2%
Risky tool definition detected
Add a Password Credential to the Blueprint Via PowerShell: ```powershell $secretBody = @{ "passwordCredential" = @{ "displayName" = "Dev Secret" "endDateTime" = "2027-01-01T00:00:00Z" } } $credential = Invoke-MgGraphRequest -Method POST ` -Uri "https://graph.microsoft.com/beta/applications/<BLUEPRINT_OBJECT_ID>/addPassword" ` -Headers @{"OData-Version"="4.0"; "Content-Type"="application/json"} ` -Body ($secretBody | ConvertTo-Json -Depth 5) -OutputType PSObject $credential.secretText # Save NOW
entra-agent-id/SKILL.mdLOW
67.7%
Tool passed security scan
entra-agent-id/references/known-limitations.mdLOW
61.4%
Tool passed security scan
entra-agent-id/references/acceptance-criteria.mdLOW
55.9%
Tool passed security scan
Audit Metadata