capacitor-deep-linking
Guides users on implementing deep links and universal links in Capacitor apps for seamless navigation.
Install this skill
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
Template literal with variable interpolation in command context
| 58 | navigateTo(`/product/${productId}`); |
Template literal with variable interpolation in command context
| 61 | navigateTo(`/profile/${userId}`); |
Curl to non-GitHub URL
| 170 | curl -I https://myapp.com/.well-known/apple-app-site-association |
Curl to non-GitHub URL
| 173 | curl "https://app-site-association.cdn-apple.com/a/v1/myapp.com" |
Curl to non-GitHub URL
| 234 | curl https://myapp.com/.well-known/assetlinks.json |
Access to hidden dotfiles in home directory
| 201 | keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android |
External URL reference
| 23 | | Universal Links | iOS | `https://myapp.com/path` | Yes | |
External URL reference
| 24 | | App Links | Android | `https://myapp.com/path` | Yes | |
External URL reference
| 51 | // Universal link: https://myapp.com/product/123 |
External URL reference
| 128 | Host at `https://myapp.com/.well-known/apple-app-site-association`: |
External URL reference
| 170 | curl -I https://myapp.com/.well-known/apple-app-site-association |
External URL reference
| 173 | curl "https://app-site-association.cdn-apple.com/a/v1/myapp.com" |
External URL reference
| 180 | Host at `https://myapp.com/.well-known/assetlinks.json`: |
External URL reference
| 234 | curl https://myapp.com/.well-known/assetlinks.json |
External URL reference
| 237 | https://developers.google.com/digital-asset-links/tools/generator |
External URL reference
| 424 | - Capacitor App Plugin: https://capacitorjs.com/docs/apis/app |
External URL reference
| 427 | - Digital Asset Links Validator: https://developers.google.com/digital-asset-links/tools/generator |
Install this skill with one command
/learn @yeohj0710/capacitor-deep-linking