axisregistry

v0.4.17 safe
3.0
Low Risk

A python API to access data from the Google Fonts variable fonts axis registry.

🤖 AI Analysis

Final verdict: SAFE

The package axisregistry v0.4.17 presents minimal risks based on the analysis notes provided. It shows no signs of malicious activity such as network calls, shell execution, or obfuscation.

  • No network calls
  • No shell execution
  • No obfuscation
Per-check LLM notes
  • Network: No network calls detected, which is normal unless the package requires internet access for its functionality.
  • Shell: No shell execution patterns detected, indicating no immediate risk of executing arbitrary commands.
  • Obfuscation: No obfuscation patterns detected, indicating low risk of malicious obfuscation.
  • Credentials: No credential harvesting patterns detected, suggesting no risk of secret theft.
  • Metadata: Low risk but author details are incomplete and the maintainer has only one package, which could indicate a new or less active account.

📦 Package Quality Overall: Medium (5.4/10)

✦ High Test Suite 9.0

Test suite present — 4 test file(s) found

  • 4 test file(s) detected (e.g. gen_test_data.py)
◈ Medium Documentation 5.0

Some documentation present

  • Detailed PyPI description (4486 chars)
○ Low Contributing Guide 2.0

No contributing guide or governance files found

  • No CONTRIBUTING, CODE_OF_CONDUCT, or governance files found
○ Low Type Annotations 1.0

No type annotations detected

  • No type annotations, py.typed marker, or stub files detected
✦ High Multiple Contributors 10.0

Active multi-contributor project

  • 10 unique contributor(s) across 100 commits in googlefonts/axisregistry
  • Active community — 5 or more distinct contributors

🔬 Heuristic Checks

Outbound Network Calls

No suspicious network call patterns found

Code Obfuscation

No obfuscation patterns detected

Shell / Subprocess Execution

No shell execution patterns detected

Credential Harvesting

No credential harvesting patterns detected

Typosquatting

No typosquatting candidates detected

Registered Email Domain

Email domain looks legitimate: gmail.com>

Suspicious Page Links

All external links appear legitimate

Git Repository History

Repository googlefonts/axisregistry appears legitimate

Maintainer History score 4.0

2 maintainer concern(s) found

  • Author name is missing or very short
  • Author "" appears to have only 1 package on PyPI (new or inactive account)
Known CVE Vulnerabilities

No known vulnerabilities found in OSV database.

💡 AI App Starter Prompt

Use this prompt to build a project with axisregistry
Develop a web-based application using Python and Flask that allows users to explore and visualize the attributes of Google Fonts' variable fonts. This app will leverage the 'axisregistry' package to fetch and display information about different axes of variable fonts available in the Google Fonts collection.

The application should include the following features:
1. **Font Explorer**: Allow users to browse through a list of available variable fonts and select one to view its details.
2. **Axis Visualization**: Display a graph or chart showing the range of values for each axis of the selected font. For example, if the font has a 'weight' axis, show how the font weight changes across its defined range.
3. **Interactive Preview**: Enable users to adjust the values of each axis interactively and see real-time previews of how the font changes.
4. **Export Options**: Provide functionality for users to download the current preview as an image or save the adjusted font settings.
5. **User Interface**: Design a clean, user-friendly interface that makes it easy for users to navigate and understand the various font attributes.

To achieve these features, you will need to use the 'axisregistry' package to fetch the necessary data about each font and its axes. Integrate this data into your Flask application to dynamically generate content based on user interactions. Additionally, consider using JavaScript and CSS for front-end interactivity and styling.

💬 Discussion Feed

Leave a comment

No discussion yet. Be the first to share your thoughts!