Skip to content

Commit f960afe

Browse files
cablateclaude
andcommitted
chore: remove test-new-api.js, update README security section
- Delete obsolete test-new-api.js (replaced by tests/smoke.test.ts) - Remove test-new-api.js from eslint ignores - Add SECURITY_ASSESSMENT.md description in README Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e420429 commit f960afe

3 files changed

Lines changed: 2 additions & 62 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ tests/
221221
- DNS rebinding protection available for production
222222
- Input validation using Zod schemas
223223

224-
For enterprise security reviews, see [Security Assessment Clarifications](./SECURITY_ASSESSMENT.md).
224+
For enterprise security reviews, see [Security Assessment Clarifications](./SECURITY_ASSESSMENT.md) — a 23-item checklist covering licensing, data protection, credential management, tool contamination, and AI agent execution environment verification.
225225

226226
## Changelog
227227

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import tseslint from "typescript-eslint";
33
import prettierConfig from "eslint-config-prettier";
44

55
export default tseslint.config(
6-
{ ignores: ["dist/", "test-new-api.js"] },
6+
{ ignores: ["dist/"] },
77
eslint.configs.recommended,
88
...tseslint.configs.recommended,
99
prettierConfig,

test-new-api.js

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)