nerdy-jokes
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill instructions and scripts perform benign data retrieval and formatting.
- [COMMAND_EXECUTION]: The skill uses a local script
scripts/joke.pyto fetch joke content. The script uses standard libraries likeargparse,json, andrandomto process a local filereferences/jokes.json. There is no evidence of command injection or unsafe subprocess execution. - [DATA_EXFILTRATION]: No network operations or access to sensitive local file paths (like credentials or SSH keys) were found. The skill only interacts with its own bundled data and scripts.
- [PROMPT_INJECTION]: The instructions in
SKILL.mdare focused on contextual delivery and "Iron Laws" (e.g., one joke per session, don't explain the punchline) which actually serve as guardrails for agent behavior rather than attempting to bypass safety filters. - [REMOTE_CODE_EXECUTION]: No patterns of downloading and executing remote code were identified. All dependencies are standard Python built-in modules.
Audit Metadata