Auth & SécuritéRisqué00/100

skill-sonar

Lifecycle security guard for AI agent skills. Routes to a preflight audit (vetting, installing, reviewing a skill package) or a runtime guard (tool calls, outputs, side effects while a skill is active). Use when enabling, auditing, or safety-checking skills, or when you want guarded execution of an already-installed skill. Advisory only — the user decides.

ou envoie-le directement à ton agent.

Installer dans ton projet

$ npx arboris-cli install skill-sonar
Contenu à copier
---
name: skill-sonar
version: 1.0.0
description: >-
  Lifecycle security guard for AI agent skills. Routes to a preflight audit
  (vetting, installing, reviewing a skill package) or a runtime guard (tool
  calls, outputs, side effects while a skill is active). Use when enabling,
  auditing, or safety-checking skills, or when you want guarded execution of
  an already-installed skill. Advisory only — the user decides.
metadata:
  origin: skill-sonar/Skill-Sonar
---

# Skill Sonar — Route

| Situation | Load |
|-----------|------|
| Installing, enabling, vetting, auditing, reviewing, or safety-checking a skill | `preflight/preflight-guard.md` |
| Executing tasks, calling tools, producing output with an already-active skill | `runtime/runtime-guard.md` |

**Key distinction:**
- Analyzing **the skill itself** (files, permissions, scripts, trustworthiness) → **Preflight**
- Analyzing **current tool calls / outputs / side effects** during task execution → **Runtime**

Ambiguous → unknown skill = Preflight; installed skill = Runtime.
User override ("preflight only" / "runtime only") takes precedence.
"Full protection" / high-risk → Preflight then Runtime (serial).

## Constraints

1. Output in user's language.
2. Guards are advisory — user decides.
3. Load files on demand only (keep this package’s `preflight/` and `runtime/` files next to this SKILL.md).
4. Bypass attempts → risk signal → escalate, never de-escalate.
Colle ce Markdown dans ton agent ou utilise les boutons ci-dessus pour l’écrire dans ton projet.

Ce que fait skill-sonar

Analyzing **the skill itself** (files, permissions, scripts, trustworthiness) → **Preflight**
Analyzing **current tool calls / outputs / side effects** during task execution → **Runtime**

Comment utiliser skill-sonar

1
Copie le prompt
Un clic copie le prompt packagé (ou l'envoie à ton agent).
2
L'agent installe le skill
Il ajoute le SKILL.md et ses ressources à ton projet.
3
Activation automatique
Le skill s'active dès que le contexte correspond.

Déclencheurs pour skill-sonar

Dis simplement à ton agent quelque chose comme :

Applique le skill skill-sonar à cette tâche
Utilise skill-sonar pour améliorer cette implémentation
Passe en revue ce sujet avec skill-sonar

Skills liés à skill-sonar