securl 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,12 @@ The format is based on Keep a Changelog and this package follows Semantic Versio
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [1.5.1] - 2026-06-15
10
+
11
+ ### Changed
12
+ - Tightened npm package positioning around passive URL security posture scanning and clarified that SecURL is not a URL shortener.
13
+ - Filtered public GitHub package signals to dependency-key matches so same-name projects are not counted as adoption.
14
+
9
15
  ## [1.5.0] - 2026-06-14
10
16
 
11
17
  ### Added
package/README.md CHANGED
@@ -5,12 +5,14 @@
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
6
6
  [![SecURL package checks](https://github.com/this-is-securl/securl/actions/workflows/core-package-checks.yml/badge.svg)](https://github.com/this-is-securl/securl/actions/workflows/core-package-checks.yml)
7
7
 
8
- **The passive security posture engine behind SecURL.**
8
+ **The passive URL security posture engine behind SecURL.**
9
9
 
10
- `securl` is the reusable scanner engine behind [SecURL](https://securl.online), a posture-first external security review tool for public web targets.
10
+ `securl` is the reusable scanner engine behind [SecURL](https://securl.online), a passive external security posture scanner for public URLs and web services.
11
11
 
12
12
  It is designed for passive, low-noise assessment rather than active exploitation or broad reconnaissance. The engine turns public web signals into structured JSON, Markdown, SARIF, and CI-friendly output.
13
13
 
14
+ It is not a URL shortener. It assesses the external security posture of URLs you choose to scan.
15
+
14
16
  Use it when you need a fast outside-in read on a public web service:
15
17
 
16
18
  - run a security posture smoke check in CI before release
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "securl",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "type": "module",
5
- "description": "Passive external security posture analysis engine for SecURL.",
5
+ "description": "Passive external security posture scanner for public URLs and web services.",
6
6
  "author": {
7
7
  "name": "Keith Batterham",
8
8
  "url": "https://github.com/ktbatterham"