Prismor is a self-improving security layer for AI agents and modern supply chain defense
Developers don't need a new SaaS, the future of secure software development is all local
Prismor lets you:
- redact secrets so agents dont read them
- secure supply chain package consumption
- skill and mcp scanning for prompt injection
- scan and fix vulnerabilities (safely and validated)
- all agent executions in a local self-serve dashboard
All open source!
@MatthewBerman Cool! since skills can be easily poisoned if referenced externally! We'd say every company needs an immunity-agent so agent trust is π
https://t.co/SSBqCmtrNj
@igorfomich that drift-detection seems stronger than what we do today. our vault is file level with 0600 perms and session level audit logging but we don't hash/sign individual secret files or watch for out of band mutation yet but have plans
Traditional IAM: you prove who you are.
Agent IAM: you prove who you are, what you're doing, why you're doing it, who asked you to, and whether the chain of delegation from human to orchestrator to sub-agent to tool was ever broken
Hence we added IAM feature to immunity-agent, so enterprises can customize as they want. Before any tool call executes: agent roles with explicit allow/deny lists, secrets and full protection. Users can even scope their agent commands so it doesn't go out of the guardrails
We're starting this with local first controls open source
Traditional IAM: you prove who you are.
Agent IAM: you prove who you are, what you're doing, why you're doing it, who asked you to, and whether the chain of delegation from human to orchestrator to sub-agent to tool was ever broken
Hence we added IAM feature to immunity-agent, so enterprises can customize as they want. Before any tool call executes: agent roles with explicit allow/deny lists, secrets and full protection. Users can even scope their agent commands so it doesn't go out of the guardrails
We're starting this with local first controls open source
Traditional IAM: you prove who you are.
Agent IAM: you prove who you are, what you're doing, why you're doing it, who asked you to, and whether the chain of delegation from human to orchestrator to sub-agent to tool was ever broken
Hence we added IAM feature to immunity-agent, so enterprises can customize as they want. Before any tool call executes: agent roles with explicit allow/deny lists, secrets and full protection. Users can even scope their agent commands so it doesn't go out of the guardrails
We're starting this with local first controls open source
Your AI coding agent now blocks access to cloud credential endpoints, catches personal data (SSNs, card numbers) showing up where it shouldn't, and ignores anyone trying to hijack its instructions mid-session
Add one line to your config. That's the whole setup
pip install immunity-agent