prath-mode
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the shell command
test -fto verify the existence of sub-skills before attempting to invoke them. This is a standard file system check used to ensure the environment is correctly configured. - [EXTERNAL_DOWNLOADS]: Instructions are provided to install missing dependencies using
npx skills@latest add prathamdby/skills. These resources belong to the vendor's own organization and are part of the intended setup process. - [SAFE_PRACTICE]: The 'assign' sub-skill explicitly forbids passing prompts via shell arguments, mandating the use of temporary files and standard input (stdin) instead, which effectively mitigates common command injection vulnerabilities.
Audit Metadata