AI 产品解读Environment-level Power Platform inventory, governance, ownership, and risk scanner
Power Platform administrators lack visibility into cloud flow inventories, ownership assignments, connector usage patterns, and governance risks across their environments. MakerOps Radar provides automated scanning and reporting to help COE teams understand and govern their Power Platform estate.
User launches extension, optionally signs in with Microsoft Entra to access live Power Platform APIs (or uses demo mode/local JSON import), selects an environment, runs a scan to collect flow inventory and risk data, reviews dashboard and reports, and exports findings in supported formats.
Cloud flow inventory scanOwner and co-owner reportingConnector usage and premium/risky connector signalsSolution readiness checksEnvironment health scorePer-flow risk scoring
- 目标用户
- Power Platform administrators / Center of Excellence teams / Support teams / Consultants / Advanced makers
- The extension is in beta/unlisted submission state per RELEASE_READINESS.md - production Microsoft Entra app registration must be configured before live-scan launch in enterprise tenants.
- Static analysis covers all source files; no dynamic execution was performed.
- The 'premium' keyword matches relate to Microsoft Premium connector detection signals, not extension monetization.
付费分析未识别到付费功能
No evidence of paid features, subscription gating, license validation, or payment processing in the source code. Keywords like 'premium' refer to detecting premium/risky connectors within scanned flows (a data signal), not a paid tier of the extension. The extension is free with demo mode and local JSON import available. No calls to Stripe, PayPal, or billing APIs were found.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- Live Power Platform environment scans require Microsoft Entra sign-in via chrome.identity to obtain an access token for calling Microsoft Power Platform and Power Automate APIs. The manifest includes host permission for login.microsoftonline.com, src/auth.js implements OAuth2 web auth flow, and README.md states 'Live NHS or enterprise tenant scans still require Microsoft sign-in'. A demo mode and JSON import allow offline testing without sign-in, but the core product workflow requires authentication.