| Version | Supported |
|---|---|
| 1.0.x | Yes |
Please report security issues privately through GitHub's private vulnerability reporting on this repository:
- Go to the repository's Security tab.
- Click Report a vulnerability.
- Describe the issue and, if possible, steps to reproduce.
Please do not open a public issue for security reports.
radar is a Claude Code skill that reads local config, scans declared sources, and writes Markdown digests. Its security posture rests on two guarantees:
- Confined writes — radar writes only inside the validated
output_dir/index_file, and refuses any path resolving outside the project folder. It never runs destructive commands. - Prompt-injection resistance — content fetched from the web is treated as untrusted data, never as instructions. radar ignores any directive embedded in a fetched page, search result, or repository, and only acts on the user's config and this skill.
Your real configuration is gitignored on purpose. Never commit your
config/sources.yml or config/radar.config.yml, and never put secrets,
tokens, or personal paths in the example files. Only the *.example files are
tracked.