Shield + Dino

Analyze AI skill code and documentation for security risks like prompt injections.

5|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/RekitRex21/Dino_Scan --skill shield-dino
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Shield + Dino
Source: https://github.com/RekitRex21/Dino_Scan/tree/main
Command: npx skills add https://github.com/RekitRex21/Dino_Scan --skill shield-dino

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill detects and analyzes potentially malicious AI skills, identifying prompts and code patterns that threaten security and integrity.

Core Features & Use Cases

  • Threat Detection: Identifies prompt injections, dangerous system commands, code execution vulnerabilities, and data exfiltration in AI skill files.
  • Risk Scoring: Assigns severity levels and calculates overall risk scores for AI skills.
  • Use Case: Before deploying third-party AI skills, use this Skill to vet for security risks such as prompt hijacking or malicious scripts.

Quick Start

Use the Shield + Dino skill to scan a skill file or directory for security vulnerabilities with a single command.

Frequently Asked Questions about Shield + Dino

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan AI skill code for prompt injection vulnerabilities before deployment?

To scan AI skill code for prompt injection vulnerabilities, you can analyze individual files or entire directories using pattern matching for code and markdown to identify malicious patterns and ensure safe deployment.

What is AI skill risk scoring and how does it detect malicious patterns?

AI skill risk scoring evaluates code and documentation to assign severity levels and calculate overall risk scores, detecting malicious patterns like prompt injections and dangerous system commands to maintain security integrity.

Can I use this security scanner for ongoing monitoring of AI integrations across platforms?

Yes, you can use this security scanner for ongoing monitoring of AI integrations across platforms by continuously analyzing skill files and directories to identify emerging code execution vulnerabilities and data exfiltration threats.

How do I detect data exfiltration and dangerous system commands in AI skills?

You detect data exfiltration and dangerous system commands in AI skills by analyzing code and documentation files to identify security risks through pattern matching, which flags unauthorized data transmission and harmful execution attempts.

What are the limitations of pattern matching for AI skill security analysis?

Pattern matching for AI skill security analysis relies on identifying predefined malicious patterns in code and markdown, meaning novel or highly obfuscated prompt injection techniques that deviate from known signatures may not be detected.