typescript
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill content is purely educational, consisting of markdown documentation and TypeScript code snippets. There is no evidence of prompt injection, obfuscation, or malicious intent.
- [DATA_EXFILTRATION] (SAFE): Code examples use benign placeholders for network requests (e.g., '/api/data' or 'https://api.example.com'). No attempts to access sensitive local files or exfiltrate credentials were found.
- [EXTERNAL_DOWNLOADS] (LOW): The skill documentation references several well-known and reputable Node.js packages (e.g., lodash, lucide-react, pdfkit) and developer tools (e.g., madge, eslint-plugin-import). These are standard industry tools and are mentioned solely for instructional purposes.
- [COMMAND_EXECUTION] (SAFE): Standard development commands (e.g.,
npx madge,tsc --build) are documented in markdown files as part of best practice workflows. There are no executable scripts or automated command execution patterns within the skill.
Audit Metadata