@spences10/pi-redact 0.0.10 → 0.0.11
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/README.md +4 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,8 +5,10 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@spences10/pi-redact)
|
|
6
6
|
[](https://www.npmjs.com/package/@spences10/pi-redact)
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
model
|
|
8
|
+
Prevent accidental secret exposure before tool output reaches the
|
|
9
|
+
model. `pi-redact` scans command results for likely tokens, keys, and
|
|
10
|
+
credentials, replacing them with safe placeholders while preserving
|
|
11
|
+
enough context to debug.
|
|
10
12
|
|
|
11
13
|
## Installation
|
|
12
14
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spences10/pi-redact",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Pi
|
|
3
|
+
"version": "0.0.11",
|
|
4
|
+
"description": "Tool-output redaction for Pi that replaces likely secrets before they reach the model context",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi",
|
|
7
7
|
"pi-package",
|