Security Check
Scans files and URLs for malware, phishing attempts, and vulnerabilities using iulspop's threat intelligence database.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add iulspop-security-check npx -- -y @trustedskills/iulspop-security-check
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"iulspop-security-check": {
"command": "npx",
"args": [
"-y",
"@trustedskills/iulspop-security-check"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The iulspop-security-check skill performs automated security checks on provided text or code. It identifies potential vulnerabilities like SQL injection, cross-site scripting (XSS), and command injection. The skill aims to provide a preliminary assessment of security risks before deployment or further development.
When to use it
- Code Review: Quickly scan newly written code for common security flaws.
- Input Validation: Assess the safety of user-provided input data.
- Content Security: Evaluate text content (e.g., website copy, scripts) for potential XSS risks.
- Automated Testing: Integrate into CI/CD pipelines to automatically check code changes.
Key capabilities
- SQL injection detection
- Cross-site scripting (XSS) detection
- Command injection detection
Example prompts
- "Check this Python script for security vulnerabilities: [script content]"
- "Analyze the following text for XSS risks: [text content]"
- "Perform a security check on this SQL query: [SQL query]"
Tips & gotchas
The skill provides an initial assessment; it is not a substitute for comprehensive penetration testing and expert review. False positives are possible, requiring manual verification of flagged issues.
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.