Profit Margin Calculator Amazon
Security checks across static analysis, malware telemetry, and agentic risk
Overview
This skill appears to be a straightforward Amazon profit-margin calculator with no evidence of credential use, network access, data exfiltration, or destructive behavior.
This looks safe for normal use as a profit calculator. Before installing globally with the documented npx command, verify the referenced source, and only enter the product pricing and cost details needed for the calculation.
Static analysis
No static analysis findings were reported for this release.
VirusTotal
VirusTotal findings are pending for this skill version.
Risk analysis
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.
If the user chooses to run the install command, they should make sure the referenced source is the intended one.
The install command is user-directed and purpose-aligned, but it installs globally from an external source while the registry metadata lists the source as unknown and has no homepage.
npx skills add nexscope-ai/eCommerce-Skills --skill profit-margin-calculator-amazon -g
Verify the repository/package origin before running the global install command; otherwise, use the reviewed local skill artifacts.
Using the script runs local code to perform calculations on the product cost data the user provides.
The skill documents running a local Python calculator script. This is expected for its purpose and the provided code appears calculation-focused, but users should be aware it involves local script execution.
python3 scripts/calculator.py '{"selling_price": 29.99, "product_cost": 6, "fba_fee": 5.5}'Run the script only from the reviewed skill directory and provide only the product-cost information needed for the calculation.
