ln-774-healthcheck-setup
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes local shell commands, including
dotnet build,python -m py_compile, andcurl, to validate the syntax of generated source code and verify that the health check endpoints are operational. - [REMOTE_CODE_EXECUTION]: The skill generates application source code (C# or Python) based on detected dependencies and subsequently executes compiler or interpreter processes to validate the generated files. This is standard behavior for code generation tools.
- [EXTERNAL_DOWNLOADS]: The skill recommends the installation of official health check middleware packages (e.g.,
AspNetCore.HealthChecks.NpgSql) from standard package registries depending on the detected backend services. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted project metadata to influence code generation and validation workflows.
- Ingestion points: Project dependency manifests (
csprojfiles for .NET andrequirements.txtfor Python) in Phase 1. - Boundary markers: None; the skill does not use delimiters or warnings to isolate ingested data.
- Capability inventory: File creation, execution of build systems (
dotnet), script execution (python), and network testing (curl). - Sanitization: None; the skill relies on simple pattern matching (grep) to detect strings without validating the source or content of the files.
Audit Metadata