misteye-skills

Enforce MistEye pre-checks to block unsafe dependency installations and external URL access.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MistEye pre-checks before dependency installation and external URL/domain access to block unsafe actions and force risk-aware decisions.

Core Features & Use Cases

  • Enforces pre-install and pre-access checks via MistEye detect API.
  • Centralizes dependency scanning and URL/domain risk blocking for CI/CD pipelines and runtime deployments.
  • Supports daily inspection orchestration and guidelines for safe automation.

Quick Start

Provide a MistEye API key and trigger a pre-check against a target to see whether installation or access should proceed.

Frequently Asked Questions about misteye-skills

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

FAQPage Schema
How do I enforce pre-checks for dependency installation and block unsafe packages?

To enforce pre-checks for dependency installation, the Skill applies MistEye detection APIs to scan targets and hard block unsafe actions when threats are detected. It centralizes dependency scanning to prevent risky package installs during automation.

Can I block external URL and domain access automatically during CI/CD pipelines?

Yes, you can block external URL and domain access automatically during CI/CD pipelines by enforcing mandatory MistEye pre-checks. The Skill hard blocks runtime deployments and external visits when risks are detected.

What is a gatekeeper pre-check for security automation and when do I need it?

A gatekeeper pre-check for security automation is a mandatory risk assessment executed before dependency installation or external access. You need it to force risk-aware decisions and prevent unsafe actions in daily inspection orchestration.

Do I need a MistEye API key to run dependency scans and pre-access checks?

Yes, you need a valid MistEye API key to run dependency scans and pre-access checks. Providing the API key allows you to trigger detection against a target and determine if installation or access should proceed.

How do I orchestrate daily security inspections for runtime deployments?

You orchestrate daily security inspections for runtime deployments by utilizing the Skill's daily inspection orchestration guidelines. It integrates upstream API usage to continuously scan dependencies and block unsafe external access.

What happens when a threat is detected during a dependency scan or URL visit?

When a threat is detected during a dependency scan or URL visit, the Skill enforces a hard block to prevent the unsafe installation or external access. This ensures mandatory pre-checks force risk-aware decisions across your automation workflows.