Align scanner claims with implementation via explicit methodology disclosure#9
Draft
Copilot wants to merge 2 commits into
Draft
Align scanner claims with implementation via explicit methodology disclosure#9Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…readiness Agent-Logs-Url: https://github.com/plarix-security/wyscan/sessions/1b73a5f5-826d-4d36-89e7-018f7a7e2e8f Co-authored-by: Knightler <153084563+Knightler@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fetch latest updates for Wyscan repository
Align scanner claims with implementation via explicit methodology disclosure
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The issue asked for a blunt validation of whether WyScan matches its own README/docs claims, especially for large-scale agentic systems and regex usage. This PR makes those claims explicit in product output and docs so users can see the current boundaries without ambiguity.
Problem statement alignment
CLI contract update
methodologyblock to JSON output so consumers get machine-readable truth about detection approach and readiness posture.src/cli/methodology-disclosure.tsand wired intogenerateJSON(...)insrc/cli/index.ts.Documentation corrections
README.mdscope/limitations language to remove implied full-readiness claims.docs/limitations.mdto explicitly state best-effort coverage and helper-path regex usage.Focused test coverage
src/cli/__tests__/methodology-disclosure.test.tsto lock the disclosure flags and prevent drift between implementation and stated behavior.Original prompt
Created from VS Code.