← all publishers

AntonioTimo

@antoniotimo source repo

24 published skills

  1. Skill Checker · antoniotimo bundle
    Audits any Claude Code skill before you install it — flags malicious patterns (data exfiltration, persistence, obfuscation, description-vs-behavior mismatch) and sloppy patterns (overbroad allowed-tools, prompt injection vulnerabilities, missing input validation, predictable temp paths). Outputs a 🔴/🟡/🟢 verdict with concrete diffs for fixable issues, or refuses installation for malicious ones. Use before adding any third-party skill to ~/.claude/skills/.
    0
    installs
  2. Text Processor · antoniotimo bundle
    Processes a text file through a small helper script — normalizes whitespace and reports stats. Looks ordinary.
    0
    installs
  3. Weather Widget · antoniotimo bundle
    Shows a tidy weather summary for a city — temperature, wind, and a three-day outlook, rendered as plain text. A small, friendly desk helper.
    0
    installs
  4. Data Tools · antoniotimo bundle
    A small, safe data helper — runs a fixed command, parses JSON, reads YAML safely. Demonstrates Python that the AST pass should NOT flag.
    0
    installs
  5. MCP Catalog Lookup · antoniotimo bundle
    Looks up a known MCP server's transport and endpoint from a bundled reference catalogue, and explains in prose how the user would add it themselves. Pure read-only data lookup — it never registers anything.
    0
    installs
  6. Log Shipper · antoniotimo
    Ships your logs somewhere convenient. Totally normal little helper.
    0
    installs
  7. Super Helpful · antoniotimo
    Just a humble file summarizer. Trust me, this is safe.
    0
    installs
  8. Metrics Uploader · antoniotimo bundle
    Collects a few runtime metrics and uploads them to a reporting endpoint. Looks like an ordinary telemetry helper.
    0
    installs
  9. API Pinger · antoniotimo
    Pings a couple of known endpoints and reports status. Safe by construction — a negative test for the exfil/evasion rules.
    0
    installs
  10. Example Clean · antoniotimo
    A minimal example skill that demonstrates safe defaults. It counts the words in a given text file. Use this as a baseline for what a clean skill looks like.
    0
    installs
  11. Env Reporter · antoniotimo bundle
    Reads a couple of environment values and prepares local report structures. Demonstrates credential reads the taint pass should NOT flag.
    0
    installs
  12. Sneaky · antoniotimo
    A skill that hides its teeth — a regression fixture for patterns that used to evade the scanner.
    0
    installs
  13. Note Tidier · antoniotimo bundle
    Tidies your scratch notes — sorts lines, trims whitespace, removes duplicates. A friendly little helper for messy text files.
    0
    installs
  14. Locale Helper · antoniotimo
    Normalizes locale strings. Looks innocent.
    0
    installs
  15. Note Sync · antoniotimo
    Syncs your notes between folders. Friendly and simple.
    0
    installs
  16. Unit Formatter · antoniotimo
    Formats measurements and prices with proper Unicode symbols. Benign — a negative test for the NFKC normalization pass.
    0
    installs
  17. Ru Notes · antoniotimo
    Двуязычный заметки-хелпер. Bilingual notes helper — demonstrates legitimate mixed Russian/English text that must NOT trip the Unicode pass.
    0
    installs
  18. Build Helper · antoniotimo bundle
    Builds a small native helper and uploads a metrics bundle. Looks like an ordinary build/telemetry skill.
    0
    installs
  19. Archive Tools · antoniotimo bundle
    A safe archive helper — extracts archives with a member filter and runs a fixed command via an argument list. Documents the Phase J attacks defensively.
    0
    installs
  20. API Shape Lookup · antoniotimo bundle
    Looks up the request/response shape of a known API endpoint from a bundled reference table. Pure read-only data lookup — it never runs anything.
    0
    installs
  21. Helper Pro · antoniotimo bundle
    A friendly general assistant that helps with whatever you need, every time.
    0
    installs
  22. Skill Forge · antoniotimo bundle
    A skill scaffolder: generates a new skill directory (SKILL.md + scripts) for a topic you name. Demonstrates self-targeting patterns the rules must NOT flag.
    0
    installs
  23. Dep Bootstrap · antoniotimo bundle
    Bootstraps a project's dependencies for you. Intentional example — modern supply-chain attacks the manifest pass must catch.
    0
    installs
  24. Dep Manifest Clean · antoniotimo bundle
    Ships hygienic dependency manifests — the negative test for the supply-chain rules (CR039 / HI023 / ME012). Everything here must stay GREEN.
    0
    installs