neo-ai
Analysis
This appears to be a legitimate Neodomain media-generation skill, but it uses an account token and uploads user-selected media to cloud services.
Findings (3)
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 artifact metadata does not provide a source repository or homepage for independent provenance review.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
print(result.get("authorization")) ... print(f'export NEODOMAIN_ACCESS_TOKEN="{result.get("authorization")}"')The authentication helper prints the Neodomain access token so the user can place it in an environment variable.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
with open(local_file, 'rb') as f:
bucket.put_object(remote_path, f, headers={'Content-Type': content_type})The batch video workflow uploads user-selected local storyboard images to an external OSS bucket before generating videos.
