Router for NVIDIA NuRec/NRE: USDZ rendering, NCore conversion, 3DGS, gRPC sensor sim, PhysicalAI HF datasets. Do NOT use for SimReady or infra setup.
63
76%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Fix and improve this skill with Tessl
tessl review fix ./plugins/nvidia/skills/physical-ai-neural-reconstruction/SKILL.mdThe canonical home for this skill is physical-ai-neural-reconstruction in NVIDIA/skills
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
The skill explicitly recommends running a sudo command to change file ownership ("sudo chown -R ..."), which instructs elevated privileges and mutates system state after Docker usage.
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The required runtime workflow involves cloning and then reading an upstream GitHub repository’s sibling `SKILL.md` files via `cat "$UPSTREAM_ROOT/nurec-skills/.agents/skills/SKILL.md"` / `cat "$.../<folder>/SKILL.md"`, which are outsider-authored free text from a public repo that can contain prompt-injection instructions.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill contains an explicit runtime git clone/pull of https://github.com/NVIDIA/nurec-skills.git whose fetched repository (SKILL.md and sibling skills) is read and relied upon at runtime to provide instructions and recipes, so external content directly controls agent behavior.
11c74d6
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.