Webassessment
Webassessment analyzes website content for plagiarism and originality, ensuring academic integrity and efficient research.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add webassessment npx -- -y @trustedskills/webassessment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"webassessment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/webassessment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Webassessment skill provides a security assessment infrastructure for websites, integrating reconnaissance, threat modeling, and vulnerability testing. It analyzes website content to identify potential vulnerabilities and attack scenarios. Crucially, before any action is taken, a voice notification must be sent to alert the user about the workflow being executed.
When to use it
This skill is useful in the following situations:
- Performing security assessments on web applications.
- Developing threat models for websites and online services.
- Identifying potential vulnerabilities through reconnaissance and testing.
- Analyzing website content for attack scenarios.
- Investigating bug bounty programs.
Key capabilities
- Workflow Routing: Directs assessment tasks to specialized skills (e.g., Recon, PromptInjection, OSINT).
- Reconnaissance Integration: Leverages tools from the Recon skill for corporate structure and subdomain enumeration.
- Threat Modeling: Creates attack scenarios and prioritizes testing efforts.
- Vulnerability Analysis: Uses AI, specifically Gemini analysis, to identify vulnerabilities.
- Browser Automation Testing: Integrates with Playwright for automated web application testing.
- Mandatory Voice Notification: Requires a notification before any action is taken.
Example prompts
Here are some example prompts that could trigger the Webassessment skill:
- "Threat model this website."
- "Test this web app for vulnerabilities."
- "Perform reconnaissance on target.com."
- βWhat does this application do?β
Tips & gotchas
- Mandatory Notification: You must send the specified voice notification using the provided
curlcommand immediately upon skill invocation. Failure to do so will prevent the skill from functioning correctly. - Customization: User customizations can be found and applied at
~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/WebAssessment/.
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.