nestjs-best-practices
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Documentation (SAFE): The skill provides best practices for NestJS development, including architecture, error handling, and security. The guidelines themselves promote secure coding practices (e.g., using JWT and rate-limiting).
- Script Analysis (SAFE): The
scripts/build-agents.tsfile is a utility script used to consolidate individual rule files into a singleAGENTS.mdfile. It uses standard file system operations (fs.readFileSync,fs.writeFileSync) and does not perform any network requests or execute untrusted code. - Build Environment (SAFE): The
scripts/package.jsondefines standard development dependencies (typescript,ts-node,tsx) required for running the build script. No suspicious or unversioned packages are present. - Metadata (SAFE): The metadata provided in
SKILL.mdandmetadata.jsonis consistent with the skill's stated purpose and contains no deceptive instructions.
Audit Metadata