misteye-security-check

Scan dependency manifests and URLs for malicious indicators via the MistEye API.

15|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/slowmist/MistEye-Skills --skill misteye-security-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: misteye-security-check
Source: https://github.com/slowmist/MistEye-Skills/tree/main
Command: npx skills add https://github.com/slowmist/MistEye-Skills --skill misteye-security-check

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides an additional layer of security by detecting and blocking potentially malicious dependencies and external URLs before they are accessed or installed.

Core Features & Use Cases

  • Dependency Installation Check: Scan dependency declaration files for malicious packages before installation.
  • External URL/Domain Check: Perform pre-checks on URLs and domains before accessing them.
  • Daily Patrol: Set up a daily patrol to monitor and report any potential security risks.

Quick Start

To enable the skill, use the command: enable misteye-security-check

Frequently Asked Questions about misteye-security-check

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

FAQPage Schema
How do I check dependencies for malware before installation?

To check dependencies for malware before installation, you can scan dependency declaration files like requirements.txt, package.json, go.mod, and Cargo.toml. This pre-installation risk check helps detect and block potentially malicious packages using the MistEye API.

Can I scan external URLs and domains for security risks before access?

Yes, you can perform pre-access security checks on external URLs and domains. This feature evaluates links for potential security risks via the MistEye API, ensuring you detect and block malicious external resources before they are accessed.

What is IoC malicious detection and how does it work with URL scanning?

IoC malicious detection identifies known indicators of compromise by analyzing hashes, domains, and URLs. It works by querying the MistEye API to perform pre-access security checks and supply-chain package lookups, blocking known malicious infrastructure.

Does dependency checking support formats like package.json and go.mod?

Yes, dependency checking supports various formats including package.json, go.mod, requirements.txt, and Cargo.toml. It performs supply-chain package lookups and pre-installation risk checks across these manifest files to block malicious dependencies.

What is the best way to monitor for malicious dependencies daily?

The best way to monitor for malicious dependencies daily is to set up a daily patrol. This routine monitoring reports potential security risks, automatically performing dependency installation pre-checks and external URL access pre-checks to ensure continuous protection.