code-instructor
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill documentation in
SKILL.mdincludes instructions for running a bundled Python script (scripts/annotate_code.py). This command is used to add educational markers to source code files for teaching purposes and operates on local files provided by the user. - [REMOTE_CODE_EXECUTION]: While
references/common-mistakes.mdcontains examples offetch()calls and network requests, these are exclusively fenced code blocks used as illustrative 'mistakes' or patterns for teaching JavaScript asynchronous programming. They are not instructions for the agent to execute code from the internet. - [CREDENTIALS_UNSAFE]: The
references/common-mistakes.mdfile contains a reference tosqlite3.connect('db.db'). This is part of a teaching example demonstrating the 'Mixing Concerns' anti-pattern and does not involve hardcoded credentials or access to sensitive environment variables. - [EXTERNAL_DOWNLOADS]: The skill includes a
skill-report.jsonfile that references a GitHub repository for source context. This is a metadata reference for auditing and does not trigger unverified downloads during skill execution.
Audit Metadata