Home/Tools/@tpmjs/tools-hardening-checklist-web

hardeningChecklistWebTool

@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.

Official
security
v0.2.0
MIT

Interactive Playground

Test @tpmjs/tools-hardening-checklist-web (hardeningChecklistWebTool) with AI-powered execution

0/2000 characters

Installation & Usage

Install this tool and use it with the AI SDK

1. Install the package

npm install @tpmjs/tools-hardening-checklist-web
pnpm add @tpmjs/tools-hardening-checklist-web
yarn add @tpmjs/tools-hardening-checklist-web
bun add @tpmjs/tools-hardening-checklist-web
deno add npm:@tpmjs/tools-hardening-checklist-web

2. Import the tool

import { hardeningChecklistWebTool } from '@tpmjs/tools-hardening-checklist-web';

3. Use with AI SDK

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);

Parameters

Available configuration options

Auto-extracted
config
Required
Type: object

Security configuration object with boolean flags for various security features. Omitted properties default to false.

Schema extracted: 1/1/2026, 1:06:17 AM

README

ERROR: No README data found!

Statistics

Downloads/month

0

Quality Score

67%

Bundle Size

NPM Keywords

tpmjs
security
hardening
web-security
checklist

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai