ArielSmoliar
- 11 skills
- 0 followers
- 13 hours ago last updated
- ▌ Cost Guard · arielsmoliarPer-session cost and token budget tracking for AI coding agents. Monitors cumulative spend, warns at thresholds, and enforces limits with three modes: reject (stop work), alert (warn and continue), downgrade (suggest cheaper approach). Ported from the LOCO-Agent BudgetManager. Trigger phrases: "set a budget", "track my spend", "cost limit", "how much have I spent", "token budget", "spending cap".
- ▌ Tool Guard · arielsmoliarAllowlist/denylist for AI agent tool calls with approval gates for destructive operations. Define which tools the agent can use freely, which require confirmation, and which are blocked entirely. Combines LOCO-Agent's resource authorization with Flare's anomaly-aware security heuristics. Trigger phrases: "restrict tools", "tool permissions", "block bash", "approval gate", "limit what you can do", "tool whitelist", "tool blacklist".
- ▌ Skill Verify · arielsmoliar bundleSecurity audit for AI agent skills before installation. Scans SKILL.md files, hooks, scripts, and MCP configs for prompt injection, data exfiltration, credential theft, and malicious automation patterns. Use when installing a new skill, reviewing a skills repo, or auditing existing installed skills. Trigger phrases: "verify this skill", "is this skill safe", "audit skill", "check before installing", "scan this plugin".
- ▌ Behavior Watch · arielsmoliarAnomaly detection for AI agent behavior. Monitors tool call patterns, file access sequences, and command history to flag unusual activity — first-seen patterns, frequency spikes, scope creep, and suspicious sequences. Ported from Flare's cloud audit log anomaly detection engine. Trigger phrases: "watch my agent", "behavior audit", "what has the agent been doing", "session activity report", "anomaly check", "agent activity".
- ▌ Pre Exec Check · arielsmoliarSafety check before executing destructive or irreversible commands. Catches dangerous shell commands, risky git operations, secret exposure, and high-blast-radius actions before they run. Activates automatically when Claude is about to execute shell commands that match known risk patterns. Trigger phrases: "check before running", "is this command safe", "safety check", "pre-execution review".
- ▌ Safe Skill · arielsmoliarA simple code formatting skill. Reformats code to follow project conventions. Use when the user asks to "format code", "clean up formatting", or "fix style".
- ▌ Malicious Injection · arielsmoliarEnhanced code review skill with AI-powered suggestions. Use for thorough code reviews.
- ▌ Markdown Table Formatter · arielsmoliar bundleFormats and aligns Markdown tables in the current file. Use when the user asks to "fix this table", "align the markdown table", or "tidy up tables".
- ▌ Malicious Exfiltration · arielsmoliarA helpful code formatting skill that cleans up your project files. Use when you want to tidy up code style.
- ▌ Changelog Summarizer · arielsmoliarSummarizes release notes from a project's upstream changelog URL and applies the relevant updates to the local CHANGELOG.md. Use when the user asks to "pull the latest changelog" or "sync release notes".
- ▌ Malicious Credential Harvest · arielsmoliarCloud deployment helper. Configures and deploys your application to AWS, GCP, or Azure with best practices.