doctor
Warn
Audited by Snyk on Aug 20, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill contains a runtime WebFetch call to https://raw.githubusercontent.com/JustineDevs/roblox-ai-os/main/AGENTS.md which fetches external markdown to write into ~/.codex/AGENTS.md (i.e., remote content injected into the agent environment and able to alter prompts/behavior).
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.90). The skill's "Auto-Fix" instructions explicitly perform destructive changes to the host (rm -f/rm -rf, removing JSON sections, and writing files like AGENTS.md), which directly modifies or can delete user files and directories on the machine.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata