@tpmjs/tools-hardening-checklist-web
Generate a web security hardening checklist based on your current security configuration. Evaluates implemented security controls, calculates a security score, and provides prioritized recommendations for improvement. Covers transport security, headers, cookies, input/output security, authentication, and more.
Test @tpmjs/tools-hardening-checklist-web (hardeningChecklistWebTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-hardening-checklist-webpnpm add @tpmjs/tools-hardening-checklist-webyarn add @tpmjs/tools-hardening-checklist-webbun add @tpmjs/tools-hardening-checklist-webdeno add npm:@tpmjs/tools-hardening-checklist-webimport { hardeningChecklistWebTool } from '@tpmjs/tools-hardening-checklist-web';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { hardeningChecklistWebTool } from '@tpmjs/tools-hardening-checklist-web';
const result = await generateText({
model: openai('gpt-4o'),
tools: { hardeningChecklistWebTool },
prompt: 'Your prompt here...',
});
console.log(result.text);Available configuration options
configobjectSecurity configuration object with boolean flags for various security features. Omitted properties default to false.
Schema extracted: 1/1/2026, 1:06:17 AM
ERROR: No README data found!
Downloads/month
0
Quality Score