@tpmjs/tools-hardening-checklist-web
Generate a web security hardening checklist based on configuration
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);(config: { csp: boolean; sri: boolean; cors: boolean; hsts: boolean; https: boolean }) => Promise<unknown>Available configuration options
configobjectSecurity configuration with boolean flags for various features
Schema extracted: 3/1/2026, 4:29:09 AM
ERROR: No README data found!
Downloads/month
6
GitHub Stars
0
Quality Score