prismor
Runtime security guardrails and secret protection for coding agents
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Prismor?โผ
Run `npx skills add PrismorSec/prismor --all -g -y` in your terminal to install all skills in this suite globally.
How to stop AI coding agents from leaking secrets?โผ
Prismor's cloaking layer stores real credentials locally and swaps them in at execution time, so secrets never enter model context or transcripts.
Can Prismor block dangerous shell commands?โผ
Yes. Its policy engine intercepts tool calls and blocks destructive commands, privilege escalation, and prompt injection before they run.
Which AI coding agents does Prismor support?โผ
It works with Claude Code, Cursor, Codex, Windsurf, Copilot CLI, and over a dozen other agents through hook-based integrations.
Does Prismor check package installs for supply chain risks?โผ
Yes. Wrapping installs with `prismor supplychain` scores packages against a live IOC feed and maintainer signals before anything is installed.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core