go-vuln-crypto-tlsUse when auditing Go code involving TLS configuration, certificate validation, JWT token parsing, SAML assertion verification, webhook signature checking, or...
Install via ClawdBot CLI:
clawdbot install yhy0/go-vuln-crypto-tlsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 22, 2026
Audit a banking or payment processing application that uses TLS for secure communication between microservices and JWT tokens for API authentication. Focus on detecting InsecureSkipVerify in production TLS configurations and ensuring JWT parsing restricts algorithms to prevent algorithm confusion attacks, which could lead to unauthorized transactions or data breaches.
Review a healthcare platform handling patient data exchange via SAML for single sign-on and TLS for secure data transmission. Check for SAML signature validation flaws like XML wrapping attacks and verify mTLS configurations with proper ClientCAs to meet HIPAA or GDPR requirements, preventing unauthorized access to sensitive health records.
Analyze an e-commerce system that processes webhook notifications from payment gateways using HMAC signatures. Ensure webhook signature verification uses hmac.Equal for constant-time comparisons to avoid timing side-channel attacks, which could allow attackers to forge webhook requests and manipulate order statuses or payment confirmations.
Audit a CI/CD pipeline that uses cosign or sigstore for signing and verifying container images. Detect vulnerabilities in signature verification logic that could allow unauthorized images to be deployed, ensuring secure software supply chains and preventing supply chain attacks in cloud-native environments.
Inspect an IoT platform where devices authenticate via TLS with client certificates (mTLS). Verify that mTLS configurations require and validate client certificates using ClientCAs, and check for insecure TLS session resumption that might bypass CA trust store updates, preventing device impersonation and data interception.
SaaS providers offering cloud-based applications can use this skill to audit their TLS, JWT, and webhook implementations, ensuring secure multi-tenant environments. This helps prevent data breaches and maintain customer trust, with revenue generated from subscription fees based on user tiers and feature access.
Consulting firms specializing in application security can leverage this skill to perform targeted audits for clients in regulated industries like finance or healthcare. Revenue comes from project-based fees or retainer models, with services focused on identifying and mitigating cryptographic vulnerabilities to meet compliance standards.
Companies developing DevOps or security tools can integrate this skill into their platforms to offer automated vulnerability scanning for Go code. Revenue is generated through licensing fees for enterprise versions or usage-based pricing in cloud offerings, helping teams proactively secure their software supply chains.
💬 Integration Tip
Integrate this skill into CI/CD pipelines using the provided grep commands to automatically scan Go code for cryptographic vulnerabilities during build processes, ensuring early detection and remediation.
Scored Apr 19, 2026
Manage and monitor a personal stock watchlist with support for adding, removing, listing stocks, and summarizing their recent performance using data from 10jqka.com.cn. Use when the user wants to track specific stocks, get performance summaries, or manage their watchlist.
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Research markets with sizing, segmentation, competitor mapping, pricing checks, and demand validation that turn fuzzy ideas into decision-ready evidence. Use...
Comprehensive US stock analysis including fundamental analysis (financial metrics, business quality, valuation), technical analysis (indicators, chart patterns, support/resistance), stock comparisons, and investment report generation. Use when user requests analysis of US stock tickers (e.g., "analyze AAPL", "compare TSLA vs NVDA", "give me a report on Microsoft"), evaluation of financial metrics, technical chart analysis, or investment recommendations for American stocks.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.