senior-fullstack
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill consists of documentation and Python scripts dedicated to legitimate software development tasks. No malicious patterns, obfuscation, or data exfiltration techniques were detected in the source code or instructions.
- [COMMAND_EXECUTION]: The skill provides scripts (
project_scaffolder.pyandcode_quality_analyzer.py) that are intended to be executed by the agent to automate project setup and code reviews. These scripts perform standard file system operations (reading, writing, and creating directories) that align with their documented purposes. - [EXTERNAL_DOWNLOADS]: The documentation references standard package managers (
npm,pip) and well-known libraries for Next.js, FastAPI, and React stacks. The scripts themselves do not perform runtime downloads or network operations; all third-party dependencies mentioned are standard industry tools for fullstack development. - [DATA_EXFILTRATION]: No network activity or exfiltration logic was found. The
code_quality_analyzer.pyscript performs local static analysis and generates reports either to the console or to a local JSON file specified by the user.
Audit Metadata