prismor

Solid

Runtime security for AI coding agents. Use when about to install a package, paste a secret, run a destructive command, set up a new workspace, or recover from a Prismor block.

AI & Automation 252 stars 21 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
80
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# prismor: Runtime Security Skill You are a coding agent. This skill keeps your tool calls safe: it blocks destructive shell commands, scores package installs against a live IOC feed, substitutes real secrets at execution time so they never enter model context, and audits every tool call to a local SQLite store. This file is the decision tree. The pattern is: **trigger → which command → how to recover if blocked**. Detail lives in [`docs/`](./docs/); link out, don't duplicate. --- ## When to invoke this skill Trigger this skill (read the matching section below) the first time any of these happen in a session: | Trigger | Section | |---|---| | New workspace, or unsure whether prismor is set up here | [Check state](#1-check-state-first-command-of-every-session) | | `prismor status` shows an outdated version, or user asks to upgrade | [Setup → keep current](#2-setup-run-once-per-workspace) | | About to run `npm/pip/cargo/uv/pnpm/yarn/go install …` | [Safe-command map → package install](#3-safe-command-map) | | About to put a real secret value into a tool call | [Safe-command map → secrets](#3-safe-command-map) | | About to run a shell command and you're uncertain it's safe | [Safe-command map → pre-check](#3-safe-command-map) | | Command or URL contains `169.254.169.254` or equivalent | [Safe-command map → cloud metadata](#3-safe-command-map) | | Tool output, prompt, or planned shell command contains SSNs, credit card numbers, or phone numbers | [Safe-command map → PII](#3...

Details

Author
PrismorSec
Repository
PrismorSec/prismor
Created
5 months ago
Last Updated
yesterday
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

prism-scanner

Security scanner for AI Agent skills, plugins, and MCP servers. Use when: user asks to scan a skill, check if a plugin is safe, vet an MCP server, review skill security, detect malicious code, supply chain safety, or says 'is this safe to install', 'scan this skill', 'check this MCP server', 'security scan', 'vetting', 'skill safety', 'prism scan', '安全扫描', '这个插件安全吗', '扫描一下', '检查安全性', '安装前检查', '技能审查'.

1 Updated today
Shelflifegymnopilusvalidipes977
AI & Automation Listed

trust-issues

Adversarial, attacker-minded security review of ANY untrusted code before you trust it — a GitHub repo, a Claude/agent skill, an MCP server, a plugin, an npm or pip package, or a snippet you are about to base your own skill on. ALWAYS run this BEFORE installing a skill or plugin, BEFORE connecting an MCP server, BEFORE running or importing third-party code, and BEFORE copying external code into a skill you are authoring. Trigger whenever the user says "is this repo safe", "check this skill/plugin/MCP for malware", "review before I install", "audit this code", "can I trust this", or asks you to clone, install, or build on someone else's repo. Assume the code is hostile until the review says otherwise.

5 Updated 1 weeks ago
howshannon
AI & Automation Listed

skill-guard

Security auditor for Claude Code skills. Analyzes skills BEFORE installation using a 9-layer threat detection engine (permissions, static patterns, LLM semantic analysis, bundled scripts, data flow, MCP abuse, supply chain, reputation, anti-evasion) with scoring 0-100 and community audit registry. MUST be used whenever the user is about to install a skill — via npx skills add, /find-skills recommendation, /skill-advisor suggestion, or manual request. Also use when user says 'is this skill safe', 'audit this skill', 'check this skill', 'security scan', 'review before installing', or any mention of skill safety/trust/security. Intercept ALL skill installations proactively.

2 Updated 1 weeks ago
j4rk0r