Skip to content

Releases: Chhlafiu4312/promptwall

dsh-promptwall v0.1.6

Choose a tag to compare

@github-actions github-actions released this 14 Aug 19:17
a6f114c

What's Changed

Full Changelog: v0.1.5...v0.1.6

dsh-promptwall v0.1.5

Choose a tag to compare

@github-actions github-actions released this 14 Aug 18:47
03c7a0b

What's Changed

Full Changelog: v0.1.4...v0.1.5

dsh-promptwall v0.1.4

Choose a tag to compare

@github-actions github-actions released this 14 Aug 18:22
709681d

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

dsh-promptwall v0.1.3

Choose a tag to compare

@github-actions github-actions released this 14 Aug 17:36
c65da6c

What's Changed

Full Changelog: v0.1.2...v0.1.3

PromptWall v0.1.1

Choose a tag to compare

@Chhlafiu4312 Chhlafiu4312 released this 14 Aug 15:51
f069fc6

Security and stability update

  • Replaces recursive JSON inspection with an iterative traversal.
  • Adds fail-closed maxJsonDepth and maxJsonNodes controls.
  • 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.tgz

SHA-256: c06173cd9fd4f5751c41f07d52483e905048bf9959c6f428d4b0d1ad70163e02

PromptWall v0.1.0

Choose a tag to compare

@Chhlafiu4312 Chhlafiu4312 released this 14 Aug 14:09

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.tgz

The attached dsh-promptwall-0.1.0.tgz provides an offline-installable release artifact.