academic-workspace

Pass

Audited by Gen Agent Trust Hub on Feb 19, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION] (SAFE): The skill utilizes basic shell commands (mkdir, cat, sed) to initialize project structures and generate LaTeX boilerplate. These operations are restricted to the /workspace/ directory and align with the skill's stated purpose.
  • [EXTERNAL_DOWNLOADS] (SAFE): A curl command is used to query a local service at http://localhost:8080/templates. As this is a local address, it does not involve untrusted external sources or data exfiltration risks.
  • [DATA_EXFILTRATION] (SAFE): The skill does not attempt to access sensitive system files (e.g., SSH keys, environment variables) or communicate with non-whitelisted external domains.
  • [PROMPT_INJECTION] (SAFE): No instructions targeting the override of agent behavior or safety protocols were detected.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 19, 2026, 07:34 AM