rust-java-migration
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and associated scripts are focused entirely on the stated purpose of code migration auditing and documentation. No malicious patterns such as prompt injection, obfuscation, or persistence mechanisms were detected.- [COMMAND_EXECUTION]: The skill provides Python scripts (
audit_migration_layout.pyandscaffold_migration_docs.py) to automate specialized migration tasks. These are invoked locally usingpython3with repository-relative paths, which is a standard and secure way to extend the agent's functionality.- [REMOTE_CODE_EXECUTION]: Static analysis flagged the use ofsubprocess.runin the skill's test files (scripts/tests/test_audit_migration_layout.pyandscripts/tests/test_scaffold_migration_docs.py). These calls are used exclusively for unit testing the local Python scripts and do not involve remote code execution or untrusted input.- [DATA_EXFILTRATION]: There is no evidence of unauthorized network activity or credential harvesting. The skill's operations are limited to reading source code and writing documentation within the local project environment.- [PROMPT_INJECTION]: While the skill processes external Java source code (an indirect prompt injection surface), the instructions emphasize structural auditing and documentation rather than execution. The risk is minimal and handled by standard agent guardrails.
Audit Metadata