babi-grammars

v0.0.73 safe
3.0
Low Risk

grammars for babi

🤖 AI Analysis

Final verdict: SAFE

The package shows no signs of malicious activity such as network calls, shell executions, or credential harvesting. The metadata risk score is slightly elevated due to the maintainer having only one package, but this alone does not indicate a supply-chain attack.

  • No network calls detected
  • No shell execution patterns detected
  • Single package from maintainer increases metadata risk
Per-check LLM notes
  • Network: No network calls detected, which is normal if the package does not require internet access.
  • Shell: No shell execution patterns detected, indicating the package does not execute external commands.
  • Obfuscation: No obfuscation patterns detected, indicating low risk.
  • Credentials: No credential harvesting patterns detected, indicating low risk.
  • Metadata: The maintainer has only one package, which could indicate a new or less active account, raising some suspicion but not conclusive evidence of malice.

📦 Package Quality Overall: Low (3.4/10)

○ Low Test Suite 1.0

No test suite detected

  • No test files or test-runner configuration detected
◈ Medium Documentation 5.0

Some documentation present

  • Detailed PyPI description (1068 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 8.0

Active multi-contributor project

  • 3 unique contributor(s) across 100 commits in asottile/babi-grammars
  • Small but multi-author team (3–4 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: umich.edu

Suspicious Page Links

All external links appear legitimate

Git Repository History

Repository asottile/babi-grammars appears legitimate

Maintainer History score 2.0

1 maintainer concern(s) found

  • Author "Anthony Sottile" 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 babi-grammars
Create a text-based adventure game using the Python package 'babi-grammars'. This game will allow users to explore different rooms within a mysterious house, interact with objects, and solve puzzles to progress through the story. The game should include a simple command-line interface where players can type commands to move between rooms, pick up items, use items, and more. Utilize 'babi-grammars' to define the grammatical structure of the valid commands that the player can input. For example, you might define grammars for moving ('go north', 'move east'), picking up items ('take key', 'grab book'), and using items ('use key on door', 'read book'). Additionally, implement a scoring system where players earn points for solving puzzles and completing objectives. The game should also have a feature to save and load the current state of the game so that players can continue their adventure later. Finally, ensure the game has a compelling narrative and multiple endings based on the choices made during the game.

💬 Discussion Feed

Leave a comment

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