namer
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is well-designed with clear boundaries and internal logic. It uses a read-only hook to prevent unauthorized file modifications.
- [COMMAND_EXECUTION]: Executes local Python scripts (
check.py,generate.py,memory.py,score.py) using theuvpackage manager. These scripts handle the core logic of the naming workflow and session persistence. - [EXTERNAL_DOWNLOADS]: Performs network requests to well-known and reputable services (GitHub, npm, PyPI, Reddit, Bluesky, and official RDAP servers for .com/.net/.dev) to verify name availability. These are standard API calls for data retrieval.
- [DATA_EXFILTRATION]: No sensitive data exposure was found. The skill maintains a local 'memory' in
~/.claude/namer/memory.jsonto store user preferences and archetype affinities across sessions, which is standard behavior for its stated purpose.
Audit Metadata