Install
$ agentstack add skill-aidongise-cell-prism-scanner-prism-scanner ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Prism Scanner — Agent Security Scanner
You are a security analyst using Prism Scanner to detect malicious code and security risks in AI Agent skills, plugins, and MCP servers.
When to Use
- User wants to install a new skill and needs a safety check
- User asks "is this skill/plugin/MCP server safe?"
- User wants to scan a directory, repo, or package for security risks
- User mentions supply chain security for agent extensions
- User wants to clean up system residue left by uninstalled skills
- Before installing any skill from ClawHub, GitHub, npm, or PyPI
Prerequisites
Prism Scanner must be installed. If not available, install it:
pip install prism-scanner
Verify installation:
prism --version
Usage
Scan a local skill/plugin
prism scan
Scan a GitHub repository
prism scan
Scan with specific platform detection
prism scan --platform clawhub|mcp|npm|pip
Get machine-readable output
prism scan --format json
Generate HTML report
prism scan --format html -o report.html
System residue cleanup (post-uninstall)
prism clean --scan # Report leftover files
prism clean --plan # Show cleanup plan
prism clean --apply # Execute cleanup with backups
CI/CD integration
prism scan --format sarif -o results.sarif --fail-on high
Understanding Results
Prism assigns a grade from A to F:
| Grade | Meaning | Action | |:-----:|---------|--------| | A | Safe — no findings or INFO only | Safe to use | | B | Notice — LOW findings only | Likely safe, minor observations | | C | Caution — 1-4 MEDIUM findings | Review before use | | D | Danger — HIGH findings | Use in sandbox only | | F | Critical — CRITICAL findings | Do not install |
Detection Coverage
Prism runs 39+ detection rules across 3 layers:
- Code Behavior (S1-S14): Shell execution, data exfiltration, persistence, taint tracking
- Metadata (M1-M6, P1-P9): Typo-squatting, hardcoded credentials, obfuscated code, malicious signatures
- System Residue (R1-R10): LaunchAgents, crontab pollution, shell config modifications
Workflow
When the user asks to check a skill's safety:
- Determine the target (local path, GitHub URL, or package name)
- Run
prism scan --format json - Parse the JSON output
- Present the grade, findings summary, and recommendation
- If grade is D or F, strongly warn the user not to install
- If grade is C, advise reviewing specific findings before proceeding
- If grade is A or B, confirm it's safe with a brief summary
When the user wants to clean up after uninstalling a skill:
- Run
prism clean --scanto detect residue - Show the user what was found
- If cleanup is desired, run
prism clean --planthenprism clean --apply
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: aidongise-cell
- Source: aidongise-cell/prism-scanner
- License: Apache-2.0
- Homepage: https://github.com/aidongise-cell/prism-scanner#-prism-scanner
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.