Skip to main content

capacitor-ci-cd

Automates CI/CD processes for Capacitor apps using GitHub Actions and GitLab CI, enhancing build and release efficiency.

Install this skill

or
21/100

Security score

The capacitor-ci-cd skill was audited on Mar 5, 2026 and we found 23 security issues across 5 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 22

Template literal with variable interpolation in command context

SourceSKILL.md
22```yaml
medium line 307

Template literal with variable interpolation in command context

SourceSKILL.md
307```yaml
medium line 443

Template literal with variable interpolation in command context

SourceSKILL.md
443```yaml
medium line 577

Template literal with variable interpolation in command context

SourceSKILL.md
577```json
medium line 603

Template literal with variable interpolation in command context

SourceSKILL.md
603```yaml
medium line 634

Template literal with variable interpolation in command context

SourceSKILL.md
634```yaml
medium line 647

Template literal with variable interpolation in command context

SourceSKILL.md
647```yaml
low line 458

Access to hidden dotfiles in home directory

SourceSKILL.md
458- ~/.bun/install/cache
low line 639

Access to hidden dotfiles in home directory

SourceSKILL.md
639~/.gradle/caches
low line 640

Access to hidden dotfiles in home directory

SourceSKILL.md
640~/.gradle/wrapper
medium line 125

Access to system keychain/keyring

SourceSKILL.md
125# Create keychain
medium line 126

Access to system keychain/keyring

SourceSKILL.md
126security create-keychain -p "" build.keychain
medium line 127

Access to system keychain/keyring

SourceSKILL.md
127security default-keychain -s build.keychain
medium line 128

Access to system keychain/keyring

SourceSKILL.md
128security unlock-keychain -p "" build.keychain
medium line 129

Access to system keychain/keyring

SourceSKILL.md
129security set-keychain-settings -t 3600 -u build.keychain
medium line 133

Access to system keychain/keyring

SourceSKILL.md
133security import certificate.p12 -k build.keychain -P "$CERTIFICATE_PASSWORD" -T /usr/bin/codesign
medium line 134

Access to system keychain/keyring

SourceSKILL.md
134security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "" build.keychain
low line 132

Base64 decode operation

SourceSKILL.md
132echo "$CERTIFICATE_P12" | base64 --decode > certificate.p12
low line 138

Base64 decode operation

SourceSKILL.md
138echo "$PROVISIONING_PROFILE" | base64 --decode > ~/Library/MobileDevice/Provisioning\ Profiles/profile.mobileprovision
low line 197

Base64 decode operation

SourceSKILL.md
197echo "$KEYSTORE_BASE64" | base64 --decode > android/app/release.keystore
low line 659

External URL reference

SourceSKILL.md
659- Fastlane: https://fastlane.tools
low line 660

External URL reference

SourceSKILL.md
660- Capgo CLI: https://capgo.app/docs/cli
low line 662

External URL reference

SourceSKILL.md
662- Google Play API: https://developers.google.com/android-publisher
Scanned on Mar 5, 2026
View Security Dashboard