maui-ai-debugging
Fail
Audited by Snyk on Jun 17, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The skill includes commands that set/get secure-storage and fill password fields with literal secret strings (e.g., "eyJhbGc...", "pwd123") and shows examples embedding tokens/passwords directly in CLI arguments, which would require the LLM to handle and emit secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). The runtime workflow ingests outsider-authored free text via the app’s own UI/Blazor surfaces:
maui devflow ui tree/query/property/screenshotandmaui devflow webview snapshot/sourceread arbitrarytext/DOM content from the running app (which may include user-generated or third-party content), and that readable text is then placed into the agent/LLM context.
MEDIUM W021: Hidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
- Hidden Unicode characters detected (1 type(s) found)
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W021
MEDIUMHidden or invisible Unicode characters detected (potential obfuscation or prompt injection).
Audit Metadata