create-slack-app
Fail
Audited by Snyk on Aug 22, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill explicitly instructs the agent to ask the user for API key values and embed them verbatim into a CLI command (SLACK_CMD env set <ENV_VAR_NAME> ), which requires the LLM to handle/output secrets directly.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill runs SLACK_CMD create with remote template repos (e.g., slack-samples/bolt-js-starter-template) which are fetched at runtime and provide project code that will be executed locally, so these repository references are runtime external dependencies that can execute code.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata