Replies: 1 comment 1 reply
|
Hey @mika54321, thanks a lot for catching this and flagging it. You were right to question it. I dug through the code and you've actually found a documentation bug (it's stale from a previous feat). There is no "soft-guardrail config" where you can whitelist a repo URL, and it's not the prompt shown right below step 2 either. Here's what's really going on under the hood: The soft guardrail is an LLM check that runs once at session start, and it only ever looks at the project's configured target (target_domain / target_ips). It never sees the GitHub repo URL, so there's nothing to "whitelist" there. I've already fixed the wiki page to remove the misleading "whitelist the repo URL" line and explain this clearly. Thanks again for the sharp eye. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
So if I have Github MCP added, the documentation states that a github repo url needs whitelisted for redamon to grab:

In the step #2 it says, "..whitelist the repo URL in the soft-guardrail config"
Where is the config exactly? Unless the config is the prompt which is provided right after step2?
@samugit83 Please clarify
All reactions