senior-fullstack
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs standard development tasks. Analysis of the scripts and documentation revealed no evidence of malicious intent or security vulnerabilities.
- [COMMAND_EXECUTION]: The skill includes several Python scripts (
scripts/code_quality_analyzer.py,scripts/fullstack_scaffolder.py,scripts/project_scaffolder.py) designed to be executed via the command line. These scripts safely handle user-provided paths by validating their existence and do not utilize dangerous functions likeeval(),exec(), orsubprocess.run()for arbitrary command execution. - [EXTERNAL_DOWNLOADS]: Instructions in
SKILL.mdreference standard package managers (npm install,pip install). There are no occurrences of downloading and executing scripts from untrusted remote sources.
Audit Metadata