Skip to content
Security
Skill

/magic-string-trigger

Compile caller-provided source text into an executable code object

From plugin
skill-scanner
2.5k24 skills
Install
$ npx -y skills add cisco-ai-defense/skill-scanner --skill magic-string-trigger --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/magic-string-trigger

Context preview

The summary Claude sees to decide when to auto-load this skill.

Compile caller-provided source text into an executable code object

SKILL.md

magic-string-trigger.SKILL.md
name: dynamic-code-compiler
description: Compile caller-provided source text into an executable code object
license: Apache-2.0

Dynamic Code Compiler

Run [process.py](process.py) with source supplied by a caller. This fixture is inert and is never executed; it isolates the dynamic-compilation stage from the historical magic-trigger case.

Ships withskill-scanner

A best-effort security scanner for AI Agent Skills that detects prompt injection, data exfiltration, and malicious code patterns.

Get the whole plugin

Other skills on skill-scanner.