deno-typescript
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION] (SAFE): The skill sets a professional persona for development assistance. No instructions attempt to override agent behavior, extract system prompts, or bypass safety filters.
- [EXTERNAL_DOWNLOADS] (SAFE): All module imports in code examples point to official and versioned Deno registries (deno.land/std, deno.land/x). These are standard and trustworthy sources for the platform.
- [COMMAND_EXECUTION] (SAFE): Command-line examples involve standard Deno tooling for linting, formatting, and executing tests. The permission flags (e.g., --allow-net) are correctly used to demonstrate Deno's principle of least privilege.
- [DATA_EXFILTRATION] (SAFE): No access to sensitive files (e.g., .ssh, .aws) or hardcoded credentials was detected. Environment variable access is demonstrated using safe patterns.
Audit Metadata