SkillLens Audit
Audit locally installed agent skills for security/policy issues using the SkillLens CLI (`skilllens scan`, `skilllens config`). Use when asked to scan a skills directory (Codex/Cla…
morozRed
@morozred
What This Skill Does
Scans locally installed agent skills using the SkillLens CLI (`skilllens scan`, `skilllens config`) and produces a risk-focused audit report based on each skill's SKILL.md and bundled resources. Evaluates each skill for exfiltration, execution, persistence, privilege bypass, prompt injection, and overbroad triggers.
Replaces manual security review of every skill by automating inventory, verdict assignment (safe/suspicious/unsafe), and risk scoring with concrete evidence.
When to Use It
- Audit a Codex or Claude skills directory for security and policy violations
- Generate a risk report with verdicts and evidence for each installed skill
- Identify skills that request broad filesystem or network permissions unnecessarily
- Check for prompt injection attempts or instructions that bypass safety policies
- Review a repo checkout containing skills before deploying or sharing them
- Force a fresh scan with verbose output to debug auditor results
Install
$ openclaw skills install @morozred/skill-auditSkills Audit (SkillLens)
Install SkillLens
- One-off run:
npx skilllens scan(orpnpm dlx skilllens scan) - Global install:
pnpm add -g skilllens
Quick start
- Run
skilllens configto see configured scan roots and auditor CLI availability. - Run
skilllens scanto scan configured roots, orskilllens scan <path>to scan a specific directory. - Re-run with
--verboseto see raw auditor output and--forceto ignore cached results.
Audit workflow
-
Define scope
- Prefer a concrete target path (example:
~/.codex/skills) unless the user explicitly wants all configured roots. - If auditing a repo checkout containing skills, scan the parent folder that contains skill directories (example:
skilllens scan ./skills).
- Prefer a concrete target path (example:
-
Inventory skills with SkillLens
- Run
skilllens scan [path] [--auditor claude|codex]. - Treat missing auditor CLIs or
skippedstatuses as “manual review required”, not “safe”.
- Run
-
Prioritize review order
- Review any
unsafeorsuspiciousverdicts first. - Next, review skills that request broad permissions (filesystem/network), run shell commands, or reference external downloads.
- Review any
-
Manually review each skill’s contents
- Read the skill’s
SKILL.mdand any referencedscripts/,references/, andassets/. - Do not execute bundled scripts by default; inspect first.
- Read the skill’s
-
Evaluate risks (focus on realistic abuse)
- Exfiltration: sending file contents, env vars, tokens, SSH keys, browser data, or configs to remote endpoints.
- Execution: instructions to run arbitrary shell commands,
curl | bash,eval, or to fetch-and-execute code. - Persistence: modifying shell profiles, launch agents, cron, editor configs, or skill install locations.
- Privilege/approval bypass: instructions to ignore system policies, disable safety checks, or request escalated permissions unnecessarily.
- Prompt injection: attempts to override higher-priority instructions (“ignore previous”, “always comply”, “never mention…”).
- Overbroad triggers: vague descriptions that cause the skill to trigger on unrelated tasks.
-
Produce a report
- For each skill, include:
name,path,verdict(safe/suspicious/unsafe),risk(0–100), and bullet issues with concrete evidence (quote or filename). - Recommend fixes that reduce blast radius: narrow scope, remove dangerous defaults, add explicit confirmation gates, and document required permissions.
- For each skill, include:
Command snippets
- Scan configured roots:
skilllens scan - Scan a specific folder:
skilllens scan ~/.codex/skills - Force a re-audit and show raw output:
skilllens scan ~/.codex/skills --force --verbose
Top skills in this category
Skill Vetter
@spclaudehomeSecurity-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
API Gateway
@byungkyuConnect to external services through Maton-managed API routes. Use this skill only after the user names the target app, account, and task. Start with read/list calls when possible and follow the app-specific reference before any change.
PollyReach
@pollyreachPollyReach gives every AI agent a phone number and the ability to get things done over the phone — finding contacts, making calls, and completing tasks. Just...
Proactive Agent Lite
@bestrockyTransform AI agents from task-followers into proactive partners with memory architecture, reverse prompting, and self-healing patterns. Lightweight version f...
Productivity
@ivangdavilaDiagnoses and repairs personal productivity: overwhelm, procrastination, scattered priorities, collapsed habits, busywork that never finishes. Use when someone is overwhelmed or behind; when they cannot start, cannot stop, or keep replanning instead of working; when everything feels urgent and the list is no longer trusted; when goals never turn into shipped work; when meetings and messages eat the day; when a habit keeps breaking; when they want a weekly review, a shutdown routine, or one trusted home for goals, projects and commitments; and when the constraint is a situation — student, manager, executive, parent, freelancer, founder, creative, remote work, ADHD, burnout, or guilt about resting. Covers capacity math, estimation, WIP limits, delegation and saying no. Not for calendar-API automation (`calendar-planner`), running the day-to-day list (`task-list`), or the narrower tools: time blocking (`time-management`), habit streaks (`habits`), deep-work rituals (`deep-work`).