Senior Fullstack
Analysis
This skill appears purpose-aligned for scaffolding and auditing full-stack projects, but users should review the bundled scripts, paths, generated dependencies, and placeholder secrets before running them.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
python scripts/project_scaffolder.py nextjs my-app --output ./projects
The scaffolder can create project files in a user-selected output directory. This is aligned with the skill purpose, but an unintended path could create files somewhere the user did not mean to modify.
python scripts/code_quality_analyzer.py /path/to/project --json --output audit.json
The analyzer is intended to read a selected project directory and write a report. This is purpose-aligned, but it may inspect sensitive project files such as configuration or environment examples if they are inside the chosen path.
title: "{project_name}",The scaffolder interpolates the requested project name into generated source files. This is expected for scaffolding, but unusual project names containing quotes or code-like characters could break or alter generated source.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill; Code file presence: scripts/code_quality_analyzer.py, scripts/project_scaffolder.py
The registry metadata does not identify a source repository or homepage, while the skill includes runnable helper scripts. There is no remote installer shown, but provenance is limited.
