Releases: Chhlafiu4312/promptwall
Releases · Chhlafiu4312/promptwall
Release list
dsh-promptwall v0.1.6
What's Changed
- Inspect canonical and rendered tool output by @Chhlafiu4312 in #10
Full Changelog: v0.1.5...v0.1.6
dsh-promptwall v0.1.5
What's Changed
- Inspect every model-visible content boundary by @Chhlafiu4312 in #9
Full Changelog: v0.1.4...v0.1.5
dsh-promptwall v0.1.4
What's Changed
- Bump typescript from 6.0.3 to 7.0.2 by @dependabot[bot] in #4
- Align Node typings with runtime support by @Chhlafiu4312 in #7
- Bound credential scanning and fail closed by @Chhlafiu4312 in #8
New Contributors
- @dependabot[bot] made their first contribution in #4
Full Changelog: v0.1.3...v0.1.4
dsh-promptwall v0.1.3
What's Changed
- Fix release smoke-install path by @Chhlafiu4312 in #6
Full Changelog: v0.1.2...v0.1.3
PromptWall v0.1.1
Security and stability update
- Replaces recursive JSON inspection with an iterative traversal.
- Adds fail-closed
maxJsonDepthandmaxJsonNodescontrols. - Handles cyclic or malformed non-JSON tool results without stack exhaustion.
- Includes regression coverage for 20,000-level nesting and cycles.
Validation
- 28/28 automated tests passed.
- Type checking, self-contained verification, build, pack, and fresh-profile installation passed.
Upgrade
npx -y @deepseek-ai/dsh plugin --profile web add https://github.com/Chhlafiu4312/promptwall/releases/download/v0.1.1/dsh-promptwall-0.1.1.tgzSHA-256: c06173cd9fd4f5751c41f07d52483e905048bf9959c6f428d4b0d1ad70163e02
PromptWall v0.1.0
Highlights
- Detects multilingual and obfuscated prompt-injection patterns in untrusted tool output.
- Flags likely credential exfiltration before content reaches network-capable tools.
- Includes a DeepSeek Harness tool, CLI, deterministic policy engine, and seven bundled skills.
- Runs locally without telemetry, remote classifiers, or raw-secret logging.
Verification
- 26 automated tests passed.
- TypeScript builds and type checks passed.
- DeepSeek Harness headless-profile activation and tool invocation were tested.
Install
dsh plugin --profile headless add https://github.com/Chhlafiu4312/promptwall/releases/download/v0.1.0/dsh-promptwall-0.1.0.tgzThe attached dsh-promptwall-0.1.0.tgz provides an offline-installable release artifact.