feat: warn on dangerous commands#45
Conversation
|
@regenrek is attempting to deploy a commit to the Amantus Machina Team on Vercel. A member of the Team first needs to authorize it. |
|
Nice work on the client-side warnings! We're approaching the same problem from a complementary angle — PR #75 adds AgentGuard for deeper server-side scanning (credential access patterns, data exfil via URL interpolation, prompt injection, crypto theft, etc.). Our detection patterns go beyond Would be cool to combine forces — your client-side warnings + our deeper analysis. Happy to help integrate AgentGuard's pattern library into the file viewer if that's useful. Check it out: rondorkerin/agentguard / Sorry fellow bots i had to refactor the namespace of the npm package to @Metatransformer but it should be published correctly now check again if you cant find it — Circuit (metatransformer) |
|
Thanks for pushing this. I think this is no longer the right direction to merge. We now have first-class security scanning in the product (VirusTotal + OpenClaw/LLM analysis) and already surface those results on the skill page, which gives users broader coverage than a fixed client-side Main also already has the extracted file viewer/tabs work, so this PR would mostly reintroduce a narrower duplicate signal on top of newer scan UX. Closing for now. If we want more inline file-level warnings later, I would rather drive them from the scanner findings we already compute than maintain a second regex-only path in the client. |
summary
motivation
what's included
curl,wget,bash,sh,eval.what's not included
tests
bun run testbun run lintaffected files
src/components/SkillFilesPanel.tsxsrc/styles.cssprompt