prepare-artifacts
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security risks were identified. The skill follows best practices for its intended purpose of artifact preparation.
- [COMMAND_EXECUTION]: The skill invokes local, bundled Python scripts (scripts/badge_advisor.py and scripts/check_artifact.py) to resolve badge terminology and perform file-system linting on user-designated directories.
- [EXTERNAL_DOWNLOADS]: The skill directs the agent to fetch current guidelines from official and well-known academic domains to ensure accuracy of deadlines and badging rules.
- [PROMPT_INJECTION]: The skill processes content from a user's local artifact directory, which represents a surface for indirect prompt injection if those files contain malicious instructions.
- Ingestion points: scripts/check_artifact.py reads text from the README, LICENSE, and source files in the artifact folder.
- Boundary markers: Not utilized during file reading.
- Capability inventory: The skill uses Python execution and web browsing capabilities.
- Sanitization: No sanitization is performed on the content of the ingested research files.
Audit Metadata