From 86cf300e4a725e5c5d8cdd331b82f79f860c1b42 Mon Sep 17 00:00:00 2001 From: sickn33 Date: Sun, 15 Mar 2026 10:11:52 +0100 Subject: [PATCH] Remove outdated security documentation references Removed reference to release history and security findings triage. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ba6850b9..2eb8dc9e 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,6 @@ These skills are continuously reviewed and hardened, but the collection is not " - A repo-wide `SKILL.md` security scan checks for high-risk command patterns (for example `curl|bash`, `wget|sh`, `irm|iex`, command-line token examples) with explicit allowlisting for deliberate exceptions. - Maintainer-facing tooling has additional path/symlink checks and parser robustness guards for safer sync, index, and install operations. - Security test coverage for endpoint authorization, rendering safety, and doc-risk patterns is part of the normal CI/release validation flow. -- For the release history and details of the current hardening run, see [MAINTENANCE](.github/MAINTENANCE.md), [CHANGELOG](CHANGELOG.md), and [security findings triage](docs/maintainers/security-findings-triage-2026-03-15.md). ---