realtime-register
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFENO_CODE
Full Analysis
- [NO_CODE]: The skill consists entirely of static documentation (Markdown), machine-readable specifications (YAML), and metadata (JSON). No executable scripts (such as Python or Node.js) or shell commands are included within the skill files.
- [SAFE]: All network references and API endpoints target official Realtime Register infrastructure (api.yoursrs.com and dm.realtimeregister.com). The skill provides standard instructions for interacting with these services.
- [CREDENTIALS_SAFE]: The documentation correctly instructs users to provide their own API keys via standard HTTP headers (
Authorization: ApiKey <key>) and explicitly warns against deprecated or insecure authentication methods like Basic auth or session-based auth. No hardcoded secrets or sensitive credentials were found. - [COMMAND_EXECUTION]: There are no shell commands or dynamic context injection patterns (e.g., backtick-enclosed commands) that would execute during skill loading or execution.
- [DATA_EXFILTRATION]: No patterns for unauthorized data collection or exfiltration were detected. The skill's primary purpose is to define valid API interactions for domain and DNS management.
Audit Metadata