skill-reviewer-and-enhancer

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION] (SAFE): The script scripts/analyze_skill_structure.py performs static analysis of local files using regular expressions. It does not execute the content of the files or invoke external shell commands via subprocess or similar modules.
  • [DATA_EXFILTRATION] (SAFE): No network operations or attempts to access sensitive system files (like SSH keys or environment variables) were found. The script only reads from the user-specified skill directory.
  • [CREDENTIALS_UNSAFE] (SAFE): No hardcoded secrets, API keys, or credentials were found in any of the files.
  • [EXTERNAL_DOWNLOADS] (SAFE): The skill does not attempt to download external packages or scripts at runtime.
  • [PROMPT_INJECTION] (SAFE): While the documentation files contain instructions for agent behavior, they are strictly related to formatting and organizational standards and do not attempt to bypass safety filters or extract system prompts.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:14 PM