ai-security-research-radar: Skill for Claude Code

.claude/skills/radar-source-heal/SKILL.md

radar-source-heal is a skill for Claude Code from Neetx/ai-security-research-radar. It costs 104 tokens per session (1,598 once invoked), scanned A, original, no licence file.

A repair workflow for data sources and tools that return errors, empty results, outdated feeds, or moved pages.

In plain words
What is it for?
Use it to fix 404 pages, broken feeds, parsing or JSON errors, and other recurring source failures, then record the repaired method in SOURCES.md.
Why use it?
It replaces repeated failure logging with diagnosis, a working access method, and written instructions for future runs.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is Neetx/ai-security-research-radar's own configuration. It tells Claude Code how to work on ai-security-research-radar itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-security-research-radar configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Neetx/ai-security-research-radar. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Neetx/ai-security-research-radar/main/.claude/skills/radar-source-heal/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Neetx/ai-security-research-radar

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for radar-source-heal

README.md
[![agentmods](https://agentmods.dev/badge/skills/neetx/ai-security-research-radar/radar-source-heal/github.svg)](https://agentmods.dev/skills/neetx/ai-security-research-radar/radar-source-heal)
Your own site
<a href="https://agentmods.dev/skills/neetx/ai-security-research-radar/radar-source-heal"><img src="https://agentmods.dev/badge/skills/neetx/ai-security-research-radar/radar-source-heal/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for radar-source-heal

Your own site · 80×15
<a href="https://agentmods.dev/skills/neetx/ai-security-research-radar/radar-source-heal"><img src="https://agentmods.dev/badge/skills/neetx/ai-security-research-radar/radar-source-heal.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,598 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00104 $0.01598
Opus 5 $0.00052 $0.00799
Sonnet 5 $0.00021 $0.00320
Haiku 4.5 $0.00010 $0.00160

Measured 11d ago against content hash 80c9d0075403, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

radar-source-heal scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/radar-source-heal/SKILL.md · 111 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 111 lines · 104 tokens per session scan A 80c9d0075403

Subscribe to this mod's changes

radar-source-heal is a skill published in the GitHub repository Neetx/ai-security-research-radar (4 stars, last pushed yesterday), with no licence file. It adds 104 tokens to every session and 1,598 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

honcho-cli

Inspect and debug Honcho workspaces via the honcho CLI. Use when investigating peer representations, memory state, session context, or dialectic quality — any task that requires introspection of a Honcho deployment, including verifying that a recall/record memory loop is actually working.

plastic-labs/honcho · 61 tokens

troubleshooting

Diagnoses and repairs core-memory-kit itself when the memory system is broken — the per-failure-code repair book. Fire whenever a "⚠ [core-memory-kit]" whisper appears on the prompt (it names the failure and points here), or when the user reports a kit symptom however they phrase it: memory is not being saved, nothing…

LH8PPL/core-memory-kit · 159 tokens

debugging-strategies

Apply systematic debugging techniques, profiling tools, and root-cause analysis across codebases and stacks. Use when the user needs to investigate bugs, performance issues, or unexpected behavior.

LuizEduPP/Rememb · 41 tokens

radar-source-heal

Repair a source or tool that keeps failing — a broken/moved/stale feed, a 404, an empty result, a parse/JSON error — instead of logging "degraded" forever. Diagnose the failure class, find a working access path, and record the repaired method in SOURCES.md so future runs don't repeat it. Generalizes to any future…

Neetx/ai-research-radar · 104 tokens

systematic-debugging

Diagnose bugs, test failures, and unexpected behavior before proposing fixes. Use when the user reports a defect and root cause needs to be established before editing code.

LuizEduPP/Rememb · 37 tokens

agentsight-bugfix

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.

alibaba/anolisa · 67 tokens