example-skill
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns or security risks were identified. The skill's primary purpose is to serve as a template for other developers.
- [COMMAND_EXECUTION] (LOW): The skill contains local script files (
scripts/example-check.shandscripts/helloworld.js). - Evidence:
scripts/example-check.shperforms basic file system checks using standard commands likecd,dirname, andrg(ripgrep) to verify the existence ofSKILL.md. - Evidence:
scripts/helloworld.jsonly executes aconsole.logstatement. - Context: These are deterministic utility scripts used for preflight validation and do not interact with the network or sensitive user data.
- [PROMPT_INJECTION] (SAFE): The instructions in
SKILL.mdare concrete and process-oriented. No attempts to bypass safety filters or override system instructions were detected. - [DATA_EXPOSURE] (SAFE): No hardcoded credentials, sensitive file paths, or network exfiltration patterns were found.
Audit Metadata