Security Bun
Automatically identifies and mitigates common web vulnerabilities like XSS and SQL injection using rule-based checks.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add security-bun npx -- -y @trustedskills/security-bun
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"security-bun": {
"command": "npx",
"args": [
"-y",
"@trustedskills/security-bun"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The security-bun skill provides a streamlined approach to vulnerability scanning and dependency management using Bun, a fast all-in-one JavaScript runtime. It allows users to quickly identify potential security risks within their projects by analyzing package dependencies and reporting any known vulnerabilities. This enhances the overall security posture of software development workflows.
When to use it
- Project Setup: Integrate during initial project setup to proactively identify and address vulnerabilities early on.
- Continuous Integration (CI): Incorporate into CI pipelines for automated vulnerability scanning with each code commit.
- Security Audits: Quickly assess the security of existing projects as part of a broader security audit process.
- Dependency Updates: Before updating project dependencies, use this skill to ensure updates don't introduce new vulnerabilities.
Key capabilities
- Vulnerability Scanning: Identifies known vulnerabilities in project dependencies.
- Bun Runtime Utilization: Leverages the speed and efficiency of the Bun runtime.
- Dependency Management: Provides insights into project dependency structure.
- Reporting: Generates reports detailing identified vulnerabilities.
Example prompts
- "Scan this project for security vulnerabilities."
- "Check my dependencies for known issues."
- "Run a security audit on my current codebase."
Tips & gotchas
The skill requires Bun to be installed and configured in the environment where it is executed. Ensure that you have the latest version of Bun installed to benefit from performance improvements and updated vulnerability databases.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.