From lisa
Run an OWASP ZAP baseline security scan locally using Docker. Checks for the ZAP baseline script, executes the scan, and summarizes findings by risk level with remediation recommendations.
npx claudepluginhub codyswanngt/lisa --plugin lisaThis skill is limited to using the following tools:
Run a ZAP baseline security scan against the local application.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Run a ZAP baseline security scan against the local application.
Check prerequisites:
docker infoscripts/zap-baseline.sh exists in the projectExecute scan:
bash scripts/zap-baseline.shAnalyze results:
zap-report.html (or zap-report.md for text)Handle failures:
Run the scan now.