legacy-to-ai-ready
Fail
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: CRITICALCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONMETADATA_POISONINGDYNAMIC_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The
scripts/analyze_codebase.pyutility contains regex patterns and logic designed to identify sensitive files such as.env,*.pem,credentials.json, and.aws/directories. This functionality is intended to help users automatically populate.claudeignorefiles to prevent AI agents from accessing secrets, aligned with security best practices for AI onboarding. - [EXTERNAL_DOWNLOADS]: The
assets/skill-downloadersub-skill and its associated Python scripts (download_skill.py,download_from_github.py,download_from_archive.py) enable the downloading of external code from user-supplied GitHub repositories and compressed archive URLs. While this facilitates project extensibility, it relies on the user or agent to ensure the trustworthiness of the source. - [COMMAND_EXECUTION]: The skill's bundled scripts utilize
subprocess.runto perform legitimate development tasks, such as cloning git repositories (git clone,git sparse-checkout) and analyzing commit history (git log). Additionally, theinit_skill.pyscript useschmodto set execution permissions on newly created templates. - [METADATA_POISONING]: The documentation for the
skill-downloader(assets/skill-downloader/SKILL.md) claims that all download methods validate that 'No malicious content patterns detected.' However, the underlying implementation only validates YAML frontmatter structure and does not perform any actual malicious content scanning. This represents a deceptive claim regarding the skill's security features. - [DYNAMIC_EXECUTION]: The skill provides documentation and templates in
references/commands-patterns.mdandreferences/hooks-patterns.mdfor using dynamic shell command execution (via the!prefix) and lifecycle hooks. These patterns allow for automation such as code formatting and pre-tool validation within the agent's environment.
Recommendations
- CRITICAL: 1 file(s) identified as malware by FileRep - DO NOT USE
Audit Metadata