Skip to content

feat: add output scanning support#40

Merged
luigi-agosti merged 3 commits into
mainfrom
feat/output-scanning
Apr 13, 2026
Merged

feat: add output scanning support#40
luigi-agosti merged 3 commits into
mainfrom
feat/output-scanning

Conversation

@luigiagent
Copy link
Copy Markdown
Collaborator

Summary

Adds output scanning to complement existing input scanning, completing the full input -> output protection loop for LLM applications.

This branch covers issue #24 by adding:

  • AssessOutput(text, originalPrompt string) RiskResult
  • lightweight output scanners for code, malicious URLs, sensitive/PII leak, gibberish, and relevance drift
  • CLI support via scan-output and scan --as-output
  • tests, benchmarks, and docs

Closes #24.

Supersedes #36, which can be closed.

@luigi-agosti luigi-agosti merged commit c317fb5 into main Apr 13, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Output Scanning Support

3 participants