nestjs-expert
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard shell commands for project environment detection and diagnostics.
- Evidence: In
SKILL.md, it utilizestest,grep,sed,find, andxargsto verify the presence of configuration files (e.g.,package.json,nest-cli.json), extract framework versions, and analyze module structures. - [COMMAND_EXECUTION]: The skill instructs the agent to run project-defined scripts for building and testing.
- Evidence: The 'Fix Validation' section uses
npm run build,npm run test, andnpm run test:e2eto verify architectural integrity and business logic. - [PROMPT_INJECTION] (Indirect): The skill possesses an attack surface for indirect prompt injection as it ingests untrusted data from the local filesystem.
- Evidence:
- Ingestion points: Reads
package.json,nest-cli.json,tsconfig.json, and various.tsfiles under thesrc/directory. - Boundary markers: Absent. There are no explicit delimiters or instructions to ignore malicious content within the analyzed files.
- Capability inventory: The skill can execute shell commands (
find,grep) and invoke build/test scripts vianpm. - Sanitization: No sanitization or validation of the ingested file content is performed before the agent processes it.
Audit Metadata