owasp-zap
Assists with finding security vulnerabilities in web applications using OWASP ZAP. Use when configuring automated scans, writing scan policies, integrating security scanning into CI/CD pipelines, or analyzing results for OWASP Top 10 vulnerabilities like XSS, SQL injection, and CSRF. Trigger words: owasp zap, security scan, vulnerability scanner, penetration testing, zap-baseline, active scan, passive scan.
What this skill does
# OWASP ZAP ## Overview OWASP ZAP is an open-source web application security scanner that discovers vulnerabilities through spidering, passive analysis, and active attack testing. It detects OWASP Top 10 issues (XSS, SQL injection, CSRF, SSRF, broken access control), integrates with CI/CD via Docker and GitHub Actions, and supports API scanning from OpenAPI specs with configurable scan policies. ## Instructions - When running quick scans in CI, use `zap-baseline.py` which performs passive-only scanning (non-destructive) on every PR and catches approximately 60% of issues without sending attack payloads. - When running thorough scans on staging, use `zap-full-scan.py` which combines spidering, passive scanning, and active attack testing; never run active scans on production since they send destructive payloads. - When scanning APIs, use `zap-api-scan.py` with the OpenAPI/Swagger spec to automatically discover and test all endpoints without manual crawling. - When configuring authentication, set up form-based, script-based, or header-based auth before scanning so ZAP can reach authenticated endpoints that contain the majority of vulnerabilities. - When integrating with CI/CD, use the Docker image (`ghcr.io/zaproxy/zaproxy`) or GitHub Actions (`zaproxy/action-baseline`), set fail thresholds by alert level, and generate both HTML and JSON reports. - When triaging results, prioritize by confidence and risk level (High/High first), exclude known false positives with scan policy rules, and ignore Informational alerts in CI. ## Examples ### Example 1: Add security scanning to a CI/CD pipeline **User request:** "Run OWASP ZAP on every pull request to catch security issues early" **Actions:** 1. Add a GitHub Action using `zaproxy/[email protected]` targeting the staging URL 2. Configure fail thresholds to break the build on High risk alerts only 3. Generate HTML reports as build artifacts for developer review 4. Add scan policy exceptions for known false positives **Output:** A CI pipeline that runs passive security scanning on every PR with reports and configurable failure thresholds. ### Example 2: Run a full security audit on a staging environment **User request:** "Perform a comprehensive security scan of our web application before launch" **Actions:** 1. Configure ZAP authentication with the application's login flow 2. Run the Ajax Spider for JavaScript-heavy SPA crawling 3. Execute a full active scan with High strength on all discovered endpoints 4. Generate HTML and JSON reports, triaging alerts by confidence and risk **Output:** A comprehensive security audit report with prioritized vulnerabilities and remediation guidance. ## Guidelines - Use `zap-baseline.py` in CI on every PR since it is non-destructive and catches most common issues passively. - Run full active scans only on staging, never on production, since active scans send attack payloads. - Set up authentication before scanning since unauthenticated scans miss vulnerabilities behind login. - Import OpenAPI specs for API testing to automatically discover endpoints. - Triage alerts by confidence and risk: address High confidence + High risk first. - Exclude false positives with scan policy rules rather than ignoring alerts globally. - Generate both HTML (for humans) and JSON (for automation) reports.
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.