skills/akillness/oh-my-gods/frouter/Gen Agent Trust Hub

frouter

Pass

Audited by Gen Agent Trust Hub on Mar 16, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill downloads and installs the 'frouter-cli' package from the NPM registry as its primary functional component.
  • Evidence: npm i -g frouter-cli in SKILL.md and scripts/setup-frouter.sh.
  • [COMMAND_EXECUTION]: Executes bash commands to perform environment setup, dependency installation, and configuration file management.
  • Evidence: scripts/setup-frouter.sh uses npm or bun for installation and cat to write the JSON configuration to ~/.frouter.json.
  • [CREDENTIALS_UNSAFE]: While the skill handles sensitive API keys (NVIDIA NIM and OpenRouter), it implements security best practices by prompting the user for input and ensuring the resulting configuration file is protected with restricted read/write permissions.
  • Evidence: scripts/setup-frouter.sh applies chmod 600 to the $HOME/.frouter.json file immediately after writing the keys.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 16, 2026, 01:29 AM