Triggered when the user submits code or requests a code review. Automatically analyzes code quality, identifies potential bugs, security vulnerabilities, and performance issues, and provides improvement suggestions. Trigger phrases include "take a look at this code", "review this", "is there a problem with this…
Triggered when the user expresses boredom, low mood, frustration, irritation, or a need to relax. Responds with warm words of comfort and tells a joke to lighten the atmosphere. Trigger phrases include "I'm so bored", "feeling down", "so frustrated", "gloomy", "not happy", "I'm tired".
Analyzes code files and reports statistics including line counts, file counts by extension, and total size. Use this skill whenever the user wants to understand the composition of a codebase - asking about "how many lines of code", "what file types exist", "code distribution", or needing a quick audit of project size…
Create, run, diagnose, and iteratively improve Agent Skill evaluations (evals) with the skill-up CLI / 使用 skill-up CLI 创建、运行、诊断并持续改进 Agent Skill 评测. Use when the user asks to evaluate, test, regress, verify, fix, improve, iterate, or evolve a Skill; add or strengthen eval cases; write eval.yaml/case.yaml; run skill-up…
A lightweight task-list manager that stores your to-do items in todos.json in the workspace. It can add, remove, complete, and list tasks, including filtering by status.
Guide for adding a backend (Rust or Python) to the agent-sec-core security middleware. Use when creating new backends, integrating Rust or Python code into the security middleware, or extending with new backend actions.
Runs before the agent uses a tool for Bash tool calls, executing code_scanner_hook.py, observability_hook.py and pii_checker_hook.py via python3 (3 commands). From alibaba/anolisa.
614 3d agoA
tokens not measured
originalApache-2.0
Runs when you submit a prompt, before the agent sees it, executing prompt_scanner_hook.py, pii_checker_hook.py, skill_ledger_hook.py and observability_hook.py via python3 (4 commands). From alibaba/anolisa.
614 3d agoA
tokens not measured
copy · 89%Apache-2.0
A lightweight pattern-based security scanner for Bash and Python source code. It returns structured JSON with a verdict, matched findings, severity, evidence, language, and scan details.
A scanner for text sent to an AI agent, looking for prompt injection and jailbreak attempts. Prompt injection is text that tries to override an agent's instructions; a jailbreak tries to bypass its safety limits.
A read-only tool for examining security events already saved by agent-sec-cli, a command-line security log. It can connect those events to an agent session, run, or trace.
A security record for agent skills, which are reusable instruction packages for coding agents. It shows their status, reviews risk exposure, and can certify them with quick or user-approved deeper scans.
An automatic formatting step for Rust, Python, TypeScript, and TSX files after they are edited. It uses each language's local formatter on only the files changed.
A five-stage workflow for fixing bugs in AgentSight: understand the report, reproduce the problem, find its cause, make a small code change, and verify the result. AgentSight is a system that observes and analyses agent activity.
A review checklist for changes in the AgentSight codebase, compared with the main branch. It checks coding rules, eBPF safety, C-language interfaces, code-size growth, and tests.
A tool that reviews all commits on the current branch and creates or updates a pull request title and description. A pull request is a proposed code change submitted for review.
Generate synonyms for words or phrases. Use this skill when the user needs alternative words with similar meanings, wants to expand vocabulary, or seeks varied expressions for writing.
Install and configure Claude Code on RPM-based Linux systems (e.g., Alibaba Cloud Linux) with multiple fallback methods (native installer, npm, nvm+npm). Includes DashScope/Qwen API configuration template. Use when the user asks to install Claude Code CLI, set up Claude Code CLI, or configure Claude Code with a custom…