fsi-fa-skill-creator
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a template and procedural guide for developers building AI agent skills. Its primary components are instructional markdown files and helper scripts for project management.
- [COMMAND_EXECUTION]: The provided Python scripts (
scripts/init_skill.py,scripts/package_skill.py, andscripts/quick_validate.py) perform local file system operations such as directory creation, file writing, and ZIP archive generation. These actions are limited to the skill's own working directory and are required for its documented purpose of initializing and packaging skill assets. - [EXTERNAL_DOWNLOADS]: The skill does not perform any network requests, remote script execution (e.g., curl|bash), or external resource downloads.
- [PROMPT_INJECTION]: The content of
SKILL.mdand the reference files consists of best practices and structural guidance. No patterns attempting to bypass safety filters or override system instructions were found. - [DATA_EXFILTRATION]: There are no indicators of sensitive data access or exfiltration. The scripts do not access environment variables, credentials, or personal files outside the specified project paths.
Audit Metadata