ALWAYS REVIEW SLASH PROMPTS BEFORE INSTALLATION
These prompts have shell execution capabilities and can run arbitrary commands on your system. Malicious prompts could potentially:
- Execute harmful shell commands
- Access sensitive files and directories
- Modify or delete system files
- Exfiltrate data from your system
- Install malware or backdoors
Before installing any slash prompt, manually review each .toml file for:
- Look for backtick commands:
`command` - Verify all shell commands are legitimate and safe
- Check for suspicious file operations (
rm,chmod,curl,wget, etc.) - Ensure no commands access sensitive directories (
/etc,/home,/root)
- Review all
gemini -pprompts for malicious instructions - Verify prompts don't request sensitive information
- Check for attempts to bypass safety measures
- Ensure no prompts try to execute code without user consent
- Verify file paths are reasonable and expected
- Check for attempts to access system files
- Ensure no unauthorized directory traversal (
../../../) - Verify write operations are limited to project directories
- Look for network requests (
curl,wget,nc) - Verify any URLs are legitimate and safe
- Check for data exfiltration attempts
- Ensure no unauthorized API calls
- Only install prompts from trusted sources
- Verify the repository and author reputation
- Check for community reviews and feedback
- Look for official endorsements or certifications
- Test new prompts in isolated environments first
- Use virtual machines or containers for testing
- Never test on production systems
- Monitor system behavior during testing
- Install prompts one at a time
- Test each prompt thoroughly before adding more
- Keep backups of your system before installation
- Document any changes made by prompts
- Periodically review installed prompts
- Check for unauthorized modifications
- Update prompts from trusted sources only
- Remove unused or suspicious prompts
- Commands that require
sudoor root privileges - File operations outside project directories
- Network requests to unknown domains
- Obfuscated or encoded commands
- Prompts that disable security features
- Commands that modify system configurations
# DANGEROUS - Never install prompts with these patterns:
`rm -rf /` # System deletion
`chmod 777 /` # Permission changes
`curl http://malicious.com` # Unknown network requests
`eval $(base64 -d ...)` # Obfuscated execution
`sudo ...` # Privilege escalation
`/etc/passwd` # System file access- Never share prompts that could expose API keys
- Ensure prompts don't log sensitive information
- Use environment variables for credentials
- Regularly rotate API keys
- Large context windows can include sensitive data
- Review what files are being analyzed
- Ensure no credentials are in analyzed files
- Be cautious with private repositories
- Understand your Gemini safety settings
- Know that prompts can influence model behavior
- Be aware of prompt injection techniques
- Monitor for unexpected model responses
All prompts in this repository have been:
- Manually reviewed for security issues
- Tested in isolated environments
- Verified to contain only legitimate operations
- Documented with clear usage instructions
- Limited to read-only operations where possible
This repository's prompts use these shell commands:
find- File discovery (read-only)sed- Text processing (read-only)grep- Pattern matching (read-only)sort- Data sorting (read-only)tail- Output limiting (read-only)tree- Directory listing (read-only)
No destructive or system-modifying commands are used.
- Immediately stop using the prompt
- Disconnect from the internet if possible
- Review system logs for suspicious activity
- Scan your system for malware
- Report the incident to the repository maintainer
- Change any potentially compromised credentials
To report security vulnerabilities:
- Email: [security contact needed]
- Subject: "SECURITY: Qwen-Prompts Vulnerability"
- Include: Detailed description and proof of concept
- Response: We aim to respond within 24 hours
- Security patches will be released immediately
- Critical vulnerabilities will be disclosed responsibly
- Users will be notified through GitHub releases
- Affected prompts will be clearly marked
- OWASP Command Injection Prevention
- Shell Script Security Best Practices
- Qwen-Code Security Documentation
Remember: Your security is your responsibility. When in doubt, don't install.