Skip to main content

capacitor-deep-linking

Guides users on implementing deep links and universal links in Capacitor apps for seamless navigation.

Install this skill

or
63/100

Security score

The capacitor-deep-linking skill was audited on Feb 25, 2026 and we found 17 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 58

Template literal with variable interpolation in command context

SourceSKILL.md
58navigateTo(`/product/${productId}`);
medium line 61

Template literal with variable interpolation in command context

SourceSKILL.md
61navigateTo(`/profile/${userId}`);
medium line 170

Curl to non-GitHub URL

SourceSKILL.md
170curl -I https://myapp.com/.well-known/apple-app-site-association
medium line 173

Curl to non-GitHub URL

SourceSKILL.md
173curl "https://app-site-association.cdn-apple.com/a/v1/myapp.com"
medium line 234

Curl to non-GitHub URL

SourceSKILL.md
234curl https://myapp.com/.well-known/assetlinks.json
low line 201

Access to hidden dotfiles in home directory

SourceSKILL.md
201keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
low line 23

External URL reference

SourceSKILL.md
23| Universal Links | iOS | `https://myapp.com/path` | Yes |
low line 24

External URL reference

SourceSKILL.md
24| App Links | Android | `https://myapp.com/path` | Yes |
low line 51

External URL reference

SourceSKILL.md
51// Universal link: https://myapp.com/product/123
low line 128

External URL reference

SourceSKILL.md
128Host at `https://myapp.com/.well-known/apple-app-site-association`:
low line 170

External URL reference

SourceSKILL.md
170curl -I https://myapp.com/.well-known/apple-app-site-association
low line 173

External URL reference

SourceSKILL.md
173curl "https://app-site-association.cdn-apple.com/a/v1/myapp.com"
low line 180

External URL reference

SourceSKILL.md
180Host at `https://myapp.com/.well-known/assetlinks.json`:
low line 234

External URL reference

SourceSKILL.md
234curl https://myapp.com/.well-known/assetlinks.json
low line 237

External URL reference

SourceSKILL.md
237https://developers.google.com/digital-asset-links/tools/generator
low line 424

External URL reference

SourceSKILL.md
424- Capacitor App Plugin: https://capacitorjs.com/docs/apis/app
low line 427

External URL reference

SourceSKILL.md
427- Digital Asset Links Validator: https://developers.google.com/digital-asset-links/tools/generator
Scanned on Feb 25, 2026
View Security Dashboard