NOC Engineer
Analysis
This skill appears to be a coherent career-roadmap API that collects user-provided skills and goals data for its stated purpose, with only minor privacy/provenance notes.
Findings (2)
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.
Source: unknown; Homepage: none
The artifacts do not identify an upstream source or homepage for the service. There is no installable code or dependency risk shown, so this is a provenance note rather than a security concern.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"assessmentData": { "$ref": "#/components/schemas/AssessmentData" }, "sessionId": { "type": "string" }, "userId": { "anyOf": [ { "type": "integer" }, { "type": "null" } ] }The API request schema sends assessment data along with session and optional user identifiers. This is expected for a personalized roadmap service, but it is still user/profile data flowing to an API.
