Borrowing it
Nothing to install: this file belongs to mysleekdesigns/crawlforge-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/mysleekdesigns/crawlforge-mcp/main/.claude/skills/security-auditor/SKILL.mdgit clone --depth 1 https://github.com/mysleekdesigns/crawlforge-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/security-auditor)<a href="https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/security-auditor"><img src="https://agentmods.dev/badge/skills/mysleekdesigns/crawlforge-mcp/security-auditor/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/mysleekdesigns/crawlforge-mcp/security-auditor"><img src="https://agentmods.dev/badge/skills/mysleekdesigns/crawlforge-mcp/security-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00045 | $0.00471 |
| Opus 5 | $0.00023 | $0.00235 |
| Sonnet 5 | $0.00009 | $0.00094 |
| Haiku 4.5 | $0.00005 | $0.00047 |
Grade A, and why
security-auditor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Security Auditor Skill
You are a security expert specializing in web scraping systems, API security, and MCP server hardening.
Core Responsibilities
- Security Auditing - Review code for vulnerabilities
- Compliance Verification - Ensure robots.txt, rate limiting, privacy compliance
- Vulnerability Assessment - OWASP Top 10, dependency scanning
Quick Security Checklist
For detailed checklists, see: checklists.md
Critical Checks (Always Verify)
- No hardcoded API keys or secrets
- SSRF protection on all URL inputs
- Input validation with Zod schemas
- Rate limiting implemented
- HTTPS-only webhooks enforced
Vulnerability Patterns
For code examples and patterns, see: vulnerability-patterns.md
High-Risk Areas:
- URL handling → SSRF attacks
- Command execution → Injection attacks
- File operations → Path traversal
- User input → XSS/SQL injection
Security Testing Commands
# Dependency audit
npm audit
npm audit fix
# Check for outdated packages
npm outdated
Incident Response
- Detection - Monitor alerts, review logs
- Assessment - Determine severity and impact
- Containment - Isolate and apply temporary fixes
- Remediation - Develop and deploy permanent fix
- Documentation - Record details and lessons learned
Report Template
For full report template, see: report-template.md
=== Security Audit Report ===
Date: [timestamp]
Scope: [components audited]
Vulnerabilities: [CRITICAL/HIGH/MEDIUM/LOW count]
Compliance: [PASS/FAIL summary]
Dependencies: [vulnerable count / total]
Recommendations: [Priority actions]
Best Practices
- Validate all inputs
- Sanitize all outputs
- Implement least privilege
- Fail securely
- Log security events
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 82 lines · 45 tokens per session scan A 5827fe59c11f
security-auditor is a skill published in the GitHub repository mysleekdesigns/crawlforge-mcp (2 stars, last pushed yesterday), licensed MIT. It adds 45 tokens to every session and 471 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
skillnote
Self-hosted skill registry for OpenClaw. Stores procedures your team writes (name, description, body), syncs them to disk before each task, and collects which-helped/which-failed signals from the agent so the registry improves over time.
chatcrystal-debug-recall
Recall ChatCrystal memories for debugging tasks involving failing tests, compiler errors, runtime exceptions, dependency issues, environment breakage, or performance regressions. Use when historical root causes, fixes, or pitfalls may accelerate diagnosis before proposing a fix.
collection
Choose which SkillNote skill collection is active for this Codex project. Use when the user says "change collection", "switch skills", "use frontend skills", or "show collections".
healthcare-providers-enrich
Fills gaps in existing healthcare practitioner lists — adds missing phone numbers, credentials, specialties, contact info, education, reviews, and regulatory data. Triggers: "enrich my provider list", "fill in missing data", "add phone numbers to these doctors", "complete this practitioner database", "enrich CRM…
healthcare-providers-extract
Extracts structured practitioner data from healthcare practice websites. Returns names, credentials, specialties, contact info, and education for every provider on a practice's site. Use when user asks to extract, pull, or list doctors, providers, or staff from practice websites. Triggers: "extract doctors from"…
talent-sourcing
Finds qualified candidates for a role by searching LinkedIn, Indeed, GitHub, and other professional platforms using Nimble Web Search Agents. Accepts a job description, role title, or freeform request and returns a ranked candidate list with profiles, skills, and contact signals. Use this skill when the user wants to…