Skip to main content

skills.sh

Sigil Skill

Eight-phase security scanning for every AI coding agent. One command to install. Works offline. Scans repos, packages, MCP servers, and installed skills before your agent executes them.

Install

$ npx skills add nomarj/sigil-skill --skill sigil-scan

Or for specific agents: npx skills add nomarj/sigil-skill -a claude-code -a cursor -a codex

Works with 12 agents

Any agent that supports skills.sh gets Sigil security scanning automatically.

Claude Code
Cursor
Codex
Amp
Cline
Gemini CLI
GitHub Copilot
Windsurf
Aider
OpenCode
Roo Code
Continue

Eight scan phases

Every scan runs the full Sigil analysis pipeline with weighted severity scoring.

01

Install Hooks

10x

setup.py cmdclass, npm postinstall scripts, Makefile install targets

02

Code Patterns

5x

eval, exec, pickle, child_process, dynamic code execution

03

Network / Exfil

3x

Outbound HTTP calls, webhooks, DNS tunnelling, socket connections

04

Credentials

2x

ENV var access, hardcoded keys, SSH/AWS credential files

05

Obfuscation

5x

Base64 encoding, character code arrays, hex-encoded payloads

06

Provenance

1–3x

Hidden files, binaries, shallow clones, suspicious filenames

07

Prompt Injection

10x

Jailbreaks, instruction overrides, system prompt exfiltration, tool abuse

08

Skill Security

5x

Malicious skill manifests, MCP server exploits, credential embedding

Capabilities

Scan on demand

Ask your agent to scan any target — directory, repo URL, package name, or GitHub shorthand. Just say "scan this repo" or "is owner/repo safe?"

Pre-clone quarantine

Before cloning a repo or installing a package, the skill intercepts, scans in quarantine, and presents findings before any code reaches your environment.

Environment audit

Scans your local environment for exposed credentials — .env files with API keys, SSH keys with wrong permissions, secrets leaked in shell history.

Installed skills audit

Scans all skills installed across all your agent directories and reports risk assessments for each.

How it works

01

Install the skill

One npx command. The Sigil CLI binary is downloaded automatically on first use.

02

Ask your agent to scan

"Scan this repo", "is this package safe?", "audit my environment" — natural language.

03

Review the verdict

The skill returns a risk verdict (LOW / MEDIUM / HIGH / CRITICAL) with detailed findings grouped by phase.

04

Decide

Your agent presents findings and waits for your approval before proceeding with any installation or execution.

Sigil provides risk assessments based on automated pattern detection. Risk assessments do not constitute a guarantee of security or a definitive determination of malicious intent. This is not a replacement for server-side scanning — it's an additional layer that catches what server-side providers cannot.

SigilSIGIL by NOMARK
A protective mark for every line of code.