skills/email-generic/SKILL.md
Send/search emails via a generic IMAP/SMTP bridge (or vendor API).
npx skillsauth add 47network/Sven email-genericInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provides generic email operations via a bridge service that speaks IMAP/SMTP or a vendor API.
EMAIL_API_BASE (HTTP endpoint for email bridge)EMAIL_API_KEY (bearer token for the bridge)EMAIL_FROM (default sender address)The bridge should implement:
POST /send with { from, to, cc, bcc, subject, body }POST /search with { query, limit }GET /inbox?limit=10Sending email is write scope and should be approval-gated when the recipient is external or when policy requires explicit confirmation.
EMAIL_API_BASEemail.send: writeemail.search: reademail.list: readThis skill is designed to be provider-agnostic; wire it to IMAP/SMTP or a vendor API through the bridge.
development
Automated web testing advisor — generate Playwright test scripts, accessibility checks, and performance audits.
testing
Unified security posture reporting — combines SAST, dependency audit, secret scan, infrastructure scan, and pentest results into a single scored report with OWASP and SOC 2 compliance mapping, top risks, and remediation recommendations.
development
Detect hardcoded secrets, API keys, tokens, private keys, and credentials in source code and config files. 20 built-in patterns covering AWS, GitHub, Slack, Stripe, database URLs, JWTs, and more.
development
Static Application Security Testing — scan TypeScript/JavaScript source code for SQL injection, XSS, SSRF, path traversal, command injection, hardcoded secrets, insecure crypto, auth bypass, prototype pollution, and more. 14 built-in rules mapped to OWASP Top 10 and CWE.